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

release: prepare for v1.0.0 #88

Merged
merged 7 commits into from
Jul 31, 2024
Merged

release: prepare for v1.0.0 #88

merged 7 commits into from
Jul 31, 2024

Conversation

unclezoro
Copy link
Collaborator

@unclezoro unclezoro commented Jul 30, 2024

Description

The Reth is entering production-ready v1.0.0. Thanks to the Paradigm team for their continuous iterations on Reth,
providing the community with a highly scalable, modular, high-performance, and feature-rich client.
We stand on the shoulders of giants, enabling us to swiftly launch the Reth supporting BSC and opBNB network versions.

BUGFIX

  • #75 ci: fix release job
  • #76 chore: update max db size
  • #74 fix: add sidecars to db when doing insert_block
  • #79 fix: read sidecars from table in get_take_block_range
  • #81 fix: check parent hash of disconnected headers
  • #83 fix: parlia live sync issue
  • #89 fix: fork block handling in parlia engine and rewinding blocks to the block before the finalized block issue

Docs

  • #87 chore: refine readme file
  • #90 doc: fix op-reth running tutorial

pythonberg1997 and others added 7 commits July 22, 2024 08:53
* fix: read sidecars from table in `get_take_block_range`

* fix lint issue
* fix: check hash value of sealed headers to prevent incomplete headers

* fix: check_consistency for sidecar

* fix: fix disconnected header check

* fix: print the mgas usage log for InsertDownloadedPayload action

* fix: order of publishing fcu

* fix: use MIN_BLOCKS_FOR_PIPELINE_RUN instead of EPOCH_SLOTS

* Revert "fix: check_consistency for sidecar"

This reverts commit 19e017d.

* fix: change fetch header priority to normal

* fix: clean the cache if downloader report the header/body is invalid

* test: add ut for storage cache clean
Co-authored-by: Keefe Liu <keefe.l@users.noreply.github.com>
… block before the finalized block issue (#89)

* fix: fork block handling in parlia engine

* chore: add more debug logs

* fix: getting finalized hash from snapshot

* fix: enhance the fork block handling

* fix: skip static file produce if finalized number > tip number

* chore: fix lint
@unclezoro unclezoro merged commit c3361c9 into main Jul 31, 2024
33 checks 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.

5 participants