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

Migrating the toolkit to a client #93

Merged
merged 76 commits into from
Mar 10, 2024
Merged

Migrating the toolkit to a client #93

merged 76 commits into from
Mar 10, 2024

Commits on Jan 22, 2024

  1. Fix ZRC-20 withdrawal

    fadeev committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f738c12 View commit details
    Browse the repository at this point in the history
  2. revert

    fadeev committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c17d125 View commit details
    Browse the repository at this point in the history
  3. fix

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

Commits on Jan 23, 2024

  1. refactor

    fadeev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8c4edb8 View commit details
    Browse the repository at this point in the history
  2. refactor

    fadeev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    145f501 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. lint fix

    fadeev committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0ca1110 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. client

    fadeev committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    99133dc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. client.getBalances

    fadeev committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    235f937 View commit details
    Browse the repository at this point in the history
  2. lint

    fadeev committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    35ae093 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. move fees to client

    fadeev committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c138199 View commit details
    Browse the repository at this point in the history
  2. fix fees

    fadeev committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8bff3cc View commit details
    Browse the repository at this point in the history
  3. migrate pools to client

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

Commits on Feb 9, 2024

  1. add sendzeta to client

    fadeev committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0cb19a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. migrate everything to client

    fadeev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0755e35 View commit details
    Browse the repository at this point in the history
  2. lint

    fadeev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    138f7f3 View commit details
    Browse the repository at this point in the history
  3. remove index.ts

    fadeev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2447419 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. export client

    fadeev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1a934f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. lint

    fadeev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1c61a6e View commit details
    Browse the repository at this point in the history
  2. merge erc20 balances fix

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

Commits on Feb 21, 2024

  1. refactor

    fadeev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c8c3147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf32dd View commit details
    Browse the repository at this point in the history
  3. token balances type

    fadeev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c15d76c View commit details
    Browse the repository at this point in the history
  4. lint

    fadeev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cd8572f View commit details
    Browse the repository at this point in the history
  5. refactor client

    fadeev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    24420b9 View commit details
    Browse the repository at this point in the history
  6. refactor names

    fadeev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    185399f View commit details
    Browse the repository at this point in the history
  7. testnet/mainnet

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

Commits on Feb 22, 2024

  1. lint

    fadeev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5e61458 View commit details
    Browse the repository at this point in the history
  2. fix tasks path in package.json

    fadeev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    db87826 View commit details
    Browse the repository at this point in the history
  3. tasks export

    fadeev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    efdf35a View commit details
    Browse the repository at this point in the history
  4. remove console.log

    fadeev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    537ab58 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. deposit

    fadeev committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a19650b View commit details
    Browse the repository at this point in the history
  2. deposit

    fadeev committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8126cda View commit details
    Browse the repository at this point in the history
  3. client wallet or signer

    fadeev committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ce61a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. withdraw

    fadeev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6c3cd03 View commit details
    Browse the repository at this point in the history
  2. fix withdraw

    fadeev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    81c4e70 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix build issues

    fadeev committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fcd23eb View commit details
    Browse the repository at this point in the history
  2. lint

    fadeev committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    228f947 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. deposit task

    fadeev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    68443fb View commit details
    Browse the repository at this point in the history
  2. withdraw task

    fadeev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8f8065e View commit details
    Browse the repository at this point in the history
  3. lint

    fadeev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4d2cc3e View commit details
    Browse the repository at this point in the history
  4. docs

    fadeev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    13569ea View commit details
    Browse the repository at this point in the history
  5. rename getEndpoint

    fadeev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5ce926d View commit details
    Browse the repository at this point in the history
  6. lintignore docs

    fadeev committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    af354c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. --mainnet flag

    fadeev committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7f438e4 View commit details
    Browse the repository at this point in the history
  2. disable verify task

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

Commits on Mar 1, 2024

  1. fees

    fadeev committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6037498 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. fix build

    fadeev committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fc88990 View commit details
    Browse the repository at this point in the history
  2. build workflow

    fadeev committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1379274 View commit details
    Browse the repository at this point in the history
  3. remove sendZeta

    fadeev committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    da56a01 View commit details
    Browse the repository at this point in the history
  4. add sendZeta back

    fadeev committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    aeccbfb View commit details
    Browse the repository at this point in the history
  5. Remove send zrc20

    fadeev committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4850f25 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. remove index.ts

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    90fa9a2 View commit details
    Browse the repository at this point in the history
  2. remove try catch

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    55b805c View commit details
    Browse the repository at this point in the history
  3. use helper to get chain ID

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3a61455 View commit details
    Browse the repository at this point in the history
  4. fix btc mainnet get balances

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    182c8d5 View commit details
    Browse the repository at this point in the history
  5. evmAddress

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1c75e0d View commit details
    Browse the repository at this point in the history
  6. reorder getBlances params

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2ba8ce8 View commit details
    Browse the repository at this point in the history
  7. replace any with string

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f7a2989 View commit details
    Browse the repository at this point in the history
  8. recipient || signer.address

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    faa7ac2 View commit details
    Browse the repository at this point in the history
  9. tx type

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cb35c5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fd3156 View commit details
    Browse the repository at this point in the history
  11. getBalances refactor

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e0efa94 View commit details
    Browse the repository at this point in the history
  12. getFees type

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0bdc652 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f339a34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a815664 View commit details
    Browse the repository at this point in the history
  15. ParamChainName

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    27b14d6 View commit details
    Browse the repository at this point in the history
  16. throw errors in sendZeta

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    15ee993 View commit details
    Browse the repository at this point in the history
  17. fix send zeta

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e1b96ae View commit details
    Browse the repository at this point in the history
  18. trackCCTX param as object

    fadeev committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1b70bdd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix send zeta

    fadeev committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    726ddd7 View commit details
    Browse the repository at this point in the history
  2. wallet and signer types

    fadeev committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1ef37fa View commit details
    Browse the repository at this point in the history
  3. remove empty console logs

    fadeev committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    65a54ec View commit details
    Browse the repository at this point in the history
  4. remove declare hre

    fadeev committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    720e529 View commit details
    Browse the repository at this point in the history
  5. rename m to msg

    fadeev committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a35745f View commit details
    Browse the repository at this point in the history
  6. lint

    fadeev committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    878130a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix params in docs

    fadeev committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1bc269d View commit details
    Browse the repository at this point in the history