Skip to content

Commit c7436f4

Browse files
authored
BSC archive support. (#1889)
Signed-off-by: bgravenorst <[email protected]>
1 parent a65a465 commit c7436f4

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

services/reference/bnb-smart-chain/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import CardList from "@site/src/components/CardList"
1111
BNB Smart Chain (BSC) is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
1212
meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).
1313

14-
Infura provides Open Beta access to BSC. During this period, there might be feature limitations.
14+
Infura provides Open Beta access to BSC. During this period, there might be feature limitations.
1515
Performance issues are not expected, but they are possible as we optimize and stabilize the service.
1616

17-
Currently, only near head requests (the last 128 blocks) are supported in the
18-
BSC service. Archive requests are not currently supported. Be aware of this limitation when making calls
17+
Archive requests are supported on BSC Mainnet only. BSC Testnet only supports near head requests (the last 128 blocks).
18+
Be aware of this limitation when making calls
1919
to API calls to methods such as [`eth_getStorageAt`](./json-rpc-methods/eth_getstorageat.mdx),
2020
[`eth_getTransactionReceipt`](./json-rpc-methods/eth_gettransactionreceipt.mdx), and
21-
[`eth_getTransactionByHash`](./json-rpc-methods/eth_gettransactionbyhash.mdx).
21+
[`eth_getTransactionByHash`](./json-rpc-methods/eth_gettransactionbyhash.mdx) on BSC Testnet.
2222

2323
:::
2424

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Returns the value from a storage position at a given address.
22

3-
:::info
3+
:::info Binance Smart Chain archive support
44

5-
Currently, the Binance Smart Chain service supports only near head requests (the latest 128 blocks).
6-
Archive requests are not available at this time.
5+
- **Mainnet:** Near head requests (latest 128 blocks) and archive requests are supported.
6+
- **Testnet:** Only near head requests are supported; archive requests are not available.
77

88
:::
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Returns information about a transaction for a given hash.
22

3-
:::info
3+
:::info Binance Smart Chain archive support
44

5-
Currently, the Binance Smart Chain service supports only near head requests (the latest 128 blocks).
6-
Archive requests are not available at this time.
5+
- **Mainnet:** Near head requests (latest 128 blocks) and archive requests are supported.
6+
- **Testnet:** Only near head requests are supported; archive requests are not available.
77

88
:::
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Returns the receipt of a transaction given transaction hash. Note that the receipt is not available for pending transactions.
22

3-
:::info
3+
:::info Binance Smart Chain archive support
44

5-
Currently, the Binance Smart Chain service supports only near head requests (the latest 128 blocks).
6-
Archive requests are not available at this time.
5+
- **Mainnet:** Near head requests (latest 128 blocks) and archive requests are supported.
6+
- **Testnet:** Only near head requests are supported; archive requests are not available.
77

88
:::

services/reference/bnb-smart-chain/json-rpc-methods/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The standard Ethereum methods documented here are supported by Infura on the BNB Smart Chain (BSC) network.
44

5-
Currently, only near head requests (the last 128 blocks) are supported in the
6-
BSC service. Archive requests are not currently supported.
5+
WebSockets are also supported on the BSC network and can be used to set up bidirectional stateful [subscriptions](subscription-methods/index.md).
76

8-
:::info
7+
:::info Binance Smart Chain archive support
98

10-
WebSockets are also supported on the BSC network and can be used to set up bidirectional stateful [subscriptions](subscription-methods/index.md).
9+
- **Mainnet:** Near head requests (latest 128 blocks) and archive requests are supported.
10+
- **Testnet:** Only near head requests are supported; archive requests are not available.
1111

1212
:::

0 commit comments

Comments
 (0)