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

chore: versa db test #2667

Open
wants to merge 23 commits into
base: versa_base
Choose a base branch
from
Open

chore: versa db test #2667

wants to merge 23 commits into from

Commits on Aug 27, 2024

  1. feat: integrate versa db

    feat: add version commit
    
    chore: forbid versiondb rewind
    
    feat: add mode for new caching db
    
    feat: add version scheme for startup
    
    feat: init genesis for versa db
    
    feat: add caching db and trie copy
    
    feat: support HasState on versa db and must fullsync under versa db
    
    fix: append open strorage trie error to statedb
    
    fix: storage tree value encode
    
    fix: add state object trie expire interface
    
    fix: blockchain stateat use rw state
    
    chore: forbid prefetcher
    
    chore: delete storage pool
    
    feat: hold version in state objet for repeat search account tree
    
    fix: version mismatch that add contract balance without update storage tree
    
    fix: 373559 blocks issue add breakpoint
    
    feat: add version state debug system
    
    feat: add hash state db debug system
    
    feat: add version and hash state diff system
    
    fix: the timing release debug state instance
    joeylichang committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d20bbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8e74d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. chore: add pprof service

    joeylichang committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    06366d7 View commit details
    Browse the repository at this point in the history
  2. chore: add mgasps metrics

    joeylichang committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b298f4b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    4ed6b8e View commit details
    Browse the repository at this point in the history
  2. feat: support rewind for versa db

    fix: rewind ancient store
    joeylichang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a5e12fe View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    2c59e15 View commit details
    Browse the repository at this point in the history
  2. fix: check version and root when rewind

    fix: rewind for genesis
    joeylichang committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eaddc87 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. feat: support version and root as key to state

    fix: genesis version to -1
    
    fix: copy with version
    
    fix: change version type from uint64 to int64
    
    fix: set genesis for rewind
    joeylichang committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f646d4f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    d7e873c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089845c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. feat: add prefetcher

    joeylichang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d082af View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. chore: update versadb default config

    will@2012 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9967897 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2708 from will-2012/update-versadb-config

    chore: update versadb default config
    will-2012 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5bbfa69 View commit details
    Browse the repository at this point in the history
  3. chore: update trivals

    will@2012 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4b17959 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2709 from will-2012/update-versadb-config0

    chore: update trivals
    will-2012 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b8f5b6a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    3dc1030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5018895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b585e View commit details
    Browse the repository at this point in the history
  4. fix: commit and calc num

    joeylichang committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2a6bb87 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore: delete debug info

    joeylichang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6d41ff8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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