Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v07-Theta prepare #1219

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
07f9892
chore: update changelog
Nov 11, 2021
6ed5b73
Rc0/v6.0.0 (#1079)
okwme Nov 24, 2021
f278d28
bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-p…
Jan 28, 2022
4c3bda1
fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBl…
Jan 28, 2022
9c1ae65
fix: store.StoreUpgrades{}
Jan 28, 2022
f8d7b58
bump: replace dependencies to depend on sdk 0.45.0
Feb 2, 2022
fceeef6
bump: liquidity module to v1.4.5
Feb 3, 2022
3fb0b75
bump: cosmos-sdk to v0.45.1
Feb 3, 2022
7f66f2b
fix: server.Generate* is deprecated, it is moved to testutil
Feb 3, 2022
b2ecc84
fix: upgrade module should run first in SetOrderBeginBlockers
Feb 3, 2022
279d1c7
fix: client.ReadFromClientConfig -> client.ReadPersistentCommandFlags
Feb 4, 2022
d4d9b6e
bump: gaia module: v6 -> v7
Feb 4, 2022
ba073ae
bump: ibc-go to v3.0.0-beta1
Feb 4, 2022
1d34285
fix: router module
Feb 4, 2022
44c596a
style: adjust package import order
Feb 4, 2022
a384912
fix: SetOrderEndBlockers
Feb 4, 2022
3e14e88
fix: adjust capability module's beginblocker position
Feb 4, 2022
e2a940d
Update app.go
yaruwangway Feb 7, 2022
2c31295
fix: SetOrderInitGenesis
Feb 9, 2022
e83938c
fix: lint
Feb 9, 2022
0c7f9d0
add migration logs
Feb 9, 2022
2f62527
Release/v6.0.1 (#1255)
yaruwangway Feb 10, 2022
8f5dd75
reversion release to v6.0.0
okwme Feb 18, 2022
48560f2
feat: add ica
Feb 22, 2022
0f03c60
fix: lint
Feb 22, 2022
62a943e
bump: ibc-to to v3.0.0-rc0
Feb 22, 2022
25528ed
fix: ica init
Feb 23, 2022
f2c2ca3
fix: fromVersionMap
Feb 23, 2022
9f23c11
set ica params
Feb 23, 2022
ec30865
bump: liquidity to v1.5.0
Feb 24, 2022
41d29a9
update upgrade name
Mar 1, 2022
cc88ab7
bump: packet-forward-module
Mar 1, 2022
017a32c
fix: ica in upgrade
Mar 1, 2022
cf75847
bump: packet-forward module to v1.0.2
Mar 2, 2022
246a8b3
resetting v6.0.x to have parity with v6.0.3
okwme Mar 3, 2022
5c16e99
bump: ibc-go to v3.0.0-rc1
Mar 4, 2022
619e66e
chore: add log
Mar 4, 2022
82680d5
fix: upgrade add store
Mar 9, 2022
aa76c25
block all module acct to receive tokens by MsgSend
Mar 9, 2022
47fce44
bump: ibc-go to v3.0.0-rc2
Mar 11, 2022
bb7c38f
remove unused function GetMaccPerms
Mar 11, 2022
b24b169
bump: liquidity module to v1.5.0
Mar 14, 2022
a1a626c
chore: rename ibcmodule to transferIBCModule
Mar 14, 2022
335ea98
fix: delete ica controller module and allow more msg types in ica
Mar 14, 2022
8b2f3bf
fix: add icacontroller store to avoid panic
Mar 15, 2022
c8afc44
bump: ibc-go to v3.0.0 and remove ica controller
Mar 15, 2022
f71a4be
bump: packet-forward module to v2.1.1
Mar 15, 2022
33f7cad
Merge branch 'Theta-main' into theta-prepare
yaruwangway Mar 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 27 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,29 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

* (gaia) Add NewSetUpContextDecorator to anteDecorators
* (gaia) Update links in docs [#1125](https://github.com/cosmos/gaia/issues/1125)
## [v6.0.4] - 2021-03-10
* (gaia) Bump [Liquidity](https://github.com/gravity-devs/liquidity) module to [v1.4.6](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.4.6).
* (gaia) Bump [IBC](https://github.com/cosmos/ibc-go) module to [2.0.3](https://github.com/cosmos/ibc-go/releases/tag/v2.0.3).
* (gaia) [#1230](https://github.com/cosmos/gaia/pull/1230) Fix: update gRPC Web Configuration in `contrib/testnets/test_platform`.
* (gaia) [#1135](https://github.com/cosmos/gaia/pull/1135) Fix rocksdb build tag usage.
* (gaia) [#1160](https://github.com/cosmos/gaia/pull/1160) Improvement: update state sync configs.
* (gaia) [#1208](https://github.com/cosmos/gaia/pull/1208) Update statesync.bash.
* * (gaia) Bump [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk) to [v0.44.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.6)
* (gaia) Bump [Versions](https://github.com/cosmos/gaia/pull/1100) of various smaller dependencies, remove the Cosmos SDK replace statement, update `initiClientCtx` params, ensure `stdout` and `stderr` are handled correctly in the CLI.

## [v6.0.3] - 2021-02-18
* This is a reverted release that is the same as v6.0.0

## [v6.0.2] - 2021-02-17
* Unusable release

## [v6.0.0] - 2021-11-11
## [v6.0.1] - 2021-11-24
* Unusable release

## [v6.0.0] - 2021-11-24

* (gaia) Add NewSetUpContextDecorator to anteDecorators
* (gaia) Reconfigure SetUpgradeHandler to ensure vesting is configured after auth and new modules have InitGenesis run.
* (golang) Bump golang prerequisite to 1.17.
* (gaia) Bump [Liquidity](https://github.com/gravity-devs/liquidity) module to [v1.4.2](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.4.2).
* (gaia) Bump [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) to [v0.44.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.3). See the [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/release/v0.44.x/CHANGELOG.md#v0443---2021-10-21) for details.
Expand Down Expand Up @@ -385,8 +403,12 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm

<!-- Release links -->

[Unreleased]: https://github.com/cosmos/gaia/compare/v6.0.0-rc3...HEAD
[v6.0.0]: https://github.com/cosmos/gaia/releases/tag/v6.0.0-rc3
[Unreleased]: https://github.com/cosmos/gaia/compare/v7.0.0-rc0...HEAD
[v6.0.4]: https://github.com/cosmos/gaia/releases/tag/v6.0.4
[v6.0.3]: https://github.com/cosmos/gaia/releases/tag/v6.0.3
[v6.0.2]: https://github.com/cosmos/gaia/releases/tag/v6.0.2
[v6.0.1]: https://github.com/cosmos/gaia/releases/tag/v6.0.1
[v6.0.0]: https://github.com/cosmos/gaia/releases/tag/v6.0.0
[v5.0.8]: https://github.com/cosmos/gaia/releases/tag/v5.0.8
[v5.0.7]: https://github.com/cosmos/gaia/releases/tag/v5.0.7
[v5.0.6]: https://github.com/cosmos/gaia/releases/tag/v5.0.6
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ build-reproducible: go.sum
--env VERSION=$(VERSION) \
--env COMMIT=$(COMMIT) \
--env LEDGER_ENABLED=$(LEDGER_ENABLED) \
--name latest-build cosmossdk/rbuilder:latest
--name latest-build tendermintdev/rbuilder:latest
$(DOCKER) cp -a latest-build:/home/builder/artifacts/ $(CURDIR)/

build-linux: go.sum
Expand Down
9 changes: 4 additions & 5 deletions app/ante_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/cosmos-sdk/x/auth/ante"
channelkeeper "github.com/cosmos/ibc-go/v2/modules/core/04-channel/keeper"
ibcante "github.com/cosmos/ibc-go/v2/modules/core/ante"
ibcante "github.com/cosmos/ibc-go/v3/modules/core/ante"
ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper"
)

// HandlerOptions extend the SDK's AnteHandler options by requiring the IBC
// channel keeper.
type HandlerOptions struct {
ante.HandlerOptions

IBCChannelkeeper channelkeeper.Keeper
IBCkeeper *ibckeeper.Keeper
}

func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
Expand Down Expand Up @@ -47,7 +46,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
ante.NewSigGasConsumeDecorator(options.AccountKeeper, sigGasConsumer),
ante.NewSigVerificationDecorator(options.AccountKeeper, options.SignModeHandler),
ante.NewIncrementSequenceDecorator(options.AccountKeeper),
ibcante.NewAnteDecorator(options.IBCChannelkeeper),
ibcante.NewAnteDecorator(options.IBCkeeper),
}

return sdk.ChainAnteDecorators(anteDecorators...), nil
Expand Down