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: bump feat/govv1 #4577

Merged
merged 39 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7c5bd1e
deps: update sdk to latest sdk v0.50 release candidate in mod/capabil…
faddat 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
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
5729cef
test(callbacks): checking that expected events are emitted (#4400)
srdtrk Aug 24, 2023
cef7ee2
chore: lint e2e (#4423)
faddat Aug 24, 2023
98b0c99
fix(statemachine)!: use key within IBC store without escaping charact…
crodriguezvega Aug 24, 2023
d0f7773
docs: documentation added for callbacks middleware (#4370)
srdtrk Aug 24, 2023
01995a5
chore: cast to `ICS4Wrapper` (#4460)
crodriguezvega Aug 28, 2023
d5e55b7
nit(callbacks): removed unused testing func params (#4462)
srdtrk Aug 28, 2023
c849a78
add logging for noop messages (#4465)
charleenfei Aug 28, 2023
674d832
fix: use UTC time for packet timeout error (#4476)
GAtom22 Aug 29, 2023
5916683
chore: rename `authority` to `signer` in `MsgUpdateParams` (#4486)
crodriguezvega Aug 29, 2023
4e0bea7
fix: use the correct revision height when querying trusted validator …
colin-axner Aug 29, 2023
40bb521
docs: migration docs for v7.3 (#4502)
crodriguezvega Aug 30, 2023
e667dda
Refactor recvPacket tests to use expError. (#4471) (#4479)
DimitrisJim Aug 30, 2023
7418969
e2e: add export genesis e2e (#3282)
ThanhNhann Aug 30, 2023
72875b2
chore: adding callbacks/release/v0.1.x+ibc-go-v7.3.x backport action …
srdtrk Aug 31, 2023
7985bbd
docs(callbacks): improved godocs for ContractKeeper state reversion (…
srdtrk Aug 31, 2023
ff158f5
deps(callbacks): ran 'go mod tidy' (#4528)
srdtrk Aug 31, 2023
5d59062
fix: e2e `TestClient_Update_Misbehaviour` test with v4 (#4529)
crodriguezvega Aug 31, 2023
4619053
docs: move capability modules's readme to docs (#4519)
crodriguezvega Aug 31, 2023
1709e8f
Allow specifying of relayer image (#4534)
chatton Sep 1, 2023
6f5d5ee
docs: updated links in callbacks docs to v7.3.0 tag (#4538)
srdtrk Sep 1, 2023
2007367
deps: bump SDK v0.47.5 (#4539)
crodriguezvega Sep 1, 2023
fe52d2a
chore: post v7.2.1/v7.3.0/callbacksv0.1.0 release (#4548)
crodriguezvega Sep 4, 2023
6c29d2e
deps: update to SDK v0.50 (#4535)
colin-axner Sep 4, 2023
77156e3
refactor: use `expResult` in acknowledgePacket tests (#4439) (#4472)
damiannolan Sep 4, 2023
a0e5e61
build(deps): Bump actions/checkout from 3 to 4 (#4554)
dependabot[bot] Sep 5, 2023
30102bb
make proto-all (#4553)
colin-axner Sep 5, 2023
ebc26d6
build(deps): Bump cosmossdk.io/log in /modules/apps/callbacks (#4561)
dependabot[bot] Sep 5, 2023
057cd27
build(deps): Bump github.com/cosmos/ibc-go/modules/capability (#4562)
dependabot[bot] Sep 5, 2023
1e3eee6
imp: add argument to `generate-packet-data` cli to use selected encod…
crodriguezvega Sep 5, 2023
c445fcc
docs: fixed broken links (#4571)
srdtrk Sep 5, 2023
432db29
fix(mod/capability): implment appmodule.HasBeginBlocker interface (#4…
damiannolan Sep 5, 2023
d10c0d4
build(deps): Bump cosmossdk.io/store in /modules/apps/callbacks (#4560)
dependabot[bot] Sep 5, 2023
a9325bb
Merge branch 'main' of github.com:cosmos/ibc-go into feat/govv1
colin-axner Sep 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/compatibility-test-matrices/main/client-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
5 changes: 3 additions & 2 deletions .github/compatibility-test-matrices/main/client-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand All @@ -17,8 +19,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 @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
5 changes: 3 additions & 2 deletions .github/compatibility-test-matrices/main/ica-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -15,8 +17,7 @@
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam",
"TestHostEnabledParam"
"TestControllerEnabledParam"
],
"relayer-type": [
"rly"
Expand Down
3 changes: 2 additions & 1 deletion .github/compatibility-test-matrices/main/ica-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -15,7 +17,6 @@
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam",
"TestHostEnabledParam"
],
"relayer-type": [
Expand Down
2 changes: 2 additions & 0 deletions .github/compatibility-test-matrices/main/ica-gov-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand Down
2 changes: 2 additions & 0 deletions .github/compatibility-test-matrices/main/ica-gov-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0"
],
"chain-b": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0"
],
"entrypoint": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0"
],
"chain-b": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0"
],
"entrypoint": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand All @@ -19,9 +21,7 @@
"TestMsgTransfer_Succeeds_Nonincentivized",
"TestMsgTransfer_Fails_InvalidAddress",
"TestMsgTransfer_Timeout_Nonincentivized",
"TestMsgTransfer_WithMemo",
"TestSendEnabledParam",
"TestReceiveEnabledParam"
"TestMsgTransfer_WithMemo"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v4.4.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v4.4.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand All @@ -18,9 +20,7 @@
"TestMsgTransfer_Succeeds_Nonincentivized",
"TestMsgTransfer_Fails_InvalidAddress",
"TestMsgTransfer_Timeout_Nonincentivized",
"TestMsgTransfer_WithMemo",
"TestSendEnabledParam",
"TestReceiveEnabledParam"
"TestMsgTransfer_WithMemo"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v5.2.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v5.2.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand All @@ -18,9 +20,7 @@
"TestMsgTransfer_Succeeds_Nonincentivized",
"TestMsgTransfer_Fails_InvalidAddress",
"TestMsgTransfer_Timeout_Nonincentivized",
"TestMsgTransfer_WithMemo",
"TestSendEnabledParam",
"TestReceiveEnabledParam"
"TestMsgTransfer_WithMemo"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v5.3.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v5.3.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand All @@ -18,9 +20,7 @@
"TestMsgTransfer_Succeeds_Nonincentivized",
"TestMsgTransfer_Fails_InvalidAddress",
"TestMsgTransfer_Timeout_Nonincentivized",
"TestMsgTransfer_WithMemo",
"TestSendEnabledParam",
"TestReceiveEnabledParam"
"TestMsgTransfer_WithMemo"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-v6.1.x"
],
"chain-b": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"chain-a": [
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1",
Expand All @@ -16,8 +18,7 @@
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestClient_Update_Misbehaviour",
"TestAllowedClientsParam"
"TestClient_Update_Misbehaviour"
],
"relayer-type": [
"rly"
Expand Down
Loading