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

Alternative to rocksdb: Added jammdb as another lightweight option for wallet storage #1004

Closed
wants to merge 56 commits into from

Commits on Aug 4, 2023

  1. added jammdb impl

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1794e10 View commit details
    Browse the repository at this point in the history
  2. adjusted features

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f810b43 View commit details
    Browse the repository at this point in the history
  3. adjusted features

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    70bcf7a View commit details
    Browse the repository at this point in the history
  4. adjusted features

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ab775c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4eba2d View commit details
    Browse the repository at this point in the history
  6. added from impl

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cc434a0 View commit details
    Browse the repository at this point in the history
  7. added deps and feature

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2ee4870 View commit details
    Browse the repository at this point in the history
  8. added feature

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    120aaa0 View commit details
    Browse the repository at this point in the history
  9. updated lock file

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a83a99c View commit details
    Browse the repository at this point in the history
  10. reverted example deps

    mighty840 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4938e4f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 13, 2023

  1. sorted dependencies

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    340d434 View commit details
    Browse the repository at this point in the history
  2. corrected year in license

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5cbb595 View commit details
    Browse the repository at this point in the history
  3. fixed case (supposedly)

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    61b5cf3 View commit details
    Browse the repository at this point in the history
  4. fixed case (supposedly)

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    44ca624 View commit details
    Browse the repository at this point in the history
  5. improved impl

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    de7d6ec View commit details
    Browse the repository at this point in the history
  6. feature flag fixed

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    975be80 View commit details
    Browse the repository at this point in the history
  7. feature flag fixed

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2290f76 View commit details
    Browse the repository at this point in the history
  8. feature flag fixed

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c8ae9a3 View commit details
    Browse the repository at this point in the history
  9. feature flag fixed

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2031f24 View commit details
    Browse the repository at this point in the history
  10. deps sorted

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f9f9b3c View commit details
    Browse the repository at this point in the history
  11. deps sorted

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    61dc915 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc2bee5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25bd57e View commit details
    Browse the repository at this point in the history
  14. removed old impl

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a3d34ab View commit details
    Browse the repository at this point in the history
  15. reverted cfg for rocksdb

    mighty840 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    793b83a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. ran cargo fmt

    mighty840 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2213d85 View commit details
    Browse the repository at this point in the history
  2. Update sdk/Cargo.toml

    Co-authored-by: Thoralf-M <[email protected]>
    mighty840 and Thoralf-M authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    888c8e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. improved with cfg_if

    mighty840 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7d5ba45 View commit details
    Browse the repository at this point in the history
  2. updated deps

    mighty840 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    24859cd View commit details
    Browse the repository at this point in the history
  3. fixed spacing

    mighty840 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    81ffe17 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. removed return

    mighty840 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    84dc59f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Update sdk/src/wallet/storage/kind.rs

    Co-authored-by: Alexandcoats <[email protected]>
    mighty840 and Alexandcoats authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ec42d30 View commit details
    Browse the repository at this point in the history
  2. Update sdk/src/wallet/storage/adapter/mod.rs

    Co-authored-by: Alexandcoats <[email protected]>
    mighty840 and Alexandcoats authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2a698ca View commit details
    Browse the repository at this point in the history
  3. added cfg if

    mighty840 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    245d85c View commit details
    Browse the repository at this point in the history
  4. removed unused dep

    mighty840 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    25d844d View commit details
    Browse the repository at this point in the history
  5. added cfg if

    mighty840 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b16d955 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update sdk/src/wallet/storage/kind.rs

    Co-authored-by: Alexandcoats <[email protected]>
    mighty840 and Alexandcoats authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bd240ab View commit details
    Browse the repository at this point in the history
  2. Update sdk/src/wallet/storage/constants.rs

    Co-authored-by: Alexandcoats <[email protected]>
    mighty840 and Alexandcoats authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1434b9a View commit details
    Browse the repository at this point in the history
  3. Update sdk/src/wallet/core/builder.rs

    Co-authored-by: Alexandcoats <[email protected]>
    mighty840 and Alexandcoats authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    301c499 View commit details
    Browse the repository at this point in the history
  4. Update sdk/src/wallet/storage/kind.rs

    Co-authored-by: Alexandcoats <[email protected]>
    mighty840 and Alexandcoats authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    789f6d7 View commit details
    Browse the repository at this point in the history
  5. Update sdk/src/wallet/core/builder.rs

    Alexandcoats authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c02dfb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Update sdk/src/wallet/storage/kind.rs

    Alexandcoats authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d63b9a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0067c View commit details
    Browse the repository at this point in the history
  3. added missing semi-colon

    mighty840 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    aa3cf39 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fixed cfg_if parentheses

    mighty840 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1e595cc View commit details
    Browse the repository at this point in the history
  2. fixed cfg_if parentheses

    mighty840 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    44e754e View commit details
    Browse the repository at this point in the history
  3. updated lock file

    mighty840 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    80e56b0 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    mighty840 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0cdb68c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    42bfa5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bec772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a35a25 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    de01644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f46c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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