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
Copy file name to clipboardexpand all lines: src/pages/smart-chains/changelog/index.mdx
+115-7
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,121 @@ export const description = "Find the Changelogs of various versions of Komodo da
3
3
4
4
# Change Log
5
5
6
-
Version 0.5.0 of the Komodo daemon includes the following changes.
7
6
8
-
## List of Changes
7
+
## v0.8.1 [Falkor]
8
+
9
+
* This update is mandatory and includes several security fixes, code refactoring, optimizations, and other improvements.
10
+
* Update Rust compiler to 1.69.
11
+
* Add notarisations specific unit tests.
12
+
* 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.
13
+
* 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).
14
+
* Fix the value pools (sprout, sapling) calculation issue.
15
+
* Minor fixes and updates.
16
+
17
+
18
+
## v0.8.0-beta1 [Viserion]
19
+
20
+
* 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.
21
+
* Reduce AUR 5% -> 0.01% (start from S7), as it announced in [KIP-0001](https://github.com/KomodoPlatform/kips/blob/main/kip-0001.mediawiki).
22
+
* Memory Usage Improvement: The memory usage of `komodod` has been reduced by not keeping Equihash solutions for all block headers in memory.
23
+
* Node Startup Performance Improvements.
24
+
* Security fixes.
25
+
* Upgrade project dependencies (libevent).
26
+
* Add `z_gettreestate` rpc.
27
+
* Minor fixes and updates.
28
+
29
+
30
+
## v0.7.2 [Longpan]
31
+
32
+
* 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.
33
+
* 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.
36
+
* Code refactoring. Perfomance boost on some operations.
37
+
* Restore -exchange command line arg for an exchanges (this will disable interest/reward calculations and will set nLockTime in newly created transactions to zero).
38
+
* 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.
39
+
* 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.
40
+
* Minor fixes and updates.
41
+
* version bump
42
+
43
+
44
+
## v0.7.1 [Hydra]
45
+
46
+
* general refactoring
47
+
* general enhancements
48
+
* update dns seed
49
+
* rm dead chains
50
+
* bump version
51
+
52
+
53
+
## v0.7.0 [Medusa]
54
+
55
+
* disable vSolutions size > 1 after HF
56
+
* fix -disablewallet arg on getblocktemplate caused daemon crash
57
+
* add zHTLC functionality
58
+
* update assetchains file
59
+
* add S5 pubkeys and HF bits
60
+
* update CI
61
+
* bump version
62
+
* general enhancements
63
+
64
+
Pools and miners please note:
65
+
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
66
+
67
+
68
+
## v0.6.1 [Draconic Serpent]
69
+
70
+
* CC improvements
71
+
* Bump deprecation height
72
+
* added asmap utility
73
+
* remove inactive ACs
74
+
* tar: unpack as current user
75
+
* bump version
76
+
77
+
78
+
## v0.6.0 [Draconic Serpent]
79
+
80
+
* fix initial sync
81
+
* rm template matching and pseudo opcodes
82
+
* fix notarization test segfault
83
+
* update CI/CD
84
+
* disable THROW_IF_SYNCING
85
+
* added CBufferedFile fix (thx LarryRuane)
86
+
* added unit test (streams_tests.cpp rewritten for Google C++ Testing Framework)
87
+
* additional komodo_block_load test
88
+
* remove invalid TXs (reward related) from mempool
89
+
* update openssl
90
+
* avoid duplicate getheaders requests
91
+
* fix linearize tool
92
+
* fix fingerprint encoding
93
+
* remove time adjustment
94
+
* add dPoW S4 array and activation height/timestamp
95
+
* bump KMD version
96
+
97
+
Pools and miners please note:
98
+
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
0 commit comments