v0.6.6
This version is backwards compatible to v0.6.0. It is optional, but encouraged.
The plugin version is unchanged at 35 and is compatible with AvalancheGo versions v1.11.3-v1.11.7.
API
eth_getActiveRulesAt
changed to showavalancheRules
,ethRules
, andprecompiles
at given timestamp (current header time if not specified).precompiles
now will show the precompile name, rather than the address.- Deprecated
eth_getActivatedPrecompilesAt
in favor ofeth_getActiveRulesAt
Updates
- Updated minimum Golang version to 1.21.11
- Updated AvalancheGo library version to 1.11.7
Fixes
- Fixed a case in state sync that leads to writing to a closed channel when a storage trie splits into segments.
What's Changed
- [testing] Remove dep on gomega by @marun in #1198
- resolve race in closing sync segments channel by @darioush in #1201
- update tsconfig & bump to 1.2.2 by @ceyonur in #1199
- Deprecate active precompiles by @ceyonur in #1186
- remove unused miner/ordering_ext.go by @darioush in #1203
- unneeded SetAllowUnfinalizedQueries by @darioush in #1204
- Add missed TestReorgReInsert to blockchain tests by @darioush in #1202
- Avago 1.11.7 by @ceyonur in #1206
- chore: make function comments match function names by @piguagua in #1209
New Contributors
Full Changelog: v0.6.5...v0.6.6