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

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...

dependencies
go

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...

dependencies
go

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...

dependencies
go

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...

dependencies
go

## 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...

enhancement
testing

**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...

enhancement
good first issue

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...

dependencies
go

- 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...

enhancement
good first issue

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...