Releases: bze-alphateam/bze
v7.2.0
- added fill orders message to bulk execute messages
- improved tradebin module events
- fix amino decoder
- enable burnings once every 4 weeks
v7.1.1
v7.1.0
- improved DEX matching engine
- added burning raffles to burner module
- added ante handler to check tx fee denoms.
v7.0.0
##v7.0.0
New modules:
- tokenfactory: enable users to create custom denominations and modify their metadata. Inspired by osmosis labs token factory module. Special thanks to them!
- epochs: enables code execution once every hour, day, week. Inspired by osmosis labs epochs module. Special thanks to them!
- rewards: enables users to create staking programs for a custom denomination and the creation of trading rewards.
- tradebin: order-book DEX
What's Changed
- Imported tokenfactory by @faneaatiku in #30
- add tradebin module by @faneaatiku in #31
- Added Epochs module by @faneaatiku in #32
- Create .gitattributes by @faneaatiku in #37
- Feature/dust by @faneaatiku in #43
- BZE - v7 epochs, rewards, tradebin, tokenfactory modules #35 by @faneaatiku in #38
Full Changelog: v6.1.0...v7.0.0
BeeZee v6.1.0
- upgrading Cosmos SDK to v0.45.16
- upgrading IBC to v4.5
- Remove starport/ignite from dependencies #18
- Increased Cointrunk article title limit from 140 to 320 characters #19
- Fixed a bug where internet domains longer than 6 letters were considered invalid (domains like cosmos.network) #20
- bumped go version to 1.20
- Removed Burner module address from blacklist so funds can be sent directly to it from the community pool and other external sources #26
Upgrading through gov proposal software upgrade: https://explorer.getbze.com/beezee/gov/20 at height 9079079
BeeZee v6.0.0
This version adds 3 new modules:
- authz module
- cointrunk module
- burner module
Upgrades:
- ibc-go was upgraded to v2
- Cosmos SDK to v.0.45.10
Upgrading through gov proposal software upgrade: https://explorer.getbze.com/beezee/gov/7 at height 4875460
BeeZee v5.1.2
This upgrade will fix IBC proposals routing that will allow us to upgrade Osmosis-BZE client
Upgrading through gov proposal software upgrade: https://explorer.getbze.com/beezee/gov/2 at height 3646700
BeeZee v5.1.1
Bumped required Go version to 1.19.
Used since height 3303144
Note
If you're stuck with error on block 3303144
:
INF ABCI Handshake App Info hash="\x00�t8��d�s{�7B����\x12�Se�O�\x00#���_�+" height=3303144 module=consensus protocol-version=0 software-version=5.0.1 INF ABCI Replay Blocks appHeight=3303144 module=consensus stateHeight=3303144 storeHeight=3303145 INF Replay last block using real app module=consensus Error: error during handshake: error on replay: wrong Block.Header.LastResultsHash. Expected 7AB43C67EF1FA52B6F6DE8EF5F18865D17F08656823440D939FB05DADA7A7521, got E5EEAF7D4C1093B40329579198F508AAB4032A6A6C43F28874D508A8ACB4B544
It means that you need to roll back one block.
Make sure you compile bzed from branch rollback
with go version 1.19
.
Using the freshly compiled binary run bzed rollback --delete-pending-block
(can take up to 60 minutes)
You should see an output similar to:
rollback pending block 3303145 Rolled back state to height 3303143 and hash 5202240C36131A13F3EE17BD55EEA2C01514AFFE6F492CD7243A08ADB6BD14C1
Then start bzed v5.1.1
. Syncing should be resumed.
BeeZee v5.1.0
### DO NOT USE! JUMP to 5.1.1
Bump Cosmos SDK to v0.45.9
BeeZee v5.0.1
BeeZee v5.0.1 - The Cosmos GENESIS version
Run with halt-height=3303143