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

refactor(lib/runtime/storage): Don't rely on trie snapshots for storage transactions #3777

Merged
merged 60 commits into from
Mar 26, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    a5fb392 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/decouple-storage_transaction-management
    dimartiro committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5be7cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484d141 View commit details
    Browse the repository at this point in the history
  4. Fix merge

    dimartiro committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3c20dae View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    4154eba 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/decouple-storage_transaction-management
    dimartiro committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a20ecc6 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/decouple-storage_transaction-management
    dimartiro committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    75a2d2b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 11, 2024

  1. chore(deps): bump github.com/ethereum/go-ethereum from 1.13.13 to 1.1…

    …3.14 (#3786)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f004255 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to …

    …1.19.0 (#3785)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c4566a8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/go-playground/validator/v10 from 10.18.0…

    … to 10.19.0 (#3784)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a4d14f9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#3782

    )
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Diego <[email protected]>
    dependabot[bot] and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c20fc1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7419f0e View commit details
    Browse the repository at this point in the history
  6. chore: add infra label (#3788)

    P1sar authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4166f1b View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#3790)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9cc9e56 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0 (#3781)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7f835e9 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#…

    …3793)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    10f0811 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c76e59 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'development' of https://github.com/ChainSafe/gossamer i…

    …nto diego/decouple-storage_transaction-management
    dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1afb243 View commit details
    Browse the repository at this point in the history
  12. Simplify state root method

    dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1d67c76 View commit details
    Browse the repository at this point in the history
  13. Add missing license

    dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2e43c0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bbf3f6 View commit details
    Browse the repository at this point in the history
  15. Fix return

    dimartiro committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7e2e998 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    0ddfa43 View commit details
    Browse the repository at this point in the history
  2. Fix all deleted calc

    dimartiro committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    852b087 View commit details
    Browse the repository at this point in the history
  3. Add missing implementations

    dimartiro committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3c0af1e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix tests

    dimartiro committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5710c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0860594 View commit details
    Browse the repository at this point in the history
  3. Remove commented code

    dimartiro committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1959cec View commit details
    Browse the repository at this point in the history
  4. Rename mutex

    dimartiro committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff2d255 View commit details
    Browse the repository at this point in the history
  5. Adding storagediff doc

    dimartiro committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8d6dbc7 View commit details
    Browse the repository at this point in the history
  6. Add documentation

    dimartiro committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ec1b9b9 View commit details
    Browse the repository at this point in the history
  7. Undo removed function

    dimartiro committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    86c9d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Change constructor name

    dimartiro committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    00a5f9b View commit details
    Browse the repository at this point in the history
  2. Fix clear prefix

    dimartiro committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    95db16b View commit details
    Browse the repository at this point in the history
  3. Fix delete from child

    dimartiro committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    09875b7 View commit details
    Browse the repository at this point in the history
  4. Fix linter

    dimartiro committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    98e1128 View commit details
    Browse the repository at this point in the history
  5. Fix deleteChildLimit

    dimartiro committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e6b18a8 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    dimartiro committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d333120 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    cc878ff View commit details
    Browse the repository at this point in the history
  2. Finish storage diff testing

    dimartiro committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a15b1f5 View commit details
    Browse the repository at this point in the history
  3. Linting

    dimartiro committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    af8f93e View commit details
    Browse the repository at this point in the history
  4. Check nil transaction

    dimartiro committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    133d355 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Unskip test

    dimartiro committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    57522f3 View commit details
    Browse the repository at this point in the history
  2. Change comment

    dimartiro committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    db9d171 View commit details
    Browse the repository at this point in the history
  3. Break down interfaces

    dimartiro committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a9ed0bf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    735aefe View commit details
    Browse the repository at this point in the history
  2. Remove mtx from storagediff

    dimartiro committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0be1f40 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'diego/decouple-storage_transaction-management' of githu…

    …b.com:ChainSafe/gossamer into diego/decouple-storage_transaction-management
    dimartiro committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e564823 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f384308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c333430 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'diego/decouple-storage_transaction-management' of githu…

    …b.com:ChainSafe/gossamer into diego/decouple-storage_transaction-management
    dimartiro committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e138add View commit details
    Browse the repository at this point in the history
  7. Linting

    dimartiro committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6e0a7fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebbee81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c0a05a View commit details
    Browse the repository at this point in the history
  10. Complete test suite

    dimartiro committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5e2bbb4 View commit details
    Browse the repository at this point in the history
  11. Makes ci happy

    dimartiro committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fb4919e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Unskip test

    dimartiro committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fb606b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfed65 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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