bsc
bsc copied to clipboard
A BNB Smart Chain client based on the go-ethereum fork
Some of the enhancements below can address the existing challenges with running a BSC full node: ## Binary All the clients are suggested to upgrade to the latest release. The...
- [BEP-153: Introduce Native Staking on BSC](https://github.com/bnb-chain/BEPs/pull/153) - [1. Summary](#1-summary) - [2. Abstract](#2-abstract) - [3. Status](#3-status) - [4. Motivation](#4motivation) - [5. Specification](#5-specification) - [5.1 Overview](#51-overview) - [5.2 Staking System Contract](#52-staking-system-contract)...
I found `maxFeePerGas` and `baseFee` fields are not adopted in bsc when i recently reading reposity. so why not remove this `baseFee` check in unit tests? ``` --- FAIL: TestOfflineBlockPrune...
Hello, I see the following introduction from the white paper: https://github.com/bnb-chain/whitepaper/blob/master/WHITEPAPER.md#rewarding ``` The blocking reward will not be sent to validator right away, instead, they will be distributed and accumulated...
Hi all, I downloaded a snapshot of the database, it's a few days old. Started geth, then stopped. Then, following the instructions, I copied the new data to the node/geth...
### Description Add a comment of the PoSA interface ### Rationale Helps the new developer finding the PoSA and understanding where it is used
### Description Overwrites `HTTPHost` in config.toml via cli flag when starting a node. ``` ./geth --config ./config.toml --datadir ./node --cache 8000 --http --http.addr 0.0.0.0 ``` When starting a node with...
### Description - Since `statedb` would be accessed concurrently in different routine, it's not proper to use defer with `activeState` in the `insertchain` - `triePrefetcher` is safe to be accessed...
#### System information Geth version: `geth version` 1.1.12 OS & Version: Windows/Linux/OSX Linux Commit hash : (if `develop`) #### Expected behaviour I called the getBlockByHash/getBlockByNumber after receiving `newHeads` event immediately,...
### Description Implement native support for MiMC hash function. ### Rationale MiMC hash function is widely used in blockchain/web3 now, with this feature it will benefit many smart contract developers...