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

Make merkle tree leaf addition operations atomic #71

Merged
merged 7 commits into from
Sep 23, 2024
Merged

Commits on Sep 17, 2024

  1. Make merkle tree leaf addition operations atomic

    Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
    jimthematrix committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8c35ca2 View commit details
    Browse the repository at this point in the history
  2. Test coverage

    Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
    jimthematrix committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    690278b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Address review comments - onconflict donothing for inserts

    Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
    jimthematrix committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b1a4d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. Update go-sdk/integration-test/smt_test.go

    Co-authored-by: Chengxuan Xing <chengxuan.xing@kaleido.io>
    Signed-off-by: jimthematrix <jim.zhang@kaleido.io>
    jimthematrix and Chengxuan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dcae880 View commit details
    Browse the repository at this point in the history
  2. Rename batch to tx

    Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
    jimthematrix committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2554636 View commit details
    Browse the repository at this point in the history
  3. Increase max level of the test merkle tree

    Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
    jimthematrix committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7d660d5 View commit details
    Browse the repository at this point in the history