Skip to content

Commit

Permalink
Update release tag
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin McGaw <quentin.mcgaw@gmail.com>
  • Loading branch information
qdm12 authored Jan 29, 2025
1 parent fcc5afd commit 119671f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/api-reference/c-chain/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ number of items is 40. We are working on to support a larger batch size.

#### Exceptions

`eth_getProof` behaves differently than geth, from release `v0.14.1`, with the following differences:
`eth_getProof` behaves differently than geth, from release [`v0.12.2`](https://github.com/ava-labs/avalanchego/releases/tag/v1.12.2), with the following differences:
- On archival nodes (nodes with`pruning-enabled` set to `false`), queries for state proofs older than 24 hours preceding the last accepted block will be rejected by default. This can be adjusted with `historical-proof-query-window`, which defines the number of blocks before the last accepted block that can be queried for state proofs. Set this option to `0` to accept a state query for any block number.
- On pruning nodes (nodes with `pruning-enabled` set to `true`), queries for state proofs outside the 32 block window after the last accepted block are always rejected.

Expand Down

0 comments on commit 119671f

Please # to comment.