Skip to content

Tags: apexplatform/atomicDEX-API-1

Tags

v1.0.0

Toggle v1.0.0's commit message
docs: introduce CHANGELOG.md (KomodoPlatform#1680)

* propose change.log

add a chronological "living" changelog file as a index for the dev.logs

* introduce CHANGELOG.md

* [docs] update changelog

* [docs] add changelog date/tag

* update changelog

* update date

* re-enable mac ci, add one more change log

---------

Co-authored-by: shamardy <shamardy@yahoo.com>
Reviewed-by: ozkanonur <work@onurozkan.dev>

beta-2.1.8741

Toggle beta-2.1.8741's commit message
Ignore failing test_spl_transactions test.

beta-2.1.8388

Toggle beta-2.1.8388's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disallow withdraw to taproot addresses (KomodoPlatform#1503)

* hotfix: disallow withdraw to taproot addresses

* fix UnsupportedAddressVariant error doc comment

* Add explicit match statement to avoid parsing new bech32 variants

* seperate version check from length check

* added test vectors from bip-0173

* ignore unstable ETH/SOL tests

* ignore unstable test_get_raw_transaction

* added more test vectors from bip-0173, some test vectors are valid in bip-0173 but invalidated by bip-0350

beta-2.1.7404

Toggle beta-2.1.7404's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ARRR activation. More info to activation statuses. Check point bl…

…ock KomodoPlatform#1427 (KomodoPlatform#1439)

* WIP.

* WIP. Added more info to BuildingWalletDb status. Added check_point_block.

* Temporary ignore RUSTSEC-2020-0159.

* Add TemporaryError variant to SyncStatus KomodoPlatform#1427.

* consensus_params -> protocol_info

* Review fixes.

Co-authored-by: Artem Vitae <artem@vitae.com>

beta-2.1.7132

Toggle beta-2.1.7132's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix P2P OrdermatchRequest backward compatibility. (KomodoPlatform#1406)

beta-2.1.6805

Toggle beta-2.1.6805's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update json file after removing outdated transactions KomodoPlatform#…

…1321 (KomodoPlatform#1332)

* Update json file after removing outdated transactions

* Remove commented out debug code

* Remove save_transaction_history and extend save_history_to_file instead

* Add function for transaction comparison

* Handle transactions with 0 block height separately while sorting

* Fix formatting

beta-2.1.5724

Toggle beta-2.1.5724's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(firo_hot_fix): add support for prog pow KomodoPlatform#1232 (Kom…

…odoPlatform#1235)

* feat(firo_hot_fix): add support for prog pow

* feat(firo): cargo clippy

* feat(firo): update ring dependency

* Revert "feat(firo): update ring dependency"

This reverts commit 8db763f.

beta-2.1.5182

Toggle beta-2.1.5182's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix zombie orders caused by improper balance reduce handling. (Komodo…

…Platform#1179)

* Possible fix for KomodoPlatform#1148

* More fixes.

beta-2.1.5048

Toggle beta-2.1.5048's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update DEV_ENVIRONMENT.md

beta-2.1.4829

Toggle beta-2.1.4829's commit message
Exclude docs changes from CI build triggers.