Ceyhun Onur
Ceyhun Onur
## Why this should be merged ## How this works ## How this was tested ## How is this documented
There are some contexts left with `TODO()`, we should be using cancellable/timed contexts. From comment: https://github.com/ava-labs/subnet-evm/pull/1031/files#r1462043218
We should adopt `require` package in our unit tests rather than using `t.Fatal` or `assert`. These are mainly in `vm_test` file. In AvalancheGo we use a `golangci` [config](https://github.com/ava-labs/avalanchego/blob/master/.golangci.yml) that forces...
## Why this should be merged Adds ABI package pack vs Ethers (JS library) Pack fuzz tests. Closes: #769 ## How this works * Adds a testing framework to Pack...
## Why this should be merged We can construct e2e tests with later upgrades (precompile-activations, stateupgrades etc in Subnet-EVM) ## How this works Adds upgrade config to tmpnet similar to...
We have recently moved some metrics like `percent_connected` from Platform VM to chain metrics. We should be also moving/copying these to chains: `avalanche_P_vm_time_until_unstake_subnet` `avalanche_P_vm_total_staked` `avalanche_P_vm_local_staked `