subnet-evm
subnet-evm copied to clipboard
Launch your own EVM as an Avalanche Subnet
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.12.0 to 1.13.0. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Therum (v1.13.0) Geth v1.13.0 is a major milestone in the lifetime of Geth, bits and bobs being in...
Bumps [github.com/hashicorp/go-bexpr](https://github.com/hashicorp/go-bexpr) from 0.1.10 to 0.1.13. Release notes Sourced from github.com/hashicorp/go-bexpr's releases. v0.1.13 What's Changed add any and all expression support by @remilapeyre in hashicorp/go-bexpr#49 Full Changelog: https://github.com/hashicorp/go-bexpr/compare/v0.1.12...v0.1.13 v0.1.12 What's...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 1.6.2 to 24.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.6 24.0.6 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [github.com/holiman/uint256](https://github.com/holiman/uint256) from 1.2.0 to 1.2.3. Release notes Sourced from github.com/holiman/uint256's releases. Kit Traverse (v1.2.3) What's Changed Implemented Float64() float64 by @holiman in holiman/uint256#132 Implemented CmpBig by @holiman in holiman/uint256#138...
## Why this should be merged Tests should not leak goroutines, this slows down the environment for other tests. ## How this works calls Stop methods or uses test stubs...
**Context and scope** Hardhat is both unnecessarily restrictive and comes with a whole host of security vulnerabilities (not sure if it's `hardhat` directly or just its dependencies). It should be...
**Context and scope** The AvaGo install script is actually useful for any VM, so we should move the script to the AvalancheGo repo then fetch and install from there. **Discussion...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.2 to 2.25.7. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.25.7 What's Changed Fix: fix v2 broken tests by @dearchap in urfave/cli#1757 Fix:(issue_1755) Ensure that timestamp flag destination...
- Add metrics for the Cap function to increase observability as to when it is called and how much data it writes to disk. Most of this data is likely...
This issue accounts for changes needed to the state sync code to support geth's Path Based Storage Scheme (PBSS). - Requests for account storage will need to contain a reference...