Ceyhun Onur
Ceyhun Onur
We currently expose validator sets through `AccessibleState.GetSnowContext().ValidatorState` in stateful precompile function. Meaning that we can actually perform a query for subnet validators (and even other subnet validators) and provide this...
## Why this should be merged Replaced context.TODOs Fixes: #1050 ## How this was tested Local UT/e2e tests ## How is this documented No need
## Why this should be merged This PR deprecates `eth_getActivatedPrecompilesAt` in favor of `eth_getActiveRulesAt` and expands the API. https://docs.avax.network/reference/subnet-evm/api#eth_getactiverulesat ## How this works Added precompiles to `getActiveRulesAt` API: ``` {...
## Why this should be merged ## How this works ## How this was tested ## How is this documented
After introduction of Durango and Warp, some older subnets wanted to update their validator set those with BLS keys registered in P-Chain; so that they can start using warp messages...
Original issue: https://github.com/ava-labs/subnet-evm/issues/1132
## 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...
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...
This PR contains an unfinished work in AvalancheGo and depends on the PR: https://github.com/ava-labs/avalanchego/pull/3404 ## Why this should be merged * Connects uptime tracking modules with VM * Starts a...