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

Use Yoroi-lib UtxoService to manage utxo set for Cardano wallets #2857

Merged
merged 37 commits into from
Dec 6, 2022

Commits on May 23, 2022

  1. add storage for new UTXO model

    yushih committed May 23, 2022
    Configuration menu
    Copy the full SHA
    d1b279c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985558f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    662bb16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ef56e1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. add test for migration

    yushih committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c6fd09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddfab73 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

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

Commits on May 30, 2022

  1. lint

    yushih committed May 30, 2022
    Configuration menu
    Copy the full SHA
    59c0a98 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge remote-tracking branch 'origin/develop' into yushi/yoroi-lib-utxo

    # Conflicts:
    #	packages/yoroi-extension/package-lock.json
    #	packages/yoroi-extension/package.json
    vsubhuman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    68d7d76 View commit details
    Browse the repository at this point in the history
  2. package-lock update

    vsubhuman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9f0cf47 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. bump db schema version

    yushih committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ce875c0 View commit details
    Browse the repository at this point in the history
  2. bug fix

    yushih committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    08a67c9 View commit details
    Browse the repository at this point in the history
  3. bump yoroi-lib version

    yushih committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f193ef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. bug fix

    yushih committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d525882 View commit details
    Browse the repository at this point in the history
  2. bump yoroi-lib version

    yushih committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5fb8f33 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Sep 26, 2022

  1. update

    yushih committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    eed819b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Sep 28, 2022

  1. fix test

    yushih committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1fb3676 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Oct 13, 2022

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

Commits on Oct 25, 2022

  1. fix test mock server

    yushih committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9538c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d41d1 View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    yushih committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d1502d1 View commit details
    Browse the repository at this point in the history
  4. fix remove wallet

    yushih committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    527b328 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

  1. bump yoroi-lib version

    yushih committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6d4cf99 View commit details
    Browse the repository at this point in the history
  2. fix mock server

    yushih committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7b99ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f199ea View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. bump yoroi-lib version

    yushih committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    282921c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. yoroi-lib version bump

    vsubhuman committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8a03b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094a093 View commit details
    Browse the repository at this point in the history
  3. version bump: 4.17.001

    vsubhuman committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e14455b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. flow fixes

    vsubhuman committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    979fea2 View commit details
    Browse the repository at this point in the history
  2. mock server fix

    vsubhuman committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1f2ba3a View commit details
    Browse the repository at this point in the history
  3. mock server fix

    vsubhuman committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ee6b568 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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