Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update stale documents for bnb smart chain #421

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

buddh0
Copy link
Contributor

@buddh0 buddh0 commented Jul 25, 2024

No description provided.

@@ -13,10 +13,11 @@ Simply speaking, an archive node is a full node running with an additional speci

Developers are limited to querying the limited recent blocks to check the balance of an address and the state of a smart contract with a full node. It is hard to get all what they want as the blockchain is moving forward at the same time, while they can query any block at a specific point in time with an archive node.
Archive nodes are used by various applications on the blockchain for challenging use cases, including but not limited to the followings:
* Automatic trading system needs historical data to optimize trading model
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

not expected

@@ -64,8 +64,7 @@ We support running a full node on **Mac OS X**, **Linux**, and **Windows**.

!!! note
Make sure you use the version of geth you downloaded with wget above, and not your local installation of geth, which might be the wrong version.
1. Since `v1.3.1`, the flags `--txlookuplimit` has been replaced by `--history.transactions`. Make sure you no longer use `--txlookuplimit`, otherwise, node may not start.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

txlookuplimit is also ok

@@ -13,6 +13,7 @@ Since BSC is EVM-compatible, your existing Ethereum smart contract skills will s
## Connecting

Here are some resources to help you get connected to the BSC network:

- [Network Information and RPC Providers](./rpc.md)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image not expected

@@ -64,13 +64,6 @@ BC and BSC share the same token universe for BNB and BEP2 tokens. This defines:
2. The total circulation of the same token should be managed across the two networks, i.e. the total effective supply of a token should be the sum of the token’s total effective supply on both BSC and BC.
3. The tokens can be initially created on BSC in a similar format as ERC20 token standard, or on BC as a BEP2, then created on the other. There are native ways on both networks to link the two and secure the total supply of the token.

## Cross-Chain Transfer and Communication
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even the final sunset is not enabled
we can still not to emphasize the Corss-Chain

@zzzckck zzzckck merged commit 905b89a into bnb-chain:main Jul 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants