v0.6.4
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.5.
APIs
- Added new
eth_getActiveRulesAt
internal-blockchain API.
Configs
- Deprecated
tx-lookup-limit
in favor oftransaction-history
Updates
- Updated AvalancheGo version to v1.11.5
- Updated minimum go version to 1.21.9
- Synced and updated Geth version to v1.13.2
- Introduced EUpgrade (Cancun), activated in local networks by default
Fixes
- Fixed transaction indexes are not being properly deleted in state sync
- Fixed
"local-txs-enabled"
flag being not respected in mempool - Removed CI requirements of access tokens in public forks, thus failing public PRs from forks
- Fix a race in snapshot abort/generate
What's Changed
ci
: Enable collection of logs and metrics by @marun in #1122- move network upgrade code to file by @ceyonur in #1136
- Remove cancellation for Send.*AppRequest messages by @StephenButtolph in #1142
- Fix docker push test by @ceyonur in #1138
- Use string literals rather than escaping strings by @StephenButtolph in #1143
ci
: Skip monitoring if secrets are not present by @marun in #1137- Bump go version by @ceyonur in #1148
- Attempt to fix conditional tmpnet monitoring by @marun in #1144
- chore: fix some comments by @JohnEndson in #1134
- all changes from v.13.2-x branch by @darioush in #1141
- Tx indexing fix by @ceyonur in #1131
- snapshot: fix race in abort/generate by @darioush in #1155
- Geth sync nits by @ceyonur in #1157
- skip pkg cache and update version by @ceyonur in #1158
- respect nolocals-setting by @PutraLaksmana in #1159
- Fix mismatched method names in comments by @whosehang in #1160
- Coreth sync nits by @ceyonur in #1161
- E upgrade config by @ceyonur in #1135
- Add rules api by @ceyonur in #1162
- bump versions by @ceyonur in #1153
New Contributors
- @JohnEndson made their first contribution in #1134
- @PutraLaksmana made their first contribution in #1159
- @whosehang made their first contribution in #1160
Full Changelog: v0.6.3...v0.6.4