Skip to content

Tags: ragnarok87/atomicDEX-API

Tags

beta-2.1.3110

Toggle beta-2.1.3110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KomodoPlatform#832 from KomodoPlatform/mm2.1-buy-s…

…ell-min-volume

Add min_volume arg to buy and sell RPCs. KomodoPlatform#825

beta-2.1.3106

Toggle beta-2.1.3106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use H256Json as an argument for get_block. KomodoPlatform#828 (Komodo…

…Platform#831)

* Use H256Json as an argument for get_block.
There are many coins that support only hash as param of this RPC method.

* Fix FIRO verbose block deserialization.

beta-2.1.3097

Toggle beta-2.1.3097's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add TxFee::FixedPerKb and use it for DOGE. KomodoPlatform#829 (Komodo…

…Platform#830)

* Add TxFee::FixedPerKb and use it for DOGE.

* Fix comment.

beta-2.1.3084

Toggle beta-2.1.3084's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Few additions to dex fee validation (KomodoPlatform#827)

* WIP.

* WIP.

* Ready for PR.

* Remove use is_tx_confirmed_before_block.

beta-2.1.3082

Toggle beta-2.1.3082's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KomodoPlatform#824 from KomodoPlatform/fix-max-tak…

…er-vol

Fix max_taker_vol_from_available

beta-2.1.3068

Toggle beta-2.1.3068's commit message
Fix clippy.

beta-2.1.3066

Toggle beta-2.1.3066's commit message
Hot fix. Stop gossipsub polling_fut when stopping mm2.

Required when mm2 is running in library mode.

beta-2.1.3061

Toggle beta-2.1.3061's commit message
Add index for started_at in stats_swaps KomodoPlatform#819

beta-2.1.3060

Toggle beta-2.1.3060's commit message
Hot fix. Wrap SQLite connection into mutex KomodoPlatform#818

beta-2.1.3056

Toggle beta-2.1.3056's commit message
Hot fix. Return 0 from max_taker_vol if balance is not sufficient.

It is more convenient for GUIs.