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

Feature: Add an in-memory wallet backend framework #1293

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Mar 15, 2024

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

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    d013322 View commit details
    Browse the repository at this point in the history
  2. zcash_client_backend: Use BTreeMap instead of HashMap for mem_wal…

    …let nullifier maps.
    nuttycom committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9926057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef5f04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b39765c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #1295 from oxarbitrage/memory_wallet_fix_build

    Fix the memory wallet build by hiding orchard fields in `new()` behind a flag
    nuttycom authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fc757b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c1e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e8bc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Apr 2, 2024

  1. remove non needed pubs

    oxarbitrage committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4d3c441 View commit details
    Browse the repository at this point in the history
  2. remove chain_height code

    oxarbitrage committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7f74621 View commit details
    Browse the repository at this point in the history
  3. add orchard spends

    oxarbitrage committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0393a69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4323c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3b4de0 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    370a4aa View commit details
    Browse the repository at this point in the history
  7. use batch_insert

    oxarbitrage committed Apr 2, 2024
    2 Configuration menu
    Copy the full SHA
    b1a0fcc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add the memos

    oxarbitrage committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    23a2ae8 View commit details
    Browse the repository at this point in the history
  2. mark spent notes

    oxarbitrage committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2f28306 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    588156f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    f77dfc1 View commit details
    Browse the repository at this point in the history
  2. remove todo comment

    oxarbitrage committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    147c033 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix incorrect start note commitment position

    Co-authored-by: Kris Nuttycombe <[email protected]>
    oxarbitrage and nuttycom committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cbb49b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. clippy

    oxarbitrage committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c9a236e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    21313a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1298 from oxarbitrage/basic-put-block

    Basic `put_block` function for the memory wallet
    nuttycom authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5d2cd6f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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