You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bot] File and author data updated, validated and updated internal links, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update atomicdex methods table
Copy file name to clipboardexpand all lines: data-for-gpts/komodefi-api/all-api-content.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -3594,7 +3594,7 @@ Activating coins in 'lite mode' means you don't need to have a native coin daemo
3594
3594
KomoDeFi is a true cross chain, cross protocol Decentralized Exchange (DEX), allowing for trades between coins and tokens across many platforms and ecosystems, such as:
Copy file name to clipboardexpand all lines: data-for-gpts/komodefi-api/legacy-api-content.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -1347,7 +1347,7 @@ Activating coins in 'lite mode' means you don't need to have a native coin daemo
1347
1347
KomoDeFi is a true cross chain, cross protocol Decentralized Exchange (DEX), allowing for trades between coins and tokens across many platforms and ecosystems, such as:
Copy file name to clipboardexpand all lines: data-for-gpts/smart-chains-content.txt
+110-8
Original file line number
Diff line number
Diff line change
@@ -13480,9 +13480,116 @@ export const description = "Find the Changelogs of various versions of Komodo da
13480
13480
13481
13481
# Change Log
13482
13482
13483
-
Version 0.5.0 of the Komodo daemon includes the following changes.
13484
-
13485
-
## List of Changes
13483
+
## v0.8.1 \[Falkor]
13484
+
13485
+
* This update is mandatory and includes several security fixes, code refactoring, optimizations, and other improvements.
13486
+
* Update Rust compiler to 1.69.
13487
+
* Add notarisations specific unit tests.
13488
+
* Refactoring the legacy code that is associated with PAX, KV, and ratification transactions has resulted in a slight decrease in block verification and overall synchronization time.
13489
+
* Bump libcurl to 8.4.0 ([CVE-2023-38545](https://github.com/advisories/GHSA-7xw9-w465-6x42), [CVE-2023-38546](https://github.com/advisories/GHSA-x3qx-m3c2-qfhx) fix).
13490
+
* Fix the value pools (sprout, sapling) calculation issue.
13491
+
* Minor fixes and updates.
13492
+
13493
+
## v0.8.0-beta1 \[Viserion]
13494
+
13495
+
* This is a mandatory update, Komodo Season 7 HF planned on height `3484958` for KMD, and timestamp `1688132253` (`Fri Jun 30 2023 13:37:33 GMT+0000`) for assetchains. All wallets/nodes should be updated to the latest (`0.8.0`) software to continue following mainnet.
13496
+
* Reduce AUR 5% -> 0.01% (start from S7), as it announced in [KIP-0001](https://github.com/KomodoPlatform/kips/blob/main/kip-0001.mediawiki).
13497
+
* Memory Usage Improvement: The memory usage of `komodod` has been reduced by not keeping Equihash solutions for all block headers in memory.
13498
+
* Node Startup Performance Improvements.
13499
+
* Security fixes.
13500
+
* Upgrade project dependencies (libevent).
13501
+
* Add `z_gettreestate` rpc.
13502
+
* Minor fixes and updates.
13503
+
13504
+
## v0.7.2 \[Longpan]
13505
+
13506
+
* This is a mandatory update, Komodo Season 6 HF planned on height 2963330 for KMD, and timestamp 1656077853 (Fri Jun 24 2022 13:37:33 GMT+0000) for assetchains. All wallets/nodes should be updated to the latest (0.7.2) software to continue following mainnet.
13507
+
* Fix build with new glibc 2.34 on Linux platforms.
* Remove Verus (VRSC) legacy code: VerusHash, VerusHash 1.1, Verus POS/stake, etc. Chains which used VerusHash as primary algo, like LUMBER will be incompatible with new version of daemon.
13510
+
* Code refactoring. Perfomance boost on some operations.
13511
+
* Restore -exchange command line arg for an exchanges (this will disable interest/reward calculations and will set nLockTime in newly created transactions to zero).
13512
+
* Fix / refactor komodo\_block\_prg and komodo\_block\_unlocktime internals logic, get rid of VerusHash usage in it. Starting from this release all chains using -ac\_timeunlockfrom, -ac\_timeunlockto, -ac\_timelockgte will be incompatible with new daemon (there was no well-known public blockchains using these features). Newly created blockchains (ACs) using these parameters will work without any limitations on 0.7.2 and higher versions of software.
13513
+
* hf22 / hfnet consensus changes and fixes, related to well-known issues of long-gaps between blocks, disappearing txes from mempool in-case of big gaps between blocks, etc. These changes aimed to improve the network stability, help to get rid of such gaps, and make txes propagation more reliable and stable.
13514
+
* Minor fixes and updates.
13515
+
* version bump
13516
+
13517
+
## v0.7.1 \[Hydra]
13518
+
13519
+
* general refactoring
13520
+
* general enhancements
13521
+
* update dns seed
13522
+
* rm dead chains
13523
+
* bump version
13524
+
13525
+
## v0.7.0 \[Medusa]
13526
+
13527
+
* disable vSolutions size > 1 after HF
13528
+
* fix -disablewallet arg on getblocktemplate caused daemon crash
13529
+
* add zHTLC functionality
13530
+
* update assetchains file
13531
+
* add S5 pubkeys and HF bits
13532
+
* update CI
13533
+
* bump version
13534
+
* general enhancements
13535
+
13536
+
Pools and miners please note:
13537
+
13538
+
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
13539
+
13540
+
## v0.6.1 \[Draconic Serpent]
13541
+
13542
+
* CC improvements
13543
+
* Bump deprecation height
13544
+
* added asmap utility
13545
+
* remove inactive ACs
13546
+
* tar: unpack as current user
13547
+
* bump version
13548
+
13549
+
## v0.6.0 \[Draconic Serpent]
13550
+
13551
+
* fix initial sync
13552
+
* rm template matching and pseudo opcodes
13553
+
* fix notarization test segfault
13554
+
* update CI/CD
13555
+
* disable THROW\_IF\_SYNCING
13556
+
* added CBufferedFile fix (thx LarryRuane)
13557
+
* added unit test (streams\_tests.cpp rewritten for Google C++ Testing Framework)
13558
+
* additional komodo\_block\_load test
13559
+
* remove invalid TXs (reward related) from mempool
13560
+
* update openssl
13561
+
* avoid duplicate getheaders requests
13562
+
* fix linearize tool
13563
+
* fix fingerprint encoding
13564
+
* remove time adjustment
13565
+
* add dPoW S4 array and activation height/timestamp
13566
+
* bump KMD version
13567
+
13568
+
Pools and miners please note:
13569
+
13570
+
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
0 commit comments