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

feat(zcoin): ARRR WASM implementation #1957

Merged
merged 124 commits into from
Feb 23, 2024
Merged

feat(zcoin): ARRR WASM implementation #1957

merged 124 commits into from
Feb 23, 2024

Commits on Jun 9, 2023

  1. save dev state — impl get_latest_block

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9624b52 View commit details
    Browse the repository at this point in the history
  2. save dev state — impl insert_block

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    74475d4 View commit details
    Browse the repository at this point in the history
  3. save dev state — impl rewind_to_height

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0df0b74 View commit details
    Browse the repository at this point in the history
  4. save dev state — impl with_blocks

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    82ea381 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. save dev state — impl some unit tests

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e143d36 View commit details
    Browse the repository at this point in the history
  2. minor changes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    aa890a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. impl simple unit test for with_blocks

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4187ca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ecca8ea View commit details
    Browse the repository at this point in the history
  2. save dev state — validate_blocks and scan_cached_block porting succes…

    …sful
    
    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    02af3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b0ec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. port scan_cached_block and validate_blocks to mm2

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    af2b1d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e039d56 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. save dev state — apply fixes from librustzcash

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    fbb61ea View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. save dev state — refactor wallet db storage module

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6fc8697 View commit details
    Browse the repository at this point in the history
  2. save dev state — fix linting

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    67c30b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. walletdb — impl block_height_extrema, get_block_hash, get_tx_height

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fcce1c6 View commit details
    Browse the repository at this point in the history
  2. walletdb — impl get_balance_at, get_memo

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    67102ef View commit details
    Browse the repository at this point in the history
  3. walletdb — impl get_commitment_tree, get_witnesses

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1dbb508 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. refactor zcoin storage error

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7de42b1 View commit details
    Browse the repository at this point in the history
  2. walletdb — impl get_nullifiers

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    020b47c View commit details
    Browse the repository at this point in the history
  3. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    97a10e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. save dev state — use BigInt for i64 values

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0e0915c View commit details
    Browse the repository at this point in the history
  2. walletdb — impl select_spendable_notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cd6ad5f View commit details
    Browse the repository at this point in the history
  3. walletdb — save dev state (advance_by_block wip)

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    573b52f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. cleanup for overall impls

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b3c1347 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into blockdb_indexeddb_storage

    # Conflicts:
    #	mm2src/coins/z_coin/storage/walletdb/mod.rs
    borngraced committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5c3e589 View commit details
    Browse the repository at this point in the history
  3. cleanup for overall impls

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c25a34a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. fix wasm clippy warnings

    borngraced committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2da2e2c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. walletdb — implemented put_received_note && insert_witness

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b80bbc3 View commit details
    Browse the repository at this point in the history
  2. walletdb — implemented prune_witnesses

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    af1e88f View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7d434a7 View commit details
    Browse the repository at this point in the history
  4. walletdb — impl update_expired_notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1c4df5d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. walletdb — impl advance_by_block

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    24774ad View commit details
    Browse the repository at this point in the history
  2. fix clippy warning

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b908555 View commit details
    Browse the repository at this point in the history
  3. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    23e8bc7 View commit details
    Browse the repository at this point in the history
  4. fix review notes and add doc comments

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    920ca89 View commit details
    Browse the repository at this point in the history
  5. refactor indexeddb TableSignature TABLE_NAME

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4396023 View commit details
    Browse the repository at this point in the history
  6. fix failing blockdb tests

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    909c1d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c4f44bb View commit details
    Browse the repository at this point in the history
  2. walletdb — finished WalletWrite and WalletRead implementations for in…

    …dexeddb
    
    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6f3dade View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. walletdb — cleanup after self review round 1

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0a50ab3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	mm2src/coins/z_coin/storage/walletdb/mod.rs
    #	mm2src/coins/z_coin/z_rpc.rs
    borngraced committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7743f14 View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8cd1cc3 View commit details
    Browse the repository at this point in the history
  4. implement init walletdb for indexedddb

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4d708eb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. fix blockdb unit tests

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5af48d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. save dev state — test_intialize_db_impl

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    31737e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f2cab39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7004e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5dc508 View commit details
    Browse the repository at this point in the history
  4. fix fmt warning

    borngraced committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    93cba48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40d9735 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. save dev state

    borngraced committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    34e8940 View commit details
    Browse the repository at this point in the history
  2. save dev state - impl test_valid_chain_state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    60315a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a56e802 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix wasm clippy warning

    borngraced committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    62efac1 View commit details
    Browse the repository at this point in the history
  2. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    653b4e8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'zcoin_storage' of github.com:KomodoPlatform/komodo-defi…

    …-framework into zcoin_storage
    borngraced committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ead00e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. save dev state

    borngraced committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ccc45df View commit details
    Browse the repository at this point in the history
  2. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    641120b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. cleanup

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4d58482 View commit details
    Browse the repository at this point in the history
  2. minor changes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    45aa2f7 View commit details
    Browse the repository at this point in the history
  3. refactor wams mod

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    54f6dba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. save dev state

    borngraced committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    62aa5fa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8fbd911 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. save dev state

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    ad888e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. minor changes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    55a62a3 View commit details
    Browse the repository at this point in the history
  2. fix cargo toml

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9dd53f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. minor fix and impl is_tx_imported

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    eb74f06 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	mm2src/coins/z_coin/storage/walletdb/mod.rs
    #	mm2src/coins/z_coin/z_rpc.rs
    borngraced committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f7b03d0 View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e156699 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    14c1c68 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dc1d7d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    230d4d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. remove unnecessary clone

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3b8920f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Nov 1, 2023

  1. use LocalTxProver::from_bytes directly for creating LocalTxProver

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    532d901 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. update librustzcash crate

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3c01ae0 View commit details
    Browse the repository at this point in the history
  2. merge branch and fix conflicts

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    92e7014 View commit details
    Browse the repository at this point in the history
  3. fix DbInstance trait impl for zcoin storages

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8a7cb8c View commit details
    Browse the repository at this point in the history
  4. lock librustzcash crate

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a207ea8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9ac0af8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. minor fixes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bbe0461 View commit details
    Browse the repository at this point in the history
  2. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c1ed8cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. open connection in async blocking and fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b52ee2b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix review notes

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5382464 View commit details
    Browse the repository at this point in the history
  2. add comment for walletdb wasm tx tests

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    35b5a81 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	mm2src/coins/qrc20/qrc20_tests.rs
    #	mm2src/coins/utxo/utxo_tests.rs
    borngraced committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    272f46b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

  1. feat(zcoin): implement zcoin/pirate transport layer for WASM (#1996)

    This commit implements a zcoin transport layer that adheres to a common interface shared with the native transport. Additionally, It introduces some helper functions within FetchRequest and performs some refactoring in the mm2_net module. zcash params fetching and saving to indexedDB is also part of this commit.
    borngraced authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3d80b3a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	mm2src/coins/z_coin.rs
    #	mm2src/coins_activation/src/lib.rs
    #	mm2src/mm2_main/src/lp_swap/swap_wasm_db.rs
    #	mm2src/mm2_main/src/wasm_tests.rs
    #	mm2src/mm2_test_helpers/src/for_tests.rs
    borngraced committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d45246c View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e1bc113 View commit details
    Browse the repository at this point in the history
  4. update walletdb unit tests and delete wagyu-zcash-parameters dep

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b2187c9 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    05eeb03 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. fix unit tests

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c5df161 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. linting

    Signed-off-by: borngraced <samuelonoja970@gmail.com>
    borngraced committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6d45c03 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix typo/doc comments

    borngraced committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a3a3a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80a017 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix blocks db deadlock

    borngraced committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b011fea View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    96a4544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5e185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32e991e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2354ca View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    caafcf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c87d69 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    9059326 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into zcoin_storage

    # Conflicts:
    #	mm2src/coins/Cargo.toml
    borngraced committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f9494fd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 5, 2024

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

Commits on Feb 7, 2024

  1. improve ZRpcOps impls

    borngraced committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    beebc6a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. some changes to deps

    borngraced committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    69ddb50 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	mm2src/mm2_net/src/wasm/http.rs
    borngraced committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f4f225c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a336ebc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

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

Commits on Feb 18, 2024

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

Commits on Feb 19, 2024

  1. update cursor usage

    borngraced committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    982f003 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	mm2src/mm2_db/src/indexed_db/drivers/cursor/cursor.rs
    borngraced committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    665e80c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    403365b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into zcoin_storage

    # Conflicts:
    #	Cargo.lock
    #	mm2src/coins/eth/eth_tests.rs
    borngraced committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ba79025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dd4e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b28e3fa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    5664a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6075733 View commit details
    Browse the repository at this point in the history