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

draft release v1.3.1 #1941

Closed
wants to merge 14 commits into from
Closed

draft release v1.3.1 #1941

wants to merge 14 commits into from

Commits on Oct 13, 2023

  1. Merge pull request #1917 from bnb-chain/master

    branch: merge v1.3.0 fix ups from master to develop
    brilliant-lx committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    423d413 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    dda8c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    959b733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be2e1b View commit details
    Browse the repository at this point in the history
  4. core/state: implement fast storage deletion (#27955)

    This changes implements faster post-selfdestruct iteration of storage slots for deletion, by using snapshot-storage+stacktrie to recover the trienodes to be deleted. This mechanism is only implemented for path-based schema.
    
    For hash-based schema, the entire post-selfdestruct storage iteration is skipped, with this change, since hash-based does not actually perform deletion anyway.
    
    ---------
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and joeylichang committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    713d8d6 View commit details
    Browse the repository at this point in the history
  5. core/state: check err for iter.Error in fastDeleteStorage (#28122)

    core/state: check err for iter.Error
    darioush authored and joeylichang committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d3a6f9a View commit details
    Browse the repository at this point in the history
  6. core/rawdb: no need to run truncateFile for readonly mode (#28145)

    Avoid truncating files, if ancients are opened in readonly mode. With this change, we return error instead of trying (and failing)  to repair
    jsvisa authored and joeylichang committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9baffb3 View commit details
    Browse the repository at this point in the history
  7. fix: ut error

    joeylichang committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c3199ab View commit details
    Browse the repository at this point in the history
  8. trie: remove internal nodes between shortNode and child in path mode …

    …(#28163)
    
    * trie: remove internal nodes between shortNode and child in path mode
    
    * trie: address comments
    
    * core/rawdb, trie: address comments
    
    * core/rawdb: delete unused func
    
    * trie: change comments
    
    * trie: add missing tests
    
    * trie: fix lint
    rjl493456442 authored and joeylichang committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5a3109b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdfc637 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f5842e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    a6cfcfe View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    4493ab8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    0b69113 View commit details
    Browse the repository at this point in the history