subnet-evm icon indicating copy to clipboard operation
subnet-evm copied to clipboard

Launch your own EVM as an Avalanche Subnet

Results 204 subnet-evm issues
Sort by recently updated
recently updated
newest added

Equivalent of https://github.com/ava-labs/coreth-internal/commit/125ad2fbc720d9acc340ace84026d23b2729d7d7 from coreth

We have added json log format to coreth. We can port those changes to Subnet-EVM ad well.

We should create the functionality to perform a network upgrade that creates a contract at a given address. Note: in order to make this as simple as possible for users,...

precompile

This ticket is to create a trustless fee config update, so that a fee config update can be performed without using an admin address on the current fee config manager....

Currently subnet-evm uses the notion of stateful precompiles to configure the state of a specific address at runtime and then expose a precompile with custom functionality. Many times this custom...

Adds precompile gen cmd tool which can take a json ABI file and generates a go-lang precompiled contract. It also can directly detect if the ABI uses `AllowList` precompile and...

Not recommended for merging.

DO NOT MERGE

ports state-sync from coreth Closes: https://github.com/ava-labs/subnet-evm/issues/158 e2e tests: https://github.com/ava-labs/subnet-evm/pull/190

This PR is test-only and should not be merged. The PR includes a generated precompile `fee_config_managerpc` which has same behavior as `fee_config_manager` precompile. The PR also contains an unit test...

DO NOT MERGE