galaio
galaio
Introduce parlia consensus to support BSC network. Scope: Support block synchronization on both BSC testnet and mainnet. Details: - Parlia consensus integrated. - Few modifications around EVM. - Two precompiled...
This pr tries to fix the compile error described in https://github.com/paradigmxyz/reth/discussions/368. I had tried some previous libmdbx versions, and v0.12.1 is not work in x86_64, reth should use the latest...
### Description After some local performance testing, here are some new metrics for monitor: 1. add state account/storage meter, and L1, L1.5, L2, L3 every level cache hit meter; 2....
### Description eth/protocols/handler: add packet sending condition, prevent sending small packets frequently; When profiling the p2p nodes, I found that `sendPooledTransactionHashes` func wastes the most CPU time.  After inspecting...
### Operating System ubuntu 20.04 ### Docker Image budtmo/docker-android:emulator_11.0 ### Expected behaviour Running the game at low quality and frame rate, login and screen loading worked fine. ### Actual behaviour...
### Description This PR tries to add a max gas limit in txpool when mining is enabled. It will drop the txs that the miner cannot package. It will reduce...
BEP: 396 Title: Accelerate Block Execution by TxDAG Status: Draft Type: Standards Created: 2024-06-17 Author: galaio (@galaio), zoro (@unclezoro), zzzckck (@zzzckck), sunny2022da (@sunny2022da), owen (@owen-reorg) Description: Generate proposal block's tx...
### Description This PR will remove prune-block/pruneancient tool, it can be replaced by tail-deletion, which is more easy & efficient for managing block history. The PR will auto-detect the legacy...
BEP: 456 Title: Predict TxDAG in Mining Phase Status: Draft Type: Standards Created: 2024-11-15 Author: galaio (@galaio) Description: A method to predict TxDAG for PEVM to accelerate block execution in...
BEP: 453 Title: Optional Ancient Block Pruning Mechanism Status: Draft Type: Standards Created: 2024-11-01 Author: galaio (@galaio), zzzckck (@zzzckck) Description: The node could prune ancient blocks older than 90 days...