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

release 0.3.1 #114

Merged
merged 33 commits into from
Jun 18, 2024
Merged

release 0.3.1 #114

merged 33 commits into from
Jun 18, 2024

Commits on Mar 11, 2024

  1. wasm lib integration using webview

    Andrei Yunkevich committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cf80b8a View commit details
    Browse the repository at this point in the history
  2. format wasm_crypto.d.ts

    Andrei Yunkevich committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b955f6a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request #103 from mintlayer/feature/integrate-wasm-lib

    wasm lib integration using webview
    YunkevichAndrei authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2a6257f View commit details
    Browse the repository at this point in the history
  2. mintlayer wallet implementation

    Andrei Yunkevich committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1086a79 View commit details
    Browse the repository at this point in the history
  3. disable currencies other than usd for test

    Andrei Yunkevich committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8fdf7f2 View commit details
    Browse the repository at this point in the history
  4. fixed typo in folder name

    Andrei Yunkevich committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    00e7342 View commit details
    Browse the repository at this point in the history
  5. migrate to mintlayer api v2

    Andrei Yunkevich committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    38bb540 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. update wasm lib

    Andrei Yunkevich committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    392ebe3 View commit details
    Browse the repository at this point in the history
  2. format file using prettier

    Andrei Yunkevich committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2f23c4c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge pull request #104 from mintlayer/feature/ml-wallet

    Mintlayer wallet implementation
    YunkevichAndrei authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b3c76d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add TML token for testnet

    Andrei Yunkevich committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9b6473d View commit details
    Browse the repository at this point in the history
  2. implement multiimport of wallets

    Andrei Yunkevich committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    be2f2ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #105 from mintlayer/feature/tml-token

    add TML token for testnet
    YunkevichAndrei authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fcb2132 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #106 from mintlayer/feature/miltiselect-of-wallets…

    …-import
    
    implement multiimport of wallets
    YunkevichAndrei authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    80f8acc View commit details
    Browse the repository at this point in the history
  5. add different realm for testnet transactions

    Andrei Yunkevich committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4bef5c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #107 from mintlayer/bugfix/transaction-cache

    add different realm for testnet transactions
    YunkevichAndrei authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fbcd05c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. add ml transaction types and locked balance

    Andrei Yunkevich committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a5e9b5c View commit details
    Browse the repository at this point in the history
  2. upd ml transaction helper

    Andrei Yunkevich committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4c8a659 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fixed getChangeAddressFast function

    Andrei Yunkevich committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5a72a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fixed getChangeAddressAsync function for create transaction

    Andrei Yunkevich committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0b6a801 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. add new wasm methods to webview context

    Andrei Yunkevich committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6702d84 View commit details
    Browse the repository at this point in the history
  2. select all wallets by default on import

    Andrei Yunkevich committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3276602 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from mintlayer/feature/ml-transaction-type

    add ml transaction types and locked balance
    YunkevichAndrei authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3491502 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. implementation of send transaction caching

    Andrei Yunkevich committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2357b10 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #109 from mintlayer/feature/ml-cache-send-transaction

    implementation of send transaction caching
    YunkevichAndrei authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    70d633a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fixed displaing wallet transactions status

    Andrei Yunkevich committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3057709 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from mintlayer/bugfix/wallet-transactions-status

    fixed displaying wallet transactions status
    YunkevichAndrei authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ab8f978 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    3f59796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f31af View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. bump version

    anyxem committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    55eed18 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    372cc6d View commit details
    Browse the repository at this point in the history
  2. bump version

    anyxem committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6de2989 View commit details
    Browse the repository at this point in the history