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: upgrade callbacks module to sdk 50 #4434

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 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
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
d047f0a
update interchaintest to latest upstream code
faddat Aug 21, 2023
89faf36
fix
sontrinh16 Aug 21, 2023
e226e6c
revert change to golangci-lint timeout
faddat Aug 21, 2023
34e11a4
update all modules to go 1.2.1
faddat Aug 21, 2023
d9bead7
update golang in the Dockerfile
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
d8183e7
Merge branch 'main' into faddat/update-e2e
faddat Aug 21, 2023
7759b8a
Merge branch 'faddat/update-go-121' into faddat/update-e2e
faddat Aug 21, 2023
fb2452d
use sdk math in the right places
faddat Aug 21, 2023
e51e5e1
math to int64 where needed
faddat Aug 21, 2023
e962f38
additional patches
faddat Aug 21, 2023
d2b2c38
attempt (again)
faddat Aug 21, 2023
2acfa81
build(deps): Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#4407)
dependabot[bot] Aug 21, 2023
4b9094e
Merge branch 'main' into faddat/update-e2e
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
845d322
test the fix
faddat Aug 22, 2023
620e9cf
Merge remote-tracking branch 'origin/main' into faddat/update-e2e
faddat Aug 22, 2023
46a15db
correct earlier errors
faddat Aug 22, 2023
f4c6b1f
update incorrect updates
faddat Aug 22, 2023
cda3e56
update incorrect iavl
faddat Aug 22, 2023
62ffa5e
update incorrect iavl version
faddat Aug 22, 2023
da3958b
Add callbacks to dependabot. (#4410)
DimitrisJim Aug 22, 2023
17762d3
Merge branch 'main' into faddat/update-e2e
faddat Aug 22, 2023
f820256
re-introdue "the bug"
faddat Aug 22, 2023
9496ce1
Merge branch 'faddat/update-e2e' of https://github.com/notional-labs/…
faddat Aug 22, 2023
9c50bf6
correct applications -> apps (#4414)
faddat Aug 22, 2023
45af373
Merge branch 'main' into faddat/update-e2e
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
b25c065
Bump golangci for callbacks, fix complaints from unparam. (#4417)
DimitrisJim Aug 22, 2023
b65c713
use int instead of math.Int in GetAndFundTestUsers
catShaark Aug 22, 2023
91f8e80
fix TestInterchainAccountsGroupsTest
catShaark Aug 22, 2023
f308a8a
fix TestAuthz_InvalidTransferAuthorizations
catShaark Aug 22, 2023
6527a92
fix the rest of the tests ?
catShaark Aug 23, 2023
f828a60
Merge branch 'main' into faddat/update-e2e
catShaark Aug 23, 2023
c42a9c4
convert to int64
faddat Aug 23, 2023
e4df8f3
convert actualBalance to int64
faddat Aug 23, 2023
cee1170
Revert "convert actualBalance to int64"
faddat Aug 23, 2023
b8b3d07
convert balance to int64 in ica localhost test
faddat Aug 23, 2023
e44678d
convert balance in interchain accounts base_test.go line 222
faddat Aug 23, 2023
0b5c694
convert actualBalance in line 109 of transfer's base_test.go to int64
faddat Aug 23, 2023
2a4045e
can we use zeroint like that?
faddat Aug 23, 2023
9c8f8ae
preassign zero
faddat Aug 23, 2023
a9708da
use sdkmath.NewInt
faddat Aug 23, 2023
89944ff
properly call sdkmath.ZeroInt()
faddat Aug 23, 2023
25f7056
begin work to bring back e2e by changing ci config
faddat Aug 23, 2023
c20c9d1
begin bringing back e2e
faddat Aug 23, 2023
903fbc9
tidy
faddat Aug 23, 2023
219718d
Merge commit 'a4ca39c59f770a0b6948947d5178d5f0914c3a17' into refresh-…
faddat Aug 23, 2023
b3d44da
tidy
faddat Aug 23, 2023
bb62f77
tidy callbacks
faddat Aug 23, 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
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
5 changes: 1 addition & 4 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 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
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 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.

This file was deleted.

Loading