Skip to content

Commit

Permalink
Highlight node behavior change in releases document
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 8, 2025
1 parent 4a79615 commit 6e83e97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Release Notes

## [v0.14.1](https://github.com/ava-labs/coreth/releases/tag/v0.14.1)

- ⚠️ Archive node behavior change: by default, only the 24 hours preceeding the last accepted block are accepted for state proof queries. This can be adjusted with the new option `historical-proof-query-window` which defines the number of blocks before the last accepted block which should be accepted for state proof queries. This option can also be set to `0` to accept any block number state query.
- Remove API eth_getAssetBalance that was used to query ANT balances (deprecated since v0.10.0)
- Remove legacy gossip handler and metrics (deprecated since v0.10.0)
- Refactored trie_prefetcher.go to be structurally similar to [upstream](https://github.com/ethereum/go-ethereum/tree/v1.13.14).
- New option `historical-state-query-window` for archive nodes only which:
- can be set to a strictly positive number to accept state queries for a block number above the last accepted block number - `historical-state-query-window`
- defaults to `43200` to accept state queries for blocks dating from the last 24 hours approximately
- can be set to `0` to accept any block number state query

## [v0.14.0](https://github.com/ava-labs/coreth/releases/tag/v0.14.0)
- Minor version update to correspond to avalanchego v1.12.0 / Etna.
Expand Down

0 comments on commit 6e83e97

Please sign in to comment.