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

core, triedb/pathdb: pbss fix release v1.13.8 (continue) and v1.14.0 #626

Commits on Nov 8, 2024

  1. core/rawdb: improve state scheme checking (#28724)

    This pull request improves the condition to check if path state scheme is in use. 
    
    Originally, root node presence was used as the indicator if path scheme is used or not. However due to fact that root node will be deleted during the initial snap sync, this condition is no longer useful.
    
    If PersistentStateID is present, it shows that we've already configured for path scheme.
    rjl493456442 authored and Francesco4203 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    243a891 View commit details
    Browse the repository at this point in the history
  2. core, triedb/pathdb: calculate the size for batch pre-allocation (#29…

    …106)
    
    * core, triedb/pathdb: calculate the size for batch pre-allocation
    
    * triedb/pathdb: address comment
    rjl493456442 authored and Francesco4203 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    27672cb View commit details
    Browse the repository at this point in the history
  3. triedb/pathdb: fix panic in recoverable (#29107)

    * triedb/pathdb: fix panic in recoverable
    
    * triedb/pathdb: add todo
    
    * triedb/pathdb: rename
    
    * triedb/pathdb: rename
    rjl493456442 authored and Francesco4203 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e714852 View commit details
    Browse the repository at this point in the history