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): allow ARRR/ZCOIN compilation in wasm #1805

Merged
merged 32 commits into from
Jun 9, 2023
Merged

feat(zcoin): allow ARRR/ZCOIN compilation in wasm #1805

merged 32 commits into from
Jun 9, 2023

Commits on May 5, 2023

  1. allow ARRR compilation in wasm

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 5, 2023
    Configuration menu
    Copy the full SHA
    653d1cc View commit details
    Browse the repository at this point in the history
  2. fix typo

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7ffbf28 View commit details
    Browse the repository at this point in the history
  3. minor changes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7b745e1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. minor changes and allow unused

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 9, 2023
    Configuration menu
    Copy the full SHA
    81f9790 View commit details
    Browse the repository at this point in the history
  2. export SyncStatus as pub

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b0cc19c View commit details
    Browse the repository at this point in the history
  3. add error ZCoinBalanceError for balance error

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2cd3da2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

    # Conflicts:
    #	mm2src/coins/z_coin.rs
    borngraced committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d8f8fcc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix merge conflicts

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f59c42e View commit details
    Browse the repository at this point in the history
  2. fix checks

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 11, 2023
    Configuration menu
    Copy the full SHA
    5db9c45 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. save dev state

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b3e5fa6 View commit details
    Browse the repository at this point in the history
  2. save dev state

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c753125 View commit details
    Browse the repository at this point in the history
  3. make walletdb compatible for native and wasm

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 17, 2023
    Configuration menu
    Copy the full SHA
    607bfd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    680fd8f View commit details
    Browse the repository at this point in the history
  5. apply patch

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f560e80 View commit details
    Browse the repository at this point in the history
  6. minor changes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 17, 2023
    Configuration menu
    Copy the full SHA
    418f074 View commit details
    Browse the repository at this point in the history
  7. use zcoin_builder.ctx without ref

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8ebb378 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. add all walletdb table for wasm

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2e6b465 View commit details
    Browse the repository at this point in the history
  2. add table to naming

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4878318 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix review notes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fbaeb8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af55d86 View commit details
    Browse the repository at this point in the history
  3. fix review notes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 24, 2023
    Configuration menu
    Copy the full SHA
    00567f9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. refactor duplicate errors

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 26, 2023
    Configuration menu
    Copy the full SHA
    bc2b2a3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. fix build error

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2d41590 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. cleanup and minor changes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5a5123d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix bugs in wallet indexeddb indexes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2f9b94a View commit details
    Browse the repository at this point in the history
  2. fix lint

    Signed-off-by: borngraced <[email protected]>
    borngraced committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2906e80 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. minor changes

    Signed-off-by: borngraced <[email protected]>
    borngraced committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    48596c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

    # Conflicts:
    #	mm2src/coins/Cargo.toml
    #	mm2src/coins/z_coin.rs
    #	mm2src/coins/z_coin/z_rpc.rs
    borngraced committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    33289e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. fix merge conflicts carg

    Signed-off-by: borngraced <[email protected]>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e41f3e2 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    Signed-off-by: borngraced <[email protected]>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a14232a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d474608 View commit details
    Browse the repository at this point in the history
  4. remove line break

    Signed-off-by: borngraced <[email protected]>
    borngraced committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    dd9a4a3 View commit details
    Browse the repository at this point in the history