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/rawdb: simple legacy receipt converter #24028

Merged
merged 10 commits into from Mar 23, 2022

Commits on Mar 17, 2022

  1. cmd,core: add simple legacy receipt converter

    core/rawdb: use forEach in migrate
    
    core/rawdb: batch reads in forEach
    
    core/rawdb: make forEach anonymous fn
    
    cmd/geth: check for legacy receipts on node startup
    
    fix err msg
    
    Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
    
    fix log
    
    Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
    
    fix some review comments
    
    add warning to cmd
    
    drop isLegacy fn from migrateTable params
    
    add test for windows rename
    
    test replacing in windows case
    s1na committed Mar 17, 2022
    Copy the full SHA
    fe98df1 View commit details
    Browse the repository at this point in the history
  2. minor fix

    s1na committed Mar 17, 2022
    Copy the full SHA
    3d7ec7e View commit details
    Browse the repository at this point in the history
  3. sanity check for tail-deletion

    s1na committed Mar 17, 2022
    Copy the full SHA
    52612e6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0b14470 View commit details
    Browse the repository at this point in the history
  5. speed-up hack for mainnet

    s1na committed Mar 17, 2022
    Copy the full SHA
    e08d82f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8e4b429 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. check mainnet genesis

    s1na committed Mar 18, 2022
    Copy the full SHA
    c503ec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. review fixes

    s1na committed Mar 23, 2022
    Copy the full SHA
    94e7e93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    561c180 View commit details
    Browse the repository at this point in the history
  3. core/rawdb: lint fix

    holiman committed Mar 23, 2022
    Copy the full SHA
    8a63c99 View commit details
    Browse the repository at this point in the history