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

Add SQL storage support #20

Merged
merged 13 commits into from
Jul 31, 2024
Merged

Add SQL storage support #20

merged 13 commits into from
Jul 31, 2024

Commits on Jul 22, 2024

  1. Add sql storage support

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    efe5efa View commit details
    Browse the repository at this point in the history
  2. add readlock; unit test for concurrent insertions

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1638fdb View commit details
    Browse the repository at this point in the history
  3. Add read lock for mt.Root(); add verify tests

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    64bed19 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Update inline comments for the merkle tree structure

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7f74dfb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add GetNode() to the merkle tree interface

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8d207b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff13d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5b8b2 View commit details
    Browse the repository at this point in the history
  4. Add nullifiers objects

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3febdc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Addressing review comments

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e12fc57 View commit details
    Browse the repository at this point in the history
  2. Add action for go build

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    781a434 View commit details
    Browse the repository at this point in the history
  3. Move IndexOnly from utxo to utils

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2f98169 View commit details
    Browse the repository at this point in the history
  4. Fix copy/paste errors

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    364ff6f View commit details
    Browse the repository at this point in the history
  5. Add gorm annotations for fixed hex string length

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cb8a974 View commit details
    Browse the repository at this point in the history