Releases: KomodoPlatform/komodo
CD Release 820fe50 dev
GLEEC_OLD: exception to fix following the notarizations (#637) * GLEEC_OLD: exception to fix following the notarizations This configuration assumes that we have the `~/.komodo/GLEEC_OLD` directory for the old GLEEC chain. The daemon should be launched with `-datadir=$HOME/.komodo/GLEEC_OLD`, and the data directory should contain `GLEEC.conf` along with a symlink to it named `GLEEC_OLD.conf`. * timeshifting transient verb --------- Co-authored-by: smk762 <[email protected]>
CD Release 2651eaf dev
use p2pkh vout instead of p2pk for change when -pubkey specified (#638) this will help Iguana identify the change UTXOs and use them for splitting.
CD Release bf8ace3 dev
cd_release_bf8ace3_dev libsodium: don't update config.sub, congig.guess from git.savannah.gn…
CD Release 9eeace7 dev
update upload-artifact / download-artifact actions download-artifact@v4+ is not currently supported on GHES yet.
v0.9.0
We are happy to announce the release of 0.9.0
. This release includes binaries that you can download below.
This is a mandatory major version that does include breaking changes.
This release includes the new elected notary node pubkeys for S8 (Season 8), along with other important consensus changes and improvements such as KIP0002 (KMD Block Reward Reduction proposal) and KIP0003 (KMD Transaction Fee Increase and Burn), both of which were voted on and accepted by the Komodo community. As a result, this is a hard-forking release, making it mandatory for everyone.
S8 (Season 8) will commence at KMD block 4125988
, which is expected around Fri Oct 4, 2024, 13:37:33 GMT+0000
. Nodes that are not updated in time will not follow the KMD and assetchains mainnet. Therefore, it is obligatory to update by the mentioned date.
What's Changed
- Pass CWalletDB to OrderedTxItems() as optional param by @dimxy in #578
- build: fix build on xenial (16.04) by @DeckerSU in #608
- add chain supply, transparent and burned coins value pools by @DeckerSU in #609
- update assetchains.{json,old} to actual version by @DeckerSU in #610
- bump version 0.8.2 [smaug] by @DeckerSU in #612
- 0.8.2 [Smaug] by @ca333 in #611
- allow -ac_private for the ZOMBIE test chain by @DeckerSU in #615
- mac build: fix boost 1.72 build error with clang 16 by @DeckerSU in #621
- Remove libsnark, libgmp, mini-gmp by @DeckerSU in #613
- Allow on demand publishing to dockerhub by @smk762 in #614
- build: use native clang as darwin compiler by @DeckerSU in #618
- fix datacarrier related command-line args by @DeckerSU in #619
- Add Season 8 pubkeys and update hardfork constants by @smk762 in #620
- S8 preps by @ca333 in #622
- bump version [0.9.0] by @DeckerSU in #624
- fix osx-build komodod CD workflow by @DeckerSU in #625
- enable KIP0003 consensus rule by @DeckerSU in #626
- v0.9.0 [Drogon] by @ca333 in #623
Full Changelog: v0.8.1...v0.9.0
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-0.9.0-win.zip | 0b36821ebccdaf6bc060dc31083e6d8f48f7f8bc35e519b127bf1ccc05cf9890 |
komodo-0.9.0-mac.zip | 1a092af97b34f4e2ea99b95a91599fc4fdca3881c7e3afa468a5df043a460694 |
komodo-0.9.0-linux.tar.gz | ed28bce09176c212c1eac9abf9fce41c948ef1199764b03b607a461146952107 |
komodo-0.9.0-linux-xenial.tar.gz | 8ecdd5ead0f330897095df1e99c6b7865312d1db368927bc0b13799bc0b2be8d |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
CD Release 3c4ae5d dev
Merge pull request #626 from KomodoPlatform/patch-enable-kip0003 enable KIP0003 consensus rule
CD Release 0c42102 dev
cd_release_0c42102_dev fix osx-build komodod CD workflow
CD Release 261233c dev
Merge pull request #612 from KomodoPlatform/patch-version-smaug bump version 0.8.2 [smaug]
CD Release f8fa475 dev
Merge pull request #609 from KomodoPlatform/patch-new-valuepools add chain supply, transparent and burned coins value pools
CD Release 6000ac3 dev
Merge pull request #610 from KomodoPlatform/patch-thc-remove update assetchains.{json,old} to actual version