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

Update trie package and node #253

Merged
merged 109 commits into from
Sep 8, 2023
Merged

Commits on Jun 6, 2023

  1. more p2p config

    rameight committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ea01867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b107cfa View commit details
    Browse the repository at this point in the history
  3. adjust config for local

    rameight committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3aee829 View commit details
    Browse the repository at this point in the history
  4. update new local setup

    rameight committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    acd1ee6 View commit details
    Browse the repository at this point in the history
  5. change permission

    rameight committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    41a75a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d933f4d View commit details
    Browse the repository at this point in the history
  7. fix wrong text in log

    rameight committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    000f4ac View commit details
    Browse the repository at this point in the history
  8. update testnet setup

    rameight committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3722e2b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    73cd167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a81e9ca View commit details
    Browse the repository at this point in the history
  3. push back blacklist code

    rameight committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7dd28d0 View commit details
    Browse the repository at this point in the history
  4. update

    rameight committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    239e334 View commit details
    Browse the repository at this point in the history
  5. fix

    rameight committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a5dce58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed930c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

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

Commits on Jun 11, 2023

  1. Revert "change permission"

    This reverts commit 41a75a0.
    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    4cce05b View commit details
    Browse the repository at this point in the history
  2. update trie package

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ac4d520 View commit details
    Browse the repository at this point in the history
  3. refactor kvstore to rawdb

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    220e98a View commit details
    Browse the repository at this point in the history
  4. temp fix import cyclics

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ea30cb7 View commit details
    Browse the repository at this point in the history
  5. adapt changes

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    6c63606 View commit details
    Browse the repository at this point in the history
  6. adapt change of state trie

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ffecdb1 View commit details
    Browse the repository at this point in the history
  7. add lib lru

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    1b88b85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    590d9b0 View commit details
    Browse the repository at this point in the history
  9. update go mod

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    52b0d02 View commit details
    Browse the repository at this point in the history
  10. fix return empty block

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    83aeb54 View commit details
    Browse the repository at this point in the history
  11. update gomod

    rameight committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    345e8e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. ignore files

    rameight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cc176d4 View commit details
    Browse the repository at this point in the history
  2. update gitignore

    rameight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cdc7cab View commit details
    Browse the repository at this point in the history
  3. fix statedb changes

    rameight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    aec1137 View commit details
    Browse the repository at this point in the history
  4. add chain id

    rameight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0b6505d View commit details
    Browse the repository at this point in the history
  5. add chain id

    rameight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    939754a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. add gcmode

    rameight committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b00f3bc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    2f1ae87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d63df View commit details
    Browse the repository at this point in the history
  3. add pruner

    rameight committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a8b238f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a7257a View commit details
    Browse the repository at this point in the history
  5. add back deleted code

    rameight committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d423a00 View commit details
    Browse the repository at this point in the history
  6. add schema

    rameight committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d66e9d9 View commit details
    Browse the repository at this point in the history
  7. fix usage of external libs

    rameight committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b420919 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. refactor genesis

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    95c3680 View commit details
    Browse the repository at this point in the history
  2. update header chain

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    60da8ed View commit details
    Browse the repository at this point in the history
  3. update new blockchain

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    89f0c4b View commit details
    Browse the repository at this point in the history
  4. adapt changes in genesis

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    30315b9 View commit details
    Browse the repository at this point in the history
  5. add genesis schema

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4b0078b View commit details
    Browse the repository at this point in the history
  6. adapt changes db wrapper

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f4fadb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d28a09a View commit details
    Browse the repository at this point in the history
  8. add schema db version

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e4c18b1 View commit details
    Browse the repository at this point in the history
  9. fix wrong imports

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4d5ea43 View commit details
    Browse the repository at this point in the history
  10. fix broken code by changes

    rameight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fcd5e12 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. remove unused metric config

    rameight committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    82cb442 View commit details
    Browse the repository at this point in the history
  2. fix breaking

    rameight committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    aa2a609 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    8561208 View commit details
    Browse the repository at this point in the history
  2. fix missing config

    rameight committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d4c6e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e922ab View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. rename geth to kaigo

    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    121c413 View commit details
    Browse the repository at this point in the history
  2. remove breaking tests

    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a722797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159de71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd3febe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from phatngluu/trie/update

    Trie/update
    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0f01f3c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from phatngluu/cmd/update

    Cmd/update
    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    91882d1 View commit details
    Browse the repository at this point in the history
  7. revert unwant changes (#3)

    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7f29345 View commit details
    Browse the repository at this point in the history
  8. rename file headers

    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    43446ef View commit details
    Browse the repository at this point in the history
  9. remove dead code

    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ac0c187 View commit details
    Browse the repository at this point in the history
  10. change order of switch setup

    rameight committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ee25e78 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    a4f29c9 View commit details
    Browse the repository at this point in the history
  2. Testing (#4)

    * refactor config
    
    * fix missing config
    rameight committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    816a55b View commit details
    Browse the repository at this point in the history
  3. put back old deployment file

    rameight committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f1aa058 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. update docker file

    rameight committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a84d1ed View commit details
    Browse the repository at this point in the history
  2. change host

    rameight committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    cdcd541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1401a79 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. simple fallback

    rameight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7d37fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa26b9 View commit details
    Browse the repository at this point in the history
  3. add log for blockchain

    rameight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    970eadf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    2fb1709 View commit details
    Browse the repository at this point in the history
  2. remove redundant func

    rameight committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    22ab231 View commit details
    Browse the repository at this point in the history
  3. split to blockchain reader

    rameight committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    8a507fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dfae09 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. simplify genesis to block

    rameight committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    ab6f8f7 View commit details
    Browse the repository at this point in the history
  2. sanitize code

    rameight committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2dad505 View commit details
    Browse the repository at this point in the history
  3. update lib prque

    rameight committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    eebeeca View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. recover chain after pruning

    rameight committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    aa7315f View commit details
    Browse the repository at this point in the history
  2. dont use block.AppHash

    rameight committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    302b89c View commit details
    Browse the repository at this point in the history
  3. fix format printing

    rameight committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    104ecae View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

  1. more detail log

    rameight committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f61e8ff View commit details
    Browse the repository at this point in the history
  2. add missing node config

    rameight committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    464c032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b9835 View commit details
    Browse the repository at this point in the history
  4. add log file flag

    rameight committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ef5c848 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    e482eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2372091 View commit details
    Browse the repository at this point in the history
  3. update base blockchain

    rameight committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0aa2b2c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    a75a332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314c24c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da8ab93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a410241 View commit details
    Browse the repository at this point in the history
  5. update go mod & go sum

    rameight committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6dd1545 View commit details
    Browse the repository at this point in the history
  6. add flags for log

    rameight committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7130bc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67bd977 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    107730a View commit details
    Browse the repository at this point in the history
  9. add test for store

    rameight committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ea61546 View commit details
    Browse the repository at this point in the history
  10. Revert "rename file headers"

    This reverts commit 43446ef.
    rameight committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2722fd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    e389fae View commit details
    Browse the repository at this point in the history
  2. update mock of store

    rameight committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    452266d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. clean code

    rameight committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0859a16 View commit details
    Browse the repository at this point in the history
  2. remove duplicated code

    rameight committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    da4ce63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5447412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adbac9d View commit details
    Browse the repository at this point in the history
  5. mocking new store

    rameight committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    da7a77e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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