From 119671f89740518463041933f96d5071c8a875ae Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 29 Jan 2025 18:55:00 +0100 Subject: [PATCH] Update release tag Signed-off-by: Quentin McGaw --- content/docs/api-reference/c-chain/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api-reference/c-chain/api.mdx b/content/docs/api-reference/c-chain/api.mdx index faf52af5525..c2d6cbe7404 100644 --- a/content/docs/api-reference/c-chain/api.mdx +++ b/content/docs/api-reference/c-chain/api.mdx @@ -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.