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
* main:
fix: wasm module's FIXME in the snapshotter.go file (#649)
chore(deps): Bump actions/setup-go from 3.2.1 to 3.3.0 (#650)
chore(deps): Bump actions/cache from 3.0.7 to 3.0.8 (#648)
fix: remove legacy codes of wasm (#640)
chore(deps): Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#643)
chore(deps): Bump actions/cache from 3.0.6 to 3.0.7 (#642)
chore: change some minor things that haven't been fixed in #549 (#635)
refactor: rename x/collection events (#639)
feat: add additional fields into x/collection events (#638)
refactor: rename x/token events (#637)
feat: add creator into x/token EventIssue (#636)
chore(deps): Bump github.com/coinbase/rosetta-sdk-go (#641)
chore: change `Keeper.space` type to be same with cosmos-sdk
refactor: remove SetBalance and SetSupply (#629)
refactor: revert changes in x/slashing proto (#627)
chore(deps): Bump actions/cache from 3.0.5 to 3.0.6 (#631)
chore(deps): Bump github.com/prometheus/client_golang (#632)
chore(deps): Bump actions/setup-go from 2.1.4 to 3.2.1 (#624)
feat: add Query/TokenClassTypeName (#622)
feat: add additional information into EventXXXChanged (#621)
Signed-off-by: zemyblue <[email protected]>
# Conflicts:
# CHANGELOG.md
# client/docs/statik/statik.go
# simapp/app.go
# x/wasm/types/events.go
* (x/bank) [\#629](https://github.com/line/lbm-sdk/pull/629) remove unsafe balance changing methods from bank keeper such as `SetBalance` and `SetSupply`.
55
+
* (x/wasm) [\#649](https://github.com/line/lbm-sdk/pull/649) fix: wasm module's FIXME in the snapshotter.go file
* (x/wasm) [\#625](https://github.com/line/lbm-sdk/pull/625) detaching `StoreCodeAndInstantiateContract` from wasm's tx.proto
64
71
* (x/wasm) [\#655](https://github.com/line/lbm-sdk/pull/655) add inactive contract management in wasm (This replaces the contract blacklist function of contractStatus)
* (ostracon) [\#610](https://github.com/line/lbm-sdk/pull/610) apply change of prefix of key name in ostracon
83
92
* (ostracon) [\#614](https://github.com/line/lbm-sdk/pull/614) apply Ostracon's changes that replace `StakingPower` with `VotingPower` and `StakingPower` with `VotingPower`
84
93
* (proto) [\#617](https://github.com/line/lbm-sdk/pull/617) change wasm gRPC path to original `cosmwasm` path.
94
+
* (proto) [\#627](https://github.com/line/lbm-sdk/pull/627) revert changes in x/slashing proto
0 commit comments