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(trie): Add support for trie V1 #3433

Merged
merged 164 commits into from
Nov 21, 2023
Merged

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    76767e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    155cc4b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    f4ad738 View commit details
    Browse the repository at this point in the history
  2. Update tests

    dimartiro committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b0a36cc View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    dimartiro committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3293693 View commit details
    Browse the repository at this point in the history
  4. Fix deepsource checks

    dimartiro committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    634f315 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Revisit TODOs

    dimartiro committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1015ece View commit details
    Browse the repository at this point in the history
  2. Add more tests

    dimartiro committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9d828c7 View commit details
    Browse the repository at this point in the history
  3. Fix linter

    dimartiro committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b09f7a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c8ed40 View commit details
    Browse the repository at this point in the history
  5. Fix linter

    dimartiro committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5d25644 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Get hashed values

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a625bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40fccff View commit details
    Browse the repository at this point in the history
  3. Add memory db lock

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    59107ce View commit details
    Browse the repository at this point in the history
  4. Fix linter

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ce73de2 View commit details
    Browse the repository at this point in the history
  5. Deepsource

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e0dd691 View commit details
    Browse the repository at this point in the history
  6. Add default version

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7e16064 View commit details
    Browse the repository at this point in the history
  7. Fix doc

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    61f0d8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7974017 View commit details
    Browse the repository at this point in the history
  9. Fix linter

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    494a85b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2703b93 View commit details
    Browse the repository at this point in the history
  11. Update tests

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    00d4231 View commit details
    Browse the repository at this point in the history
  12. Fix lint errors

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    447ccf5 View commit details
    Browse the repository at this point in the history
  13. Fix deepsource checks

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    752ce6d View commit details
    Browse the repository at this point in the history
  14. Revisit TODOs

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0514501 View commit details
    Browse the repository at this point in the history
  15. Add more tests

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a0b8dc1 View commit details
    Browse the repository at this point in the history
  16. Fix linter

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    db45755 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5719b28 View commit details
    Browse the repository at this point in the history
  18. chore(deps): bump github.com/multiformats/go-multiaddr from 0.10.1 to…

    … 0.11.0 (#3441)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ae86ad0 View commit details
    Browse the repository at this point in the history
  19. chore(deps): bump github.com/go-playground/validator/v10 from 10.14.1…

    … to 10.15.0 (#3439)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7046c94 View commit details
    Browse the repository at this point in the history
  20. chore(deps): bump github.com/ethereum/go-ethereum from 1.12.0 to 1.12…

    ….2 (#3440)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9dc3af5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    970e6aa View commit details
    Browse the repository at this point in the history
  22. Fix linter

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2ebf184 View commit details
    Browse the repository at this point in the history
  23. Get hashed values

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1761922 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7b4b6d1 View commit details
    Browse the repository at this point in the history
  25. Add memory db lock

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5ec4460 View commit details
    Browse the repository at this point in the history
  26. Fix linter

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8d70d77 View commit details
    Browse the repository at this point in the history
  27. Deepsource

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    461596e View commit details
    Browse the repository at this point in the history
  28. Add default version

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c9b42e9 View commit details
    Browse the repository at this point in the history
  29. Fix doc

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    503fc27 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3f6cdcc View commit details
    Browse the repository at this point in the history
  31. Fix linter

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0c5f542 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3e3878a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    45394d7 View commit details
    Browse the repository at this point in the history
  34. PR comments

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4f8d81c View commit details
    Browse the repository at this point in the history
  35. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1b5c0d3 View commit details
    Browse the repository at this point in the history
  36. Fix merge

    dimartiro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2da48d7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c0bda83 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    264ca68 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    dimartiro committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7e1e42f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    644dc20 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Improve version test cover

    dimartiro committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    99626a3 View commit details
    Browse the repository at this point in the history
  2. Remove unused function

    dimartiro committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    376a97e View commit details
    Browse the repository at this point in the history
  3. Refactor tests

    dimartiro committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    130e9bb View commit details
    Browse the repository at this point in the history
  4. Add child storage tests

    dimartiro committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    15770b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    f00678c View commit details
    Browse the repository at this point in the history
  2. Fix linters

    dimartiro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8834add View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    265c747 View commit details
    Browse the repository at this point in the history
  4. PR comments

    dimartiro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d4e2ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    024965a View commit details
    Browse the repository at this point in the history
  6. Remove unused functions

    dimartiro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4f87801 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'diego/trieV1/versioning' of https://github.com/ChainSaf…

    …e/gossamer into diego/trieV1/runtime-functions
    dimartiro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bc167e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 28, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    884a2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b765f73 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    793d80c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4139160 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d02b3d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    19ffee8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    cfcb324 View commit details
    Browse the repository at this point in the history
  2. Fix DBGetter mock

    dimartiro committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3da0d32 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Remove comments

    dimartiro committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    919468c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 7, 2023

  1. Merge branch 'diego/trieV1/versioning' of https://github.com/ChainSaf…

    …e/gossamer into diego/trieV1/runtime-functions
    dimartiro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c088287 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/runtime-functions
    dimartiro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    55c51b2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    19fd637 View commit details
    Browse the repository at this point in the history
  4. Fix merge

    dimartiro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    48ccf91 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

    dimartiro committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    31413a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd95c86 View commit details
    Browse the repository at this point in the history
  4. PR comments

    dimartiro committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    215d4b3 View commit details
    Browse the repository at this point in the history
  5. Add comment

    dimartiro committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a5a10c4 View commit details
    Browse the repository at this point in the history
  6. Fixes

    dimartiro committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bb1a1c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0043e31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28ee3c9 View commit details
    Browse the repository at this point in the history
  9. Change panic to test fail

    dimartiro committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a8f1d23 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    da95dd7 View commit details
    Browse the repository at this point in the history
  2. Use sharing db in trie

    dimartiro committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    39c3923 View commit details
    Browse the repository at this point in the history
  3. Fix mocks

    dimartiro committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c481b6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ac581c View commit details
    Browse the repository at this point in the history
  5. Fix lint

    dimartiro committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    50f52de View commit details
    Browse the repository at this point in the history
  6. Fix fuzz test

    dimartiro committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    191ff3e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    22b4216 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'diego/trieV1/versioning' of https://github.com/ChainSaf…

    …e/gossamer into diego/trieV1/runtime-functions
    dimartiro committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ab2ee18 View commit details
    Browse the repository at this point in the history
  3. Add comments

    dimartiro committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8d7c6b6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'diego/trieV1/versioning' of https://github.com/ChainSaf…

    …e/gossamer into diego/trieV1/runtime-functions
    dimartiro committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    233c2f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f32c939 View commit details
    Browse the repository at this point in the history
  6. Fix return zero value

    dimartiro committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8e076bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c187943 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'diego/trieV1/versioning' of https://github.com/ChainSaf…

    …e/gossamer into diego/trieV1/runtime-functions
    dimartiro committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ce04c1f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add more test cases

    dimartiro committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    97ce272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ea637 View commit details
    Browse the repository at this point in the history
  3. Fix documentations

    dimartiro committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    26f3eb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bf28117 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    dfefbbf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5f2ad5d View commit details
    Browse the repository at this point in the history
  3. Fix tests

    dimartiro committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1dbf91b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Add todo reminder

    dimartiro committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    436100c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2bdf2f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    242bba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    18c6a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1e612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1096a93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d6434a View commit details
    Browse the repository at this point in the history
  5. Fix lint lll

    dimartiro committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d8df35e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c92fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    02928a0 View commit details
    Browse the repository at this point in the history
  2. Fix test

    dimartiro committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    784f96e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    f5a67b9 View commit details
    Browse the repository at this point in the history
  2. PR comments

    dimartiro committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    a276576 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0915077 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. PR review comments

    dimartiro committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8cf3b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a25e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Do not store hashed values

    dimartiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    487e1ea View commit details
    Browse the repository at this point in the history
  2. Remove DB

    dimartiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f0478c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04de53 View commit details
    Browse the repository at this point in the history
  4. Fix import state command

    dimartiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a16d3de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eda5f6c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3ec5be3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3db05c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50f9616 View commit details
    Browse the repository at this point in the history
  9. Lint

    dimartiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ffa7157 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9ba1bee View commit details
    Browse the repository at this point in the history
  2. Change default version to 0

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c72deb8 View commit details
    Browse the repository at this point in the history
  3. Fix Test_newTrieFromPairs

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    93c29f7 View commit details
    Browse the repository at this point in the history
  4. Add one more test case

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9f66a11 View commit details
    Browse the repository at this point in the history
  5. Fix version test

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a47970a View commit details
    Browse the repository at this point in the history
  6. Fix deepsource checks

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2970674 View commit details
    Browse the repository at this point in the history
  7. Fix deepsource checks

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    34f4e6b View commit details
    Browse the repository at this point in the history
  8. Replace max int to constant

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    39bcb46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e4ab54 View commit details
    Browse the repository at this point in the history
  10. Change constant

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8a7cc08 View commit details
    Browse the repository at this point in the history
  11. Simplify database interface

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8c49535 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd21886 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5946baf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc85310 View commit details
    Browse the repository at this point in the history
  15. Move comment

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1d1bd25 View commit details
    Browse the repository at this point in the history
  16. Add import state version

    dimartiro committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2648240 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Change error message

    dimartiro committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2de3013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4181e0b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Removes Database interface

    dimartiro committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c56bd71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff1a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b4b37 View commit details
    Browse the repository at this point in the history
  4. use NoMaxInlineValueSize

    dimartiro committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    14ad372 View commit details
    Browse the repository at this point in the history
  5. Fix mocks

    dimartiro committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2185edb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    f4661c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfbdca View commit details
    Browse the repository at this point in the history
  3. Use right test runtime URL

    dimartiro committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8f56a8d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/trieV1/versioning
    dimartiro committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5b08816 View commit details
    Browse the repository at this point in the history
  5. Add missing err check

    dimartiro committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a747c37 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix commands checks and doc

    dimartiro committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8dcca66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce26f7 View commit details
    Browse the repository at this point in the history