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

## Why this should be merged Adds http-body-limit config for RPC Fixes: #1321 ## How this works Adds a new json config and sets for created RPC servers ## How...

should we expose this option in the configuration?

picking up from https://github.com/ava-labs/subnet-evm/pull/1094 (rebased to master) Pursuing the goal of the code in `core/vm` only depends on the upstream `param` package, - since core/vm knows about the precompiles, it...

We currently don't handle overflows in native minter and in state upgrades. We can return an error in bigInt > uint256 conversion. This could break chains that minted more than...

Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.27.4. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.27.4 What's Changed Fix:(issue_1962) Fix tests failing on 32 bit architectures by @​dearchap in urfave/cli#1963 Full Changelog: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4...

dependencies
go

Bumps [github.com/holiman/uint256](https://github.com/holiman/uint256) from 1.2.4 to 1.3.1. Release notes Sourced from github.com/holiman/uint256's releases. Nathaniel Martin (v1.3.1) What's Changed This release fixes one bug in the DivMod method, which under certain types...

dependencies
go

During the geth v1.13.14 sync a couple questions came up: https://github.com/ava-labs/subnet-evm/pull/1152#discussion_r1729009417 (db reads) https://github.com/ava-labs/subnet-evm/pull/1152#discussion_r1729224564 (is locking correct?)

see this comment https://github.com/ava-labs/subnet-evm/pull/1152#discussion_r1728992676