Skip to content

Releases: KomodoPlatform/komodo-defi-framework

AtomicDEX-v1.0.0-beta

22 Mar 10:47
Compare
Choose a tag to compare

Release Notes

Changelog:

  • 2 spv storage optimization #1 #1585
  • [doc] update mobile build instructions #1661
  • 2 disable_coin should fail if there are tokens dependent on the platform #1651
  • 2 fix vulnerable dependencies #1666
  • Bugfix pubkey keepalive overflow and "forever orders" #1668
  • 2 Hardware Wallet enhancements #1672
  • 2 Complete MetaMask #1674
  • Add workflow for VirusTotal results #1676
  • 2 refactor version handling #1686
  • [release] 1.0.0-beta #1576
Link SHA256
mm2-278b525ba-android-aarch64-CI.zip 80c4fdd03b8a394b96a8130826744ce759d051a27804448544de6e429aafed0e
mm2-278b525ba-android-armv7-CI.zip 209b40d986ccc9f9e42286b27e2d065e2306497ef1a32eba659594d3d27ea01c
mm2-278b525ba-Darwin-Release.zip 498f22204c4fb58b4934e555ae3d035587c56091aca868333b22face1b7ec46d
mm2-278b525ba-ios-aarch64-CI.zip 985914e9b5ecdafe65bdc684923c28baa322cccfb8ebde9d61e0d58f0b9d93f2
mm2-278b525ba-Linux-Release-debuginfo.zip 98b6315fb0066df43c56f506e1552353e65cdceb79df01baba6d8d7386dc0358
mm2-278b525ba-Linux-Release.zip 81a22b3d2ba41366f1c7c9718da3976232a8e71f3b98f7f4ea9ffea268b4810c
mm2-278b525ba-Win64.zip f9bdce856ce9b89646f47b4a5fe008e9df3ea9d34f9931118c643318316bae27
🛡 VirusTotal analysis

beta-2.1.8741

14 Nov 11:21
Compare
Choose a tag to compare

What's Changed

  • Don't respond to GetKnownPeers p2p msg if the number of peers requested exceeds the default number by @shamardy in #1445
  • [r2r] Avoid deadlock on DuplexMutex by @sergeyboyko0791 in #1453
  • [r2r] Mobile libs code fixes, build instructions and CI. by @artemii235 in #1463
  • [r2r] hotfix: disallow withdraw to taproot addresses by @shamardy in #1503
  • update cc and cmake dependencies to be compatible with Visual Studio … by @DeckerSU in #1532
  • [r2r] Don't return an error if a UTXO coin is enabled with trezor_coin field by @sergeyboyko0791 in #1541

Full Changelog: beta-2.1.7404...beta-2.1.8741

beta-2.1.7404

10 Aug 15:59
0f6c726
Compare
Choose a tag to compare

What's Changed

  • Target-branch added for dependabot in mm2.1 by @laruh in #1426
  • Skip orders not existing in orders_set instead of using expect. by @artemii235 in #1430
  • Fix ARRR activation. More info to activation statuses. Check point block by @artemii235 in #1439

Full Changelog: beta-2.1.7132...beta-2.1.7404

beta-2.1.7132

29 Jul 09:47
cfb031a
Compare
Choose a tag to compare

What's Changed

Full Changelog: beta-2.1.6805...beta-2.1.7132

beta-2.1.6805

15 Jul 08:42
ce32ab8
Compare
Choose a tag to compare

What's Changed

Read more

beta-2.1.5724

28 Mar 14:36
dbacb81
Compare
Choose a tag to compare

Hotfix for FIRO block header format (prog pow).

What's Changed

New Contributors

Full Changelog: beta-2.1.5182...beta-2.1.5724

beta-2.1.5182

29 Dec 14:31
0fea16d
Compare
Choose a tag to compare
Fix zombie orders caused by improper balance reduce handling. (#1179)

* Possible fix for #1148

* More fixes.

beta-2.1.5048

06 Dec 06:04
213bfdd
Compare
Choose a tag to compare
Update DEV_ENVIRONMENT.md

beta-2.1.4829

29 Oct 13:48
Compare
Choose a tag to compare
Exclude docs changes from CI build triggers.

beta-2.1.4401

01 Oct 10:18
87837cb
Compare
Choose a tag to compare
feat(mm2_rpc): add get_public_key rpc #1071 (#1086)

* feat(mm2_rpc): add get_public_key rpc

* feat(mm2_rpc): iteration review