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(LRAPI): add 1inch classic swap rpc #2222

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from
Open

feat(LRAPI): add 1inch classic swap rpc #2222

wants to merge 26 commits into from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    14e695d View commit details
    Browse the repository at this point in the history
  2. add chain_id from conf fn

    dimxy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aad3739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df753b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. refactor on review notes

    dimxy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    57192ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c31a7a View commit details
    Browse the repository at this point in the history
  3. refactor on review notes (more)

    dimxy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3610147 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. refactor on review notes (more)

    dimxy committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    23d8f1d View commit details
    Browse the repository at this point in the history
  2. fix fmt

    dimxy committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    18466fc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge branch 'dev' into 1inch-classic-swap

    * dev:
      fix(cosmos): fix tx broadcasting error (#2238)
      chore(solana): remove solana implementation (#2239)
      chore(cli): remove leftover subcommands from help message (#2235)
      fix(orders): fix cancel order race condition using time-based cache (#2232)
      fix(legacy-swap): taker failed spend maker payment marked as failed (#2199)
      chore(adex-cli): deprecate adex-cli (#2234)
      feat(new-RPC): connection healthcheck implementation for peers  (#2194)
      fix(proxy-signature): add message lifetime overflows (#2233)
      feat(CI): handle remote files in a safer way (#2217)
      chore(doc): update issue address in README (#2227)
      fix(merge): remove duplicated db_root function (#2229)
      feat(wallets): add `get_wallet_names` rpc (#2202)
      chore(tests): don't use `.wait()` and use `block_on` instead (#2220)
      fix(native-rpc): remove escaped response body (#2219)
      fix(clippy): fix coins mod clippy warnings in wasm (#2224)
      feat(core): handling CTRL-C signal with graceful shutdown (#2213)
      docs(README): fix typos (#2212)
      remove the non-sense arguments (#2216)
      fix(db): stop creating the all-zeroes dir on KDF start (#2218)
    dimxy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    116fb0c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix review notes

    dimxy committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5ec045f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    7a1282d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a645d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef93d1a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    e68cfc2 View commit details
    Browse the repository at this point in the history
  2. more review notes

    dimxy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5ab3b19 View commit details
    Browse the repository at this point in the history
  3. add doc for strip 0x macro

    dimxy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e040bca View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    d457bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a150a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c175191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    257d4b9 View commit details
    Browse the repository at this point in the history
  5. fix cargo fmt

    dimxy committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ce96d87 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. fix review notes (including: rename approve to approve_token rpc, add…

    … check for same chain for 1inch swap, move 1inch to 'lp_commands/rpc')
    dimxy committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    65c4853 View commit details
    Browse the repository at this point in the history
  2. refactor eth type import

    dimxy committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    df5f045 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Merge branch 'dev' into 1inch-classic-swap

    * dev:
      fix(foot-shooting): remove leftover code that panics via RPC (#2270)
      refactor(MarketCoinOps): make `wait_for_htlc_tx_spend` async (#2265)
      feat(eth-swap): maker tpu v2 implementation (#2211)
      fix(nft): add token_id field to the tx history primary key, fix balance (#2209)
      feat(cosmos): support IBC types in tx history implementation (#2245)
      fix(hd-wallet): use `CoinBalanceMap` for UTXO and QTUM (#2259)
      fix(tests): add more sepolia endpoints in tests (#2262)
      fix(legacy-swap): check for confirmations on recover taker (#2242)
      fix(legacy-swap): remove the need for takers to confirm their payment (#2249)
      refactor(P2P): types and modules (#2256)
      fix(evm): correctly display eth addr in iguana v2 activation result (#2254)
      feat(utxo): prioritize electrum connections (#1966)
      refactor(SwapOps): make all methods async (#2251)
      refactor(SwapOps): make `send_maker_payment` async (#2250)
      remove old p2p implementation (#2248)
      feat(cosmos-offline-tests): prepare IBC channels inside the container  (#2246)
    dimxy committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    57efd04 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    dimxy committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7b5bed3 View commit details
    Browse the repository at this point in the history