subnet-evm
subnet-evm copied to clipboard
Launch your own EVM as an Avalanche Subnet
**Context and scope** Networks may desire to use state sync (for the benefit of speed in joining network and smaller database size), yet also desire to maintain full block history...
--- FAIL: TestResyncNewRootAfterDeletes (140.39s) --- FAIL: TestResyncNewRootAfterDeletes/delete_intermediate_account_trie_nodes (45.48s) Seems the test timed out or deadlocked. Should be investigated: https://github.com/ava-labs/subnet-evm/actions/runs/6397307201/job/17365116411?pr=933
## Context and scope A common ask among subnet users is the ability to perform subnet staking with assets created (or accessible) on the C-Chain. This simplifies the use of...
**Describe the bug** Unable to deploy subnet in Local Network. Been getting this "node stopped unexpectedly" for weeks. **To Reproduce** Just create a subnet and deploy in local network using...
**Describe the bug** Not able to deploy subnet in Fuji. Facing errors. **To Reproduce** Create a subnet in avalanche CLI and try deploying in Fuji. **Expected behavior** I expected the...
## Why this should be merged Adds ABI package pack vs Ethers (JS library) Pack fuzz tests. Closes: #769 ## How this works * Adds a testing framework to Pack...
**Context and scope** I'd like to spin up a subnet which can securely provide randomness. It's fine if this has to be done via a precompile. * The subnet will...
The shared memory precompile allows the caller to import and export the native token (avax) to other blockchains on the same subnet using the shared memory. Additionally, it is possible...
Follow up from https://github.com/ava-labs/subnet-evm/pull/601#discussion_r1202509844 Using a try-catch block does not check the exact reason for failure. To be more specific about the expected behavior, we can use a low-level call...