-
Notifications
You must be signed in to change notification settings - Fork 629
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
refactor: ibc core runtime env #7601
Merged
Merged
Changes from 102 commits
Commits
Show all changes
113 commits
Select commit
Hold shift + click to select a range
a1ef65e
go mod changes
tac0turtle a0bf113
remove cometabci direct dep
tac0turtle 5a331ed
fix all errors
tac0turtle 6d49de2
appmodule & simapp cleanup
tac0turtle ad88b3c
08wasm fixes
tac0turtle fec6f52
get 08-wasm compiling
tac0turtle fc0f25a
another simapp
tac0turtle 3e5029e
another simapp
tac0turtle 10440c8
pass in environment
tac0turtle d779d86
fix compilation errors
tac0turtle 2a11f2e
some fixes
tac0turtle d029e19
build
tac0turtle c055483
fix other simapps
tac0turtle 26d765e
linting
tac0turtle 2ee5548
remove unsed code
tac0turtle 0832575
Merge branch 'feat/upgrade-sdk-v0.52' into marko/gomod_change
tac0turtle 11e5c51
go mod changes
tac0turtle db4ab33
add pool module
tac0turtle da38c64
anothersimapp
tac0turtle 455a2e8
linting fixes
tac0turtle 471123e
protocol pool module accounts
tac0turtle 8c99de3
callback fixes
tac0turtle c01a5ed
simapp fixes
tac0turtle 16d4530
register interfaces
tac0turtle ab2191b
fix feeibc
tac0turtle 4a5d564
changes++
tac0turtle b2978bb
Merge branch 'feat/upgrade-sdk-v0.52' into marko/gomod_change
tac0turtle 97ce6b8
fix missed conflict
tac0turtle 58e6cbe
fix wasm client
tac0turtle ba0f7ce
linting fixes
tac0turtle 5e94346
Merge branch 'main' into marko/gomod_change
tac0turtle 4af6896
fix tests
tac0turtle bb85a9a
linting
tac0turtle 9dc1460
fix simapp tests
tac0turtle a073c5d
erge branch 'main' into marko/gomod_change
tac0turtle 6ef7fc1
fix some tests
tac0turtle ac74c7d
fix e2e go mod
tac0turtle 85c06e1
go mod changes
tac0turtle 4eb9438
remove grandpa
tac0turtle e06d2c5
Gomod changes and minor updates (#7549)
alpe d9d7072
chore: use same tags for all go mods
chatton 452a287
chore: update go mod files, revert callbacks simapp changes
chatton b24e6aa
chore: fix tendermint client test suite
chatton b02eb86
chore: fix tests in TestAnteDecoratorCheckTx
chatton b6e75a8
chore: fix event tests
chatton a9baeec
chore: fix compiler error in simapp
damiannolan b54b4b6
deps: update to latest of cosmossdk.io/store main to fix proofs test
damiannolan 61aea60
chore: tidy all
chatton 0eb8205
fix: remove ibcmock module acc from blocked addrs
damiannolan 8c94751
chore: fix proto failures and Gov errors
chatton 386b258
chore: fix ica test
chatton bfd2454
chore: fix a few compiler errs in 08-wasm
damiannolan 0ec2d48
fix: update ica account already exists test to front run account crea…
damiannolan 37da9f5
chore: fix ica test for address gen
damiannolan b75b061
Merge pull request #7580 from cosmos/cian/damian/sdk-52
damiannolan 610ff2d
Merge branch 'main' into marko/gomod_change
damiannolan cec1953
chore: re-add log to returned error
chatton 5f115f4
chore: update go mods
chatton d7d1713
chore: fixed build errors in wasm app.go
chatton a195296
chore: cleanup callbacks simapp
damiannolan 47eb259
chore: fixing simulation functions
chatton 6ca4a43
chore: reconfigure simd cmd and fix TestInitCmd
damiannolan 346d83d
feat: adding runtime Environment
damiannolan 29ce5f2
chore: run make lint-fix
damiannolan 7e7d17d
chore: remove duplicate import
damiannolan 7e2f699
chore: rm duplicate import
damiannolan 7cb2468
chore: migrate to env KVStoreService in icacontroller
damiannolan cb93c24
chore: fix duplicate import
damiannolan f828f09
chore: rm kv store service
damiannolan d488054
chore: refactor events to use environment
damiannolan 92ecec1
chore: make lint-fix
damiannolan 4660322
chore: make tidy-all
damiannolan e267e42
chore: rm msg service router from icacontroller
damiannolan ab1f3f3
fix: remove 32 bit arm arch from callbacks ci builds
damiannolan 8b67d8d
test: try cache false for callbacks linter
damiannolan e27966b
chore: pin to updated interchaintest fork
chatton b6fba89
chore: revert relayer count to 10
chatton c23234d
chore: continued work on upgrading e2e tests to 0.52
chatton d83116d
chore: transfer e2e passing
chatton 82c5a66
chore: fix upgrade build errors
chatton 06d40e4
chore: bump interchaintest
chatton a128c03
chore: update sample config
chatton 55b4fbe
chore: reconfigure protoany to use gogoproto any in favour of codec t…
damiannolan b92bc67
chore: tidy imports in e2e
damiannolan f9b7314
fix: address failure in module safe query ica e2e test
damiannolan 94a4685
bump golangci version to 1.60
bznein 4f37cf6
lint: remove duplicate import
damiannolan e24c60f
chore: use gogoprotoany in favour of codec types any. rm ProtoCodecMa…
damiannolan d70f0c4
chore: bump go version in Dockerfile
damiannolan 5b89030
chore: add todo
damiannolan 5ea5802
lint: fix unnecessary cast
damiannolan 0e64412
deps: upgrade sdk to head of release/v0.52.x, upgrade store to latest…
damiannolan 6feb83d
refactor: ibc core runtime env
damiannolan 0afd019
chore: propagate errors from event emission
damiannolan 9620934
refactore: update 09-localhost to use runtime.environment
bznein 17170df
Merge branch 'main' into damian/core-runtime-env
damiannolan 6e8275e
chore: rm e2e-wasm
damiannolan 4cb4ded
chore: revert height_test diffs
damiannolan ec921c8
Merge branch 'main' into damian/core-runtime-env
damiannolan 828f42c
chore: handle errors in event emission msg_server
damiannolan 842008d
refactor: remove many usages of sdk.UnwrapSDKContext
damiannolan 823fe2a
chore: linting
damiannolan 78c5094
chore: fix missing height field in header.Info in test chain
damiannolan f35cb91
Merge branch 'main' into damian/core-runtime-env
damiannolan 074263b
refactor: use branch service in timeout handler
damiannolan 4319769
refactor: use branch service in other msg server handlers
damiannolan 67ccc82
chore: address linter complaints
damiannolan 4765ef4
chore: some code cleanup
damiannolan 01ef960
Update modules/core/keeper/msg_server.go
damiannolan 6150ac6
Merge branch 'main' into damian/core-runtime-env
damiannolan 6c3e11f
fix: correctly check error in acknowledgePacket
damiannolan 4224996
chore: replace more occurrences of UnwrapSDKContext with service usage
damiannolan 85ac10a
Merge branch 'main' into damian/core-runtime-env
damiannolan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create issue