hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.48k stars 809 forks source link

Block import optimization during fastsync/snapsync #3731

Closed matkt closed 1 year ago

matkt commented 2 years ago

Description

The part that downloads blocks during fastsync/snapsync can be optimized. This work is to optimize this part to have better sync times

Acceptance Criteria

Steps to Reproduce (Bug)

  1. [Step 1]
  2. [Step 2]
  3. [Step ...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Frequency: [What percentage of the time does it occur?]

Versions (Add all that apply)

Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)

Additional Information (Add any of the following or anything else that may be relevant)

non-fungible-nelson commented 1 year ago

Closing in favor of other block import tracking