This release focuses on code quality improvements and post-Etna cleanups.
Compatibility
The plugin version is updated to 39 and is compatible with AvalancheGo version v1.12.2.
Updates
- Moved client type and structs to new
plugin/evm/client
package - Fixed statedb improper copy issue
- Limited the maximum number of query-able rewardPercentile by 100 in
eth_feeHistory
API - Refactored
trie_prefetcher.go
to be structurally similar to upstream - Removed deprecated legacy gossip handler and metrics
- Removed unnecessary locks in mempool
What's Changed
- chore: fix some function names in comment by @guqicun in #1405
- Fix Typos in Documentation by @Dimitrolito in #1404
- mark flaky: TestTimedUnlock by @darioush in #1411
- bump avalanchego to master (updates x/crypto) by @darioush in #1410
- chore(ci): remove
check-latest: true
to ensure the specified Go version by @qdm12 in #1414 - refactor trie_prefetcher to be similar to upstream structurally by @darioush in #1395
- add validators pkg readme by @ceyonur in #1398
- add multiatch docker build to support arm by @ceyonur in #1417
- chore(all): simplify mocks generation by @qdm12 in #1413
- Coreth sync by @ceyonur in #1418
- bump versions by @ceyonur in #1419
- docs(readme): fix build and tests workflow badge link by @Radovenchyk in #1425
- docs(readme): fix link to Avalanche documentation by @Radovenchyk in #1423
- deprecate avago keystore by @arturrez in #1426
- refactor: align accounts/abi/bind with coreth+upstream by @darioush in #1427
- sync coreth changes up to 3148809 by @darioush in #1434
- Remove legacy gossip by @alarso16 in #1435
- Reduce magic numbers in dynamic fees by @StephenButtolph in #1437
- bump avalanchego to v1.12.2 by @ceyonur in #1436
- remove current state lock by @ceyonur in #1438
New Contributors
- @guqicun made their first contribution in #1405
- @Dimitrolito made their first contribution in #1404
- @qdm12 made their first contribution in #1414
- @Radovenchyk made their first contribution in #1425
- @arturrez made their first contribution in #1426
- @alarso16 made their first contribution in #1435
Full Changelog: v0.7.0...v0.7.1