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.6.
Updates
- Updated AvalancheGo version to v1.11.6
- AvalancheGo v1.11.6 overhauls metrics API and updated metric names, please see full change here
- Updated minimum go version to 1.21.10
- Synced and updated Geth version to v1.13.8
- Updated
contracts/
npm packages (full changelog here)
Fixes
- Fixed peer connectivity that impacts gossip
- Fixed non-working
transaction-history
flag - Fixed snapshot generation in bootstrapping
- Fixed missing
accessList
field in call args - Fixed an overflow in state sync ETA duration that shows negative results
What's Changed
- mark TestExpDecaySampleNanosecondRegression flaky by @darioush in #1163
- Mark ourself as connected (#543) by @ceyonur in #1172
- fix transaction history flag by @ceyonur in #1169
- Geth v1.13.8 by @darioush in #1146
- TestVMUpgrades: extend timeout and stop ticker by @darioush in #1177
- remember initial gasTip by @darioush in #1176
- nit: fix spacing in config printout by @darioush in #1182
- add missing overrides for api by @darioush in #1181
- Remove state iterator (unused) by @darioush in #1178
- remove durango comment by @ceyonur in #1184
- Bump versions by @ceyonur in #1185
- bump js dependencies by @ceyonur in #1193
- fix log ingestion in Datadog by @darioush in #1194
- chore: fix some function names by @welfuture in #1174
- add missing fields to "toCallArg" by @darioush in #1197
- Fix overflow in state sync eta by @darioush in #1195
New Contributors
- @welfuture made their first contribution in #1174
Full Changelog: v0.6.4...v0.6.5