Skip to content

Commit

Permalink
BSC archive support.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst committed Feb 21, 2025
1 parent a65a465 commit 2afd4d8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions services/reference/bnb-smart-chain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import CardList from "@site/src/components/CardList"
BNB Smart Chain (BSC) is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).

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

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

:::

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Returns the value from a storage position at a given address.

:::info
:::info Binance Smart Chain archive support

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

:::
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Returns information about a transaction for a given hash.

:::info
:::info Binance Smart Chain archive support

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

:::
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Returns the receipt of a transaction given transaction hash. Note that the receipt is not available for pending transactions.

:::info
:::info Binance Smart Chain archive support

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

:::
8 changes: 4 additions & 4 deletions services/reference/bnb-smart-chain/json-rpc-methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

:::info
:::info Binance Smart Chain archive support

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

:::

0 comments on commit 2afd4d8

Please sign in to comment.