Improvements ✅
- Add
includePartialparameter to getBalance method - Add EVM
newkeychainmethod - Refactor interfaces and general code cleanup
- Pin dependency versions
Dependency Updates 🔒
- Bump bn.js from 4.11.8 to 5.2.0
- Bump webpack from 5.47.0 to 5.49.0
- Bump jest-mock-axios from 3.2.0 to 4.4.0
- Bump terser-webpack-plugin from 5.1.2 to 5.1.4
- Bump git-revision-webpack-plugin from 3.0.6 to 5.0.0
E2E Tests 🔍
- Foundational work
- Add github action for avalanchego checkout
- Selection of avalanchego's branch depends on avalanchejs's branch based on a basic github action conditional (master => master, other => dev)
- Add github action for avalanchego static compilation, so the node can be executed from avalanche-testing container
- Simplifies the avalanche-testing container, that only needs to have the runlocal executable (besides the kurtosis stuff)