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

chore(deps): bump sdk to v0.50 & IBC to v8 #2016

Draft
wants to merge 119 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
f59ead2
wip - bump sdk to v0.50
GAtom22 Nov 8, 2023
209baf5
update chlog
GAtom22 Nov 8, 2023
7751389
fix Dec imports and tests NewContext
GAtom22 Nov 9, 2023
70a137b
address more issues
GAtom22 Nov 9, 2023
dd67bfb
refactor deliverTx abci method
GAtom22 Nov 9, 2023
1de39e0
replace cometbft-db dep
GAtom22 Nov 9, 2023
b49d11d
replace AccountI imports and context in Keepers interface
GAtom22 Nov 9, 2023
b3e4cd7
update keeper instantiation and interfaces
GAtom22 Nov 9, 2023
a2274b0
update more keepers interfaces
GAtom22 Nov 9, 2023
8120a78
fix keepers and modules interfaces
GAtom22 Nov 9, 2023
26ff270
fix more issues
GAtom22 Nov 9, 2023
8159b8b
fix more issues
GAtom22 Nov 10, 2023
2b0b340
fix more issues on return signatures
GAtom22 Nov 10, 2023
a24faf4
refactor api server start func
GAtom22 Nov 10, 2023
8145a44
refactor rosetta config
GAtom22 Nov 10, 2023
89c8157
refactor rosetta start func
GAtom22 Nov 10, 2023
5f83e87
fix more issues
GAtom22 Nov 10, 2023
fce6d24
fix more issues
GAtom22 Nov 13, 2023
3182cad
fix more issues
GAtom22 Nov 13, 2023
dace254
update proto
GAtom22 Nov 13, 2023
d3b3291
fix migration proto types
GAtom22 Nov 13, 2023
2cd6917
fix more issues
GAtom22 Nov 13, 2023
2dbd974
update ibc v8
GAtom22 Nov 20, 2023
45f9a05
fix more issues
GAtom22 Nov 20, 2023
024cde0
add getMsgsV2 to msgEthTx
GAtom22 Nov 20, 2023
eb18ee1
fix signByAddress calls
GAtom22 Nov 20, 2023
8ef17af
remove deprecated Handlers
GAtom22 Nov 20, 2023
0de9ff4
refactor BeginBlock and EndBlock in modules
GAtom22 Nov 20, 2023
5dd6627
fix context type issues
GAtom22 Nov 20, 2023
7ab7a06
fix testutil network setup
GAtom22 Nov 20, 2023
52a7af6
fix more issues
GAtom22 Nov 21, 2023
f265f79
fix more issues
GAtom22 Nov 21, 2023
46e8dfb
fix more issues
GAtom22 Nov 21, 2023
62446ed
remove simapp pkg
GAtom22 Nov 22, 2023
571aecb
update sdk to evmos fork
GAtom22 Nov 22, 2023
2e060a2
remove rosetta dep temprarily to compile
GAtom22 Nov 22, 2023
ae7e4ed
fix comment
GAtom22 Nov 22, 2023
876587c
update init cmd
GAtom22 Nov 22, 2023
973d43d
set expedited_voting_period in local_node.sh
GAtom22 Nov 22, 2023
6f7b95d
changes to support auto cli
GAtom22 Nov 23, 2023
8351e8c
update proto with amino.proto
GAtom22 Nov 24, 2023
285e85b
fix encoding and interface registration
GAtom22 Nov 24, 2023
2b497df
add version and name
GAtom22 Nov 24, 2023
f5faec1
fix genesis parsing
GAtom22 Nov 24, 2023
7614b66
run make format
GAtom22 Nov 24, 2023
f1a5498
fix createTx util func
GAtom22 Nov 27, 2023
8931f5f
Merge branch 'main' into GAtom22/sdk50
GAtom22 Nov 29, 2023
1e14ed0
make format
GAtom22 Nov 29, 2023
644fd58
go mod tidy and update cosmossdk pkgs imports
GAtom22 Nov 29, 2023
d85f19c
fix some types
GAtom22 Nov 29, 2023
3aac534
make proto-all
GAtom22 Nov 29, 2023
2196b80
fix merge issues
GAtom22 Nov 29, 2023
989f2ae
update bank mock
GAtom22 Nov 29, 2023
adf2b18
address some lint issues
GAtom22 Nov 29, 2023
f970250
Merge branch 'main' into GAtom22/sdk50
GAtom22 Dec 5, 2023
d5441a7
fix compilation issues
GAtom22 Dec 5, 2023
9a0c0a6
fix delegation creation
GAtom22 Dec 6, 2023
a38dbdb
update helper and setup functions
GAtom22 Dec 6, 2023
e6efcb2
Merge branch 'main' into GAtom22/sdk50
GAtom22 Dec 12, 2023
e13f7c2
update go version in gh workflows
GAtom22 Dec 12, 2023
55d0c71
add pulsar proto gen and start getSigner logic
GAtom22 Dec 12, 2023
162c594
finish customGetSigner logic
GAtom22 Dec 13, 2023
ee7bc7c
Merge branch 'main' into GAtom22/sdk50
GAtom22 Dec 14, 2023
e9ec0dc
add rosetta with patched version
GAtom22 Dec 14, 2023
65851f1
add rosetta config to configTemplate
GAtom22 Dec 14, 2023
767b51a
gomod2nix generate
GAtom22 Dec 15, 2023
7b6efe4
make format
GAtom22 Dec 20, 2023
753a3c8
Merge branch 'main' into GAtom22/sdk50
GAtom22 Dec 20, 2023
c98a94a
chore(tests): update testing setup for sdk v0.50 (#2193)
GAtom22 Dec 22, 2023
790d5b9
Merge branch 'main' into GAtom22/sdk50
GAtom22 Jan 30, 2024
89b6e54
make format
GAtom22 Jan 30, 2024
8d13f28
handle error on iterations (export.go)
GAtom22 Feb 5, 2024
0bfc49c
chore(test): migrate evm keeper tests (#2209)
GAtom22 Feb 8, 2024
601f623
chore(tests): refactor EVM anteHandler tests (#2338)
GAtom22 Feb 12, 2024
174b603
chore(tests): refactor cosmos anteHandler and ante utils tests (#2346)
GAtom22 Feb 14, 2024
c5c813b
chore(test): refactor anteHandler integration test (#2353)
GAtom22 Feb 16, 2024
2c8df14
remove duplicated helper func
GAtom22 Feb 16, 2024
f30f549
chore(tests): fix EIP712 tests (#2354)
GAtom22 Feb 16, 2024
a07a2ca
chore(tests): fix bech32 precompiled tests
GAtom22 Feb 19, 2024
0aa5623
chore(tests): migrate bank precompiles tests (#2363)
GAtom22 Feb 21, 2024
765c7ca
chore(tests): migrate epochs module tests (#2369)
0xstepit Feb 27, 2024
ffa4fe7
chore(tests): migrate distribution precompiled tests (#2364)
GAtom22 Mar 1, 2024
4762d2d
chore(tests): migrate staking precompile tests (#2384)
GAtom22 Mar 4, 2024
1f50638
chore(tests): migrate vesting precompile tests (#2387)
GAtom22 Mar 6, 2024
ea89f94
chore(tests): migrate feemarket module tests (#2402)
GAtom22 Mar 11, 2024
1452ace
chore(tests): migrate inflation module tests (#2405)
GAtom22 Mar 11, 2024
a7bcb09
fix(grpc): account address return in ValidatorAccount query response …
GAtom22 Mar 26, 2024
c7a72f7
Merge branch 'main' into GAtom22/sdk50
GAtom22 Apr 10, 2024
65568bf
update files to fix build
GAtom22 Apr 10, 2024
1afddd3
run make format
GAtom22 Apr 10, 2024
9c2227a
remove related stuff to removed x/claims module
GAtom22 Apr 10, 2024
a37b74d
Merge branch 'GAtom22/sdk50' of https://github.com/evmos/evmos into G…
GAtom22 Apr 10, 2024
1650607
fix staking precompile query tests
GAtom22 Apr 10, 2024
f4a4cb1
update inflation mod tests with new setup exp values
GAtom22 Apr 10, 2024
7cb08f3
build(deps): bump cosmossdk.io/api to 0.7.4
GAtom22 Apr 16, 2024
5932335
add missing line in IBC init params
GAtom22 Apr 18, 2024
097c29c
fix app export func test
GAtom22 Apr 19, 2024
7225953
fix wallet tests
GAtom22 Apr 19, 2024
c86326f
fix evm initGenesis test
GAtom22 Apr 19, 2024
d77ba73
fix statedb int_tests
GAtom22 Apr 19, 2024
e3d42d0
add store migrations in ibc transfer wrapper
GAtom22 Apr 19, 2024
c8bcb0f
bump ibc to v8.2.0
GAtom22 Apr 19, 2024
361f565
remove deprecated GetSigners func
GAtom22 Apr 19, 2024
85facb4
fix flaky evm keeper test
GAtom22 Apr 19, 2024
ceae660
Merge branch 'main' into GAtom22/sdk50
GAtom22 Apr 26, 2024
1e918ec
fix CreateValidator del amount check
GAtom22 Apr 26, 2024
e01cd72
fix precompile staking tests
GAtom22 Apr 26, 2024
a57625f
fix lint warnings
GAtom22 Apr 26, 2024
6e066bb
build(deps): bump github.com/cometbft/cometbft to v0.38.7
GAtom22 Apr 29, 2024
0af67ed
Merge branch 'main' into GAtom22/sdk50
GAtom22 Apr 29, 2024
2fb656e
go mod tidy
GAtom22 Apr 29, 2024
4f9ec05
chore(tests): migrate staking module wrapper tests (#2551)
GAtom22 May 10, 2024
39f31ab
build(deps): bump cosmossdk.io/api to 0.7.5
GAtom22 May 10, 2024
d7d283a
Merge branch 'GAtom22/sdk50' of https://github.com/evmos/evmos into G…
GAtom22 May 10, 2024
5f11136
chore(tests): migrate vesting module tests (#2408)
GAtom22 May 10, 2024
2c4ba4d
build(deps): bump github.com/spf13/viper to 1.19.0
GAtom22 Jun 3, 2024
1bbea03
Merge branch 'main' into GAtom22/sdk50
GAtom22 Jun 3, 2024
f504aa5
fix compilation issues
GAtom22 Jun 3, 2024
52bf686
refactor new tests
GAtom22 Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (bech32-precompile) [#2124](https://github.com/evmos/evmos/pull/2124) Activate `bech32` precompile.
- (staking-precompile) [#2030](https://github.com/evmos/evmos/pull/2030) Implement the `CreateValidator` function for staking precompiled contract.
- (fees) [#1998](https://github.com/evmos/evmos/pull/1998) Restrict transaction fee tokens.
- (deps) [#2016](https://github.com/evmos/evmos/pull/2016) Bump cosmos-sdk version to `v0.50` and ibc-go version to `v8.0.0`.
- (staking-precompile) [#2053](https://github.com/evmos/evmos/pull/2053) Change the validator address in the events from string type to address type.
- (distribution-precompile) [#2055](https://github.com/evmos/evmos/pull/2055) Change the validator address in the events from string type to address type.
- (recovery) [#2087](https://github.com/evmos/evmos/pull/2087) Remove `x/recovery` module.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ format:
### Protobuf ###
###############################################################################

protoVer=0.11.6
protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace --user 0 $(protoImageName)

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ License 1.0 (ENCL-1.0)](./LICENSE). This license applies to all software release
version 13 or later, except for specific files, as follows, which will continue
to be licensed under LGPLv3:

- `x/claims/genesis.go`
- `x/erc20/keeper/proposals.go`
- `x/erc20/types/utils.go`

Expand Down