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

deps: update the sdk 50 branch to main #4391

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
951b3ab
build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#4…
dependabot[bot] Aug 7, 2023
5c7f286
deps: bump golangci-lint to v1.53.3 (#4276)
faddat Aug 8, 2023
00a680c
testing: fix usage on TimeoutPacket to use counterparty portID/channe…
colin-axner Aug 9, 2023
7dcb9ed
build(deps): Bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (#4…
dependabot[bot] Aug 10, 2023
d9f394b
imp: use `types.MetadataFromVersion` helper function for callback han…
stackman27 Aug 14, 2023
2c11494
feat(callbacks): adr8 implementation (#3939)
srdtrk Aug 14, 2023
6610409
Duplicate SimApp into callbacks directory (#4337)
chatton Aug 14, 2023
96090a7
Remove callbacks wiring in ibc go simapp (#4340)
chatton Aug 14, 2023
a18159f
Give callbacks its own go.mod (#4341)
chatton Aug 14, 2023
1a2b439
imp(callbacks): remove reconstructed packet logic from 'SendPacket' (…
srdtrk Aug 14, 2023
89515bc
fix(proto): fix nested msg signer annoation (#4336)
julienrbrt Aug 14, 2023
7f10ee1
switched back to cosmos/relayer (#4345)
crodriguezvega Aug 15, 2023
ca46202
build(deps): Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (…
dependabot[bot] Aug 15, 2023
0940b0c
build(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#4…
dependabot[bot] Aug 15, 2023
53d349b
chore: use IsOpen method in missed places (#4354)
crodriguezvega Aug 16, 2023
55727ce
end of life for v4.1, v4.2, v4.3 (#4335)
crodriguezvega Aug 16, 2023
9b7d01e
Add linting for callbacks submodule. (#4355)
DimitrisJim Aug 16, 2023
0dbd3f8
docs(simapp): fixed inline middleware wiring comments (#4361)
srdtrk Aug 17, 2023
206691f
Merge remote-tracking branch 'origin/main' into faddat/catch-up-to-main
faddat Aug 20, 2023
0c9094d
Merge branch 'feat/upgrade-sdk-v0.50' into faddat/catch-up-to-main
faddat Aug 20, 2023
05e909e
bump golangci-lint to latest version
faddat Aug 20, 2023
1834020
Merge branch 'faddat/catch-up-to-main' of https://github.com/notional…
faddat Aug 20, 2023
0c3f728
tidy
faddat Aug 20, 2023
b9d61c1
update cosmos-sdk
faddat Aug 21, 2023
e87d0d6
update cosmos-sdk's submodules
faddat Aug 21, 2023
34045a9
updadte to sdk with updated modules
faddat Aug 21, 2023
f413dd1
update capability module
faddat Aug 21, 2023
fc6cd45
update to the latest versions of modules in sdk 50
faddat Aug 21, 2023
89faf36
fix
sontrinh16 Aug 21, 2023
e226e6c
revert change to golangci-lint timeout
faddat Aug 21, 2023
3306ad7
Update go.work.example (#4397)
faddat Aug 21, 2023
b7cb1eb
refactor(ica): packet data unmarshaling logic refactored (#4232)
srdtrk Aug 21, 2023
48a7baf
test(callbacks): checking that processCallback consumes gas (#4381)
srdtrk Aug 21, 2023
2acfa81
build(deps): Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#4407)
dependabot[bot] Aug 21, 2023
82b6f47
Merge remote-tracking branch 'origin/main' into faddat/catch-up-to-main
faddat Aug 21, 2023
8c45153
deps: update all modules to go 1.21 (#4398)
faddat Aug 21, 2023
1d514f8
refactor: add unparam linter (#4333)
faddat Aug 21, 2023
e069e2d
Update testing/simapp/export.go
faddat Aug 22, 2023
7309cd0
eliminate redundant call
faddat Aug 22, 2023
d10e132
re-add status command
faddat Aug 22, 2023
da3958b
Add callbacks to dependabot. (#4410)
DimitrisJim Aug 22, 2023
9c50bf6
correct applications -> apps (#4414)
faddat Aug 22, 2023
97a5a59
deps: proto image builder and golangci-lint (#4413)
faddat Aug 22, 2023
26848d7
fix build issues
faddat Aug 22, 2023
50635ba
Merge remote-tracking branch 'notional/update-sdk-only' into faddat/c…
faddat Aug 22, 2023
b25c065
Bump golangci for callbacks, fix complaints from unparam. (#4417)
DimitrisJim Aug 22, 2023
85821bd
docs(callbacks): added godocs for defensive send packet validation (#…
srdtrk Aug 23, 2023
7c5bd1e
deps: update sdk to latest sdk v0.50 release candidate in mod/capabil…
faddat Aug 23, 2023
835b1c9
fix: sdk update for callbacks
colin-axner Aug 23, 2023
26cb749
fix: update ante handler in callbacks simapp
colin-axner Aug 23, 2023
c2ebf63
fix: recopy ibc-go simapp
colin-axner Aug 23, 2023
a6722ef
fix: various sdk update issues
colin-axner Aug 23, 2023
ce3cfc0
test(callbacks): simplified mock contract keeper's processCallback lo…
srdtrk Aug 24, 2023
9a22ede
Support e2e tests for callback module SimApp (#4406)
chatton Aug 24, 2023
07ad1aa
deps: update interchaintest to latest upstream code (#4396)
faddat Aug 24, 2023
eb8bf33
Merge remote-tracking branch 'origin/main' into faddat/catch-up-to-main
faddat Aug 24, 2023
0ba21dc
docs: add docs for PacketData, PacketDataProvider, and PacketDataUnma…
colin-axner Aug 24, 2023
dd85040
e2e: optimise running of params tests/set default allowed clients con…
crodriguezvega Aug 24, 2023
c4dc4d4
Merge remote-tracking branch 'origin/main' into faddat/catch-up-to-main
faddat Aug 24, 2023
63d9758
Merge remote-tracking branch 'origin/feat/upgrade-sdk-v0.50' into fad…
faddat Aug 24, 2023
b42bf4a
fix: update callbacks tests to v0.50 sdk
colin-axner Aug 24, 2023
fa1bee7
Merge branch 'faddat/catch-up-to-main' of github.com:notional-labs/ib…
colin-axner Aug 24, 2023
d967aae
lint
colin-axner Aug 24, 2023
881b9ac
fix: copy over root.go
colin-axner Aug 24, 2023
c9a6b4c
go mod tidy
colin-axner Aug 24, 2023
7b89635
copy over main.go from simd
colin-axner Aug 24, 2023
c2b61e4
fix merge conflict
colin-axner Aug 24, 2023
0da775a
fix(callback/types): update test file to sdk v0.50
colin-axner Aug 24, 2023
4daf03f
fix: remove toolchain directive
colin-axner Aug 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@

# CODEOWNERS for docs
/docs/ @colin-axner @AdityaSripal @crodriguezvega @charleenfei @damiannolan @chatton @DimitrisJim @srdtrk

# CODEOWNERS for callbacks middleware

/modules/apps/callbacks/ @colin-axner @AdityaSripal @damiannolan @srdtrk
5 changes: 1 addition & 4 deletions .github/compatibility-test-matrices/main/client-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"entrypoint": [
"TestClientTestSuite"
Expand Down
8 changes: 2 additions & 6 deletions .github/compatibility-test-matrices/main/client-chain-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"chain-b": [
"main"
Expand All @@ -20,8 +17,7 @@
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestClient_Update_Misbehaviour",
"TestAllowedClientsParam"
"TestClient_Update_Misbehaviour"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"entrypoint": [
"TestConnectionTestSuite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"chain-b": [
"main"
Expand Down
3 changes: 1 addition & 2 deletions .github/compatibility-test-matrices/main/ica-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam",
"TestHostEnabledParam"
"TestControllerEnabledParam"
],
"relayer-type": [
"rly"
Expand Down
1 change: 0 additions & 1 deletion .github/compatibility-test-matrices/main/ica-chain-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam",
"TestHostEnabledParam"
],
"relayer-type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"entrypoint": [
"TestIncentivizedTransferTestSuite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"chain-b": [
"main"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"entrypoint": [
"TestTransferTestSuite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"v5.3.1",
"v5.2.1",
"v5.0.1",
"v4.4.2",
"v4.3.1",
"v4.2.2",
"v4.1.3"
"v4.4.2"
],
"chain-b": [
"main"
Expand All @@ -22,9 +19,7 @@
"TestMsgTransfer_Succeeds_Nonincentivized",
"TestMsgTransfer_Fails_InvalidAddress",
"TestMsgTransfer_Timeout_Nonincentivized",
"TestMsgTransfer_WithMemo",
"TestSendEnabledParam",
"TestReceiveEnabledParam"
"TestMsgTransfer_WithMemo"
],
"relayer-type": [
"rly"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading