Releases: cybercongress/go-cyber
Releases Β· cybercongress/go-cyber
v5.0.0
Emergency hard fork v5 due to HFR Explosion
- HFR resources are stabilized
- DEX circuit breaker is enabled
- Energy transfers are disabled
What's Changed
- Fix investmint bug by @cyborgshead in #785
- Bump to v5 by @cyborgshead in #786
- V5 hardfork by @cyborgshead in #787
Full Changelog: v4.0.3...v5.0.0
v4.0.3 [4908k]
Notes:
- This release doesn't have any state-breaking changes
- This release for API nodes
- This release add backward compatability for liquidity types names
What's Changed
- Added tendermint liquidity types for backward compatibility by @cyborgshead in #784
Full Changelog: v4.0.0...v4.0.3
v4.0.1 [4909k]
Notes:
- This release doesn't have any state-breaking changes
- This release for API nodes
- This release replaces the original cometbft code with our fork which fixes bug of transaction indexing by events
What's Changed
- Used cometbft fork with fix of events indexing by @cyborgshead in #778
Full Changelog: v4.0.0...v4.0.1
v4.0.0 [4910k]
Notes
- This release has state breaking changes and introduce upgrade to v4 version.
- This release introduce new modules, dependencies updates and bug fixes
- This release is major upgrade to cosmos-sdk v0.47 and migration to comet-bft
- Next release will have major upgrade tokenomics and tuning of economy
Deps
- cosmos-sdk - v0.47.12
- wasmd/vm - v0.45.0/v1.5.2
- ibc-go - v7.6.0
- comet-bft - v0.37.8
- iavl - v0.20.1
What's Changed
- Bump module version by @cyborgshead in #733
- Bump deps by @cyborgshead in #734
- Added liquidity module by @cyborgshead in #736
- Updated encoding config by @cyborgshead in #737
- Upgrade wasm bindings by @cyborgshead in #740
- Added test suite by @cyborgshead in #741
- Update ibc and liquidity migration by @cyborgshead in #748
- Added token factory module with bindings by @cyborgshead in #750
- Updated modules initialisations on genesis by @cyborgshead in #751
- Update README.md @maximxmoroz in #744
- chore: fix struct name in comment by @xiaoxiangirl in #746
- Update run_validator.md by @nokogirisrv in #752
- Added NFT module by @cyborgshead in #756
- Added clock (cron) module by @cyborgshead in #757
- chore: remove repeat words by @closeobserve in #754
- Cleanup gogo/protobuf dep by @cyborgshead in #759
- Added root denom as denom unit of boot by @cyborgshead in #760
- Added ICA host and controller modules by @cyborgshead in #767
- Update README.md by @cyborgshead in #768
- Added packet forward and ibc hooks middlewares by @cyborgshead in #769
- Added interchain queries module by @cyborgshead in #770
- Upgrade params udpate by @cyborgshead in #771
- General refactoring of v4 by @cyborgshead in #774
- Updated swagger and openapi by @cyborgshead in #735
- V4 final updates by @cyborgshead in #775
- update dockerfile for v4 @mrlp4 in #776
New Contributors
- @xiaoxiangirl made their first contribution in #746
- @nokogirisrv made their first contribution in #752
- @closeobserve made their first contribution in #754
Full Changelog: v3.0.1...v4.0.0
v3.0.1 [4974k]
What's Changed
- Bump ledger deps by @cyborgshead in #731
- Swagger and openapi update by @cyborgshead in #732
Full Changelog: v3.0.0...v3.0.1
v3.0.0 [4975k]
Notes
- This release has state breaking changes and introduce upgrade to v3 version.
- This release introduce new module, dependencies updates and bug fixes
- This release is preparation for upcoming major upgrade to cosmos-sdk v0.47 and migration to comet-bft
Deps
- cosmos-sdk - v0.45.16
- wasmd/vm - v0.33.0/v1.3.1
- ibc-go v4.6.0
- tendermint v0.34.27
- iavl v0.19.5
What's Changed
Code
- Bump module to v3 by @cyborgshead in #721
- Bump wasmd and wasmvm, ibc-go, added ibc-fee by @cyborgshead in #722
- Add override for wasm binary size, increase to 2MB by @cyborgshead in #723
- Add block bandwidth to transient store by @cyborgshead in #724
- Update proto files by @cyborgshead in #725
- Add v3 upgrade handler by @cyborgshead in #726
- Update dockerfile and cosmovisor by @mrlp4 in #727
- Fix typos by @omahs in #728
New Contributors
Full Changelog: v2.0.0...v3.0.0
v2.0.0 [4985k]
Notes
- This release is internal and doesn't have any state breaking changes.
- This release introduce code refactoring and documentation improvements
- This release introduce migration to the new releases versioning.
- This changes applied to the currently running network based on v0.3.2 [4989]
Deps
- cosmos-sdk - v0.45.9
- wasmd/vm - v0.28/v1.0.0
- ibc-go v0.3.0
- tendermint v0.34.21
- iavl v0.19.4
What's Changed
Code:
- Refactoring of app structure by @cyborgshead in #708
- Bump app to v2 by @cyborgshead in #707
- Lint and format by @cyborgshead in #703
- Proto format by @cyborgshead in #706
- Little Dockefile update fot smoother build by @mrlp4 in #702
- Bump container version by @mrlp4 in #656
- Remove circleci tests left over from forking wasmd by @faddat in #681
- Update cuda tests by @cyborgshead #713
Docs:
- Edited text by @AnaGlorija in #654
- Tutorials by @dimakorzhovnik in #644
- Update Readme and Documentation by @Snedashkovsky in #653
- Broken links fixed by @maximxmoroz in #650
- Update run_validator.md by @web3validator in #643
- Fix links in Readme by @Snedashkovsky in #658
- Run tests in github actions by @faddat in #680
- Update run_validator.md by @alibabaedge in #693
- Added a log size parameter to the container launch command run_validator.md by @maximxmoroz in #659
- New structure of docs by @mastercyb in #639
- Soft2 soft3 concepts section by @maxim-uvarov in #641
- Add Rebase to snapshot instructions by @Snedashkovsky in #662
- Update cuda tests by @cyborgshead in #713
- Update telegram community link by @Snedashkovsky in #716
- Stable deps for node sync by @cyborgshead in #717
- Dockefile fixes for v2.0.0 by @mrlp4 in #719
New Contributors
- @dimakorzhovnik made their first contribution in #644
- @Snedashkovsky made their first contribution in #653
- @maximxmoroz made their first contribution in #650
- @alibabaedge made their first contribution in #693
- @maxim-uvarov made their first contribution in #641
Full Changelog: v0.3.2...v2.0.0
Space-Pussy [4989k]
Merge pull request #646 from cybercongress/cw-reply-upd Update to wasmd 28
π½ Cyberfrey [4990k]
Upgrade according to the prop #7 at block 3098000
App: cyber
Version: v0.3.0
Commit: 71e7614d251d82c2751944b039bd4418276c8fe3
Files:
24e9f0f536232db4a369f57775dbf443 cyber_v0.3.0_darwin-amd64.tar.gz
f3d8dd5c61dc063de5a9bc2a4f0934a5 cyber_v0.3.0_linux-amd64.tar.gz
Checksums-sha256:
79a3a2f27fffbe6c703b7240d8940a8fc454b5b782cdd3108ebadffbc5b3410f cyber_v0.3.0_darwin-amd64.tar.gz
ee9eec7483119f772d2c93c3e5f2b1f9d9255bdd98c7457c4030892ccb042b02 cyber_v0.3.0_linux-amd64.tar.gz
π’ Bostrom [5000k]
Bostrom Launch - 5 November 13.22:42 GMT / 1636118562
Bostrom Genesis - QmYubyVNfghD4xCrTFj26zBwrF9s5GJhi1TmxvrwmJCipr
App: cyber
Version: v0.2.0
Commit: a8ebad3facb14bb36fe3e6931231726aab59530d
Files:
249e18c230ae370659259a2a13b2c031 cyber_v0.2.0_darwin-amd64.tar.gz
44c9fca23eba51e2340ef60836b537a9 cyber_v0.2.0_linux-amd64.tar.gz
Checksums-sha256:
3c262cf390783aa6f569433bdb6abd029d08d51311c21068424f72b8b3f88fc1 cyber_v0.2.0_darwin-amd64.tar.gz
6588415a092d214bab14564b09e32424a20c23637dac2c32854be588131c9af3 cyber_v0.2.0_linux-amd64.tar.gz