Releases: OmniFlix/omniflixhub
v3.1.1
This version is not state breaking with v3.1.0
and contains a fix for non default db nodes (pebbledb, rocksdb)
Full Changelog: v3.1.0...v3.1.1
v3.1.0
This version contains upstream fixes from sdk for below mentioned security vulnerability
GHSA-4j93-fm92-rp4m
What's Changed
- build(deps): update cosmos-sdk version to v0.47.9 by @harish551 in #156
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Note: This version contains state-breaking changes and can only be applied with co-ordinated chain upgrade
Module Updates
- cosmos-sdk v0.47.8
- cometbft v0.37.4
- streampay v2.4.0
New Modules
- cosmwasm (wasmvm 1.5.2)
Fix
- restricting blocked addresses as recipients (royalty splits, sale splits, stream payment)
Upgrade Details & Instructions
https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v3-upgrade.md
What's Changed
- feat(v3): add cosmwasm to omniflixhub by @harish551 in #152
- fix: do not allow blocked addr as recipient by @harish551 in #153
- update v3 upgrade handler for testnet by @harish551 in #154
- feat: make wasm permissioned by @harish551 in #155
Full Changelog: v2.1.0...v3.0.0
v3.0.0-alpha.1
Note: This version contains state breaking changes, and can only be used in co-ordinated upgrade
Features:
- cosmwasm
What's Changed
- feat(v3): add cosmwasm to omniflixhub by @harish551 in #152
- fix: do not allow blocked addr as recipient by @harish551 in #153
- update v3 upgrade handler for testnet by @harish551 in #154
Full Changelog: v2.1.0...v3.0.0-alpha.1
v2.1.0
Note: This version contains new features and state breaking changes, can only be used in a co-ordinated network upgrade
Fixes:
- streampay fee calculations
- ics721 transfers
- onft grpc query data
Features:
- Royalty receivers with weights for collection
- purgeDenom
What's Changed
- [v2.1] - fix onft query by @harish551 in #130
- feat(onft): royalty splits by @harish551 in #131
- feat(marketplace): distribute royalty according to split shares by @harish551 in #134
- fix(onft): royalty splits update by @harish551 in #135
- fix(streampy): fee percentage calculations by @harish551 in #137
- upgrade(v2.1): add v2.1 upgrade handler by @harish551 in #138
- update ics721 nft wrapper with royalty receivers part by @harish551 in #140
- fix denom metadata unpack issue by @harish551 in #141
- chore(dev-deps): upgrade ledger dependencies by @keupsonite in #139
- access uri hash in onft query by @harish551 in #142
- refactor & optimise code by @harish551 in #143
- feat(onft): purge denom message by @harish551 in #145
- fix(tokenfactory): amino support for setDenomMetadata message by @harish551 in #146
- update streampay version to v2.3.0 by @harish551 in #147
New Contributors
- @keupsonite made their first contribution in #139
Full Changelog: v2.0.0...v2.1.0
v2.1.0-alpha.2
Note: This version is state breaking, can only be used with co-ordinated upgrade
What's Changed
- [v2.1] - fix onft query by @harish551 in #130
- feat(onft): royalty splits by @harish551 in #131
- feat(marketplace): distribute royalty according to split shares by @harish551 in #134
- fix(onft): royalty splits update by @harish551 in #135
- fix(streampy): fee percentage calculations by @harish551 in #137
- upgrade(v2.1): add v2.1 upgrade handler by @harish551 in #138
- update ics721 nft wrapper with royalty receivers part by @harish551 in #140
- fix denom metadata unpack issue by @harish551 in #141
- chore(dev-deps): upgrade ledger dependencies by @keupsonite in #139
- access uri hash in onft query by @harish551 in #142
- refactor & optimise code by @harish551 in #143
- feat(onft): purge denom message by @harish551 in #145
- fix(tokenfactory): amino support for setDenomMetadata message by @harish551 in #146
New Contributors
- @keupsonite made their first contribution in #139
Full Changelog: v2.0.0...v2.1.0-alpha.2
v2.1.0-alpha.1
Note: This version is state breaking, can only be used with co-ordinated upgrade
Fixes:
- onft query
- streampay additional fee from sender instead of deducting from amount
Features:
- Royalty splits shares setup for Denom (Collection)
What's Changed
- [v2.1] - fix onft query by @harish551 in #130
- feat(onft): royalty splits by @harish551 in #131
- feat(marketplace): distribute royalty according to split shares by @harish551 in #134
- fix(onft): royalty splits update by @harish551 in #135
- fix(streampy): fee percentage calculations by @harish551 in #137
- upgrade(v2.1): add v2.1 upgrade handler by @harish551 in #138
Full Changelog: v2.0.0...v2.1.0-alpha.1
v2.0.0-testnet.1 (testnet v2-patch-1)
This release only for testnet (flixnet-4)
Please use this version for flixnet-4 v2-testnet-patch-1
upgrade
v2.0.0
v2 upgrade release
Upgrade Proposal - https://www.mintscan.io/omniflix/proposals/28
Upgrade Instructions - https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v2-upgrade.md
Note: This version contains state breaking changes and migrations from previous modules, requires co-ordinated upgrade
This version includes
- cosmos-sdk v0.47.5
- ibc-go v7.3.1
- streampay v2.2.0
- nft-transfer v1.1.3-ibc-7.3.0
What's Changed
- Improve tests in itc module by @pysel in #91
- [v2] sdk v0.47.x migration & ibc v7 by @harish551 in #93
- update version by @harish551 in #98
- feat: globalfee module by @harish551 in #99
- feat: add cosmos-sdk/group module by @harish551 in #100
- feat: add icq module by @harish551 in #102
- feat: tokenfactory module by @harish551 in #104
- add new modules in store upgrades list by @harish551 in #105
- fix gov router by @harish551 in #106
- feat: migrate onft to use x/nft base structure and keepers by @harish551 in #107
- feat: Ics721 nft transfer module by @harish551 in #109
- fix pfm previous version by @harish551 in #112
- fix class builder by @harish551 in #113
- fix: do not allow non-transferable nfts to transfer with nft-transfer module by @harish551 in #114
- add nft-transfer module in new modules list by @harish551 in #115
- update upgrade handler by @harish551 in #116
- x/onft: migrate abs ipfs urls to reference urls & add migration tests & invariant checks by @harish551 in #117
- feat: percentage based fee for stream payment by @harish551 in #118
- fix amino sign issue by @harish551 in #119
- doc(swagger): update swagger api docs by @harish551 in #120
- fix: update RawEncoding to StdEncoding by @harish551 in #121
- nft-transfer(ics721): fix unsupported data format issue by @harish551 in #122
- update Makefile by @harish551 in #123
- update nft builder by @harish551 in #124
- Fix ibc collection nft query by @harish551 in #125
- fix genesis validation by @harish551 in #126
- fix stream payment fee deduction issue by @harish551 in #127
- fix: deduct collection fee on creation by @harish551 in #128
- update readme by @harish551 in #129
Full Changelog: v0.12.1...v2.0.0
v2.0.0-beta.2
What's Changed
- update nft builder by @harish551 in #124
- Fix ibc collection nft query by @harish551 in #125
- fix genesis validation by @harish551 in #126
- fix stream payment fee deduction issue by @harish551 in #127
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2