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.5 #160

Merged
merged 898 commits into from
Oct 9, 2024
Merged

release: prepare for v1.0.5 #160

merged 898 commits into from
Oct 9, 2024

Conversation

j75689
Copy link
Collaborator

@j75689 j75689 commented Oct 9, 2024

Description

This pr will merge the develop to main for release v1.0.5

Rationale

v1.0.5

This release merges with upstream version v1.0.7, adding support for the BSC mainnet, testnet, and opBNB mainnet, testnet. It includes new features and several bug fixes.

NOTE

This version is compatible with the BSC mainnet, testnet, and opBNB mainnet, testnet.

New Features

  1. Introduced --engine.experimental flag to enable the experimental engine for performance improvements.
  2. Introduced --optimize.skip-state-root-validation flag to skip state root validation during block imports, useful for importing blocks without merkle validation.
    Warning: Use this flag with caution as it may lead to data inconsistency.

Features

  • #123: Added support for importing blocks without merkle calculation.
  • #147: Ensured state root validation is not skipped when inserting downloaded blocks.
  • #157: Merged upstream version v1.0.7.

Bug Fixes

  • #137: Fixed unwind_to to ensure it is exclusive.
  • #145: Ensured sidecars are correctly written to static files when saving blocks.

Example

n/a

Changes

Notable changes:

  • refer to change logs

Potential Impacts

  • no

joshieDo and others added 30 commits September 2, 2024 17:22
chore: merge with upstream v1.0.6
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
0xkrane and others added 25 commits September 18, 2024 15:25
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…g blocks/receipts (#10850)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: j75689 <j75689@gmail.com>
* fix: lint error

* chore: update version to v1.0.5

* ci: fix toolchain version

* chore: fix Cargo.lock

* chore: fix docs check

* fix: ut case
chore: merge upstream v1.0.7
@unclezoro unclezoro added this pull request to the merge queue Oct 9, 2024
Merged via the queue into main with commit 231d4be Oct 9, 2024
34 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.