bor
bor copied to clipboard
Official repository for the Polygon Blockchain
# Description Currently, in bor, we use an interrupt context to notify the miner and EVM modules to stop block building when we hit the 2s mark to prevent delayed...
# Description WIP # Changes - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix (change that solves an urgent issue, and requires immediate attention) -...
# Description Please provide a detailed description of what was done in this PR # Changes - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix...
# Description Implemented peer consensus based witness verification 1. Warning Threshold System - Triggers verification when a peer reports # pages > allowed (calculated dynamically) - Peers under threshold are...
# Description Merge geth upstream v1.16.4. Block height for Osaka related code to be enabled and activated (as previously done for Madhugiri). # Changes - [ ] Bugfix (non-breaking change...
# Description This PR implements a flag which an rpc relay can use to offer pre-confirmations. [todo: add more details] # Changes - [ ] Bugfix (non-breaking change that solves...
# Description Cherry-pick https://github.com/ethereum/go-ethereum/pull/32697 and https://github.com/ethereum/go-ethereum/pull/32830 from geth. - Implement EIP 7966: add eth_SendRawTransactionSync rpc method - Subscribe to transaction receipts via websocket # Changes - [ ] Bugfix (non-breaking...
# Description remove repetitive word in comment # Changes - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix (change that solves an urgent issue, and...
#### **System information** Bor client version: 2.3.4 OS & Version: Linux #### **Overview of the problem** Attempting to shut down bor gracefully does not work as the client continues to...
It seems that even without `--miner`, `bor` is still trying to create new blocks with incoming transactions, and it takes roughly ~10% of our CPU. Why can't we completely disable...