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

Feat: Canonial Light Client ibc transfer between hub and 3rd party #406

Merged
merged 28 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
77119d6
init
hoangdv2429 Sep 9, 2024
e5d5c07
add same chain id rollapp and 3rd tests
hoangdv2429 Sep 9, 2024
9934b80
chore: update label light client in issue template (#407)
anhductn2001 Sep 12, 2024
2c9d888
Feat: add new config on genesis for new version (#404)
hoangdv2429 Sep 12, 2024
a9788ea
update configs
hoangdv2429 Sep 13, 2024
25f2b7e
init
hoangdv2429 Sep 9, 2024
369a51f
add same chain id rollapp and 3rd tests
hoangdv2429 Sep 9, 2024
fa0d5c0
update configs
hoangdv2429 Sep 13, 2024
e6316fc
Merge branch 'feat/canonial_light_client_3rd_hub' of github.com:dymen…
hoangdv2429 Sep 16, 2024
938b789
redundant import
hoangdv2429 Sep 16, 2024
3add1a4
configs nitch update
hoangdv2429 Sep 17, 2024
e173b74
go mod tidy
hoangdv2429 Sep 20, 2024
20f9a55
feat: refactor getEIbcEventsWithinBlockRange func (#419)
anhductn2001 Sep 17, 2024
125f973
chore: fix fullnode sync and hardfork tests (#420)
anhductn2001 Sep 19, 2024
f610b39
chore: update issue template (#421)
anhductn2001 Sep 20, 2024
a8b869f
feat: add invariant check at the end of tests (#401)
anhductn2001 Sep 20, 2024
6c390a5
chore: update e2e_test_case_template.yaml (#426)
anhductn2001 Sep 23, 2024
367f864
[E2E Test] Sequencer Rotation happy flow with no sequencer coming and…
anhductn2001 Sep 24, 2024
7d161e0
Merge remote-tracking branch 'origin/main' into feat/canonial_light_c…
hoangdv2429 Sep 24, 2024
aed3dab
should work now
hoangdv2429 Sep 24, 2024
51ef26b
feat: add FinalizePacketsUntilHeight (#439)
anhductn2001 Sep 24, 2024
05395ec
go mod tidy
hoangdv2429 Sep 24, 2024
4bff97d
add FinalizePacketsUntilHeight
hoangdv2429 Sep 24, 2024
05a2726
minor
anhductn2001 Sep 25, 2024
bc7be0f
Merge branch 'main' into feat/canonial_light_client_3rd_hub
anhductn2001 Sep 25, 2024
03384ba
revert debug
anhductn2001 Sep 25, 2024
2e986e5
Merge branch 'main' into feat/canonial_light_client_3rd_hub
anhductn2001 Sep 27, 2024
ddcc1c6
fix tests
anhductn2001 Sep 27, 2024
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
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ e2e-test: clean-e2e
e2e-test-ibc-success-evm: clean-e2e
cd tests && go test -timeout=45m -race -v -run TestIBCTransferSuccess_EVM .

e2e-test-light-client-same-chain-id-transfer: clean-e2e
cd tests && go test -timeout=45m -race -v -run TestIBCTransferRA_3rdSameChainID_EVM .

e2e-test-spinup: clean-e2e
cd tests && go test -timeout=45m -race -v -run TestSpinUp .

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (

require (
github.com/decentrio/e2e-testing-live v0.0.0-20240718080249-ee255229c869
github.com/decentrio/rollup-e2e-testing v0.0.0-20240924040733-5e3a48a16228
github.com/decentrio/rollup-e2e-testing v0.0.0-20240924090607-6658e898c353
github.com/dymensionxyz/dymension/v3 v3.1.0-rc03.0.20240911123104-4782bc4e587f
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20240919105350-66f9b353655d
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c h1:pFUpOrbxDR
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c/go.mod h1:6UhI8N9EjYm1c2odKpFpAYeR8dsBeM7PtzQhRgxRr9U=
github.com/decentrio/e2e-testing-live v0.0.0-20240718080249-ee255229c869 h1:qWpUYGOsrSC+1Vmd2TjhbsSpntvvx9PsX3AoeMunFxc=
github.com/decentrio/e2e-testing-live v0.0.0-20240718080249-ee255229c869/go.mod h1:HZNYnPwmSxkwTPjSD5yolauc1Vx1ZzKL4FFMxTq4H5Y=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240924040733-5e3a48a16228 h1:dXy0HiXfQFKZLp4zG2DxFESYiN3lH5nKhv0mGudROAM=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240924040733-5e3a48a16228/go.mod h1:QmBrZgZplhtgHRWC0Z7LC7TDsKuC8sDyQvZyXXaqw/c=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240924090607-6658e898c353 h1:uA+obWLk1tbZDN1SgewNQLvmDbEIqoxcsD8+/wxenSo=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240924090607-6658e898c353/go.mod h1:QmBrZgZplhtgHRWC0Z7LC7TDsKuC8sDyQvZyXXaqw/c=
github.com/deckarep/golang-set v1.8.0 h1:sk9/l/KqpunDwP7pSjUg0keiOOLEnOBHzykLrsPppp4=
github.com/deckarep/golang-set v1.8.0/go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS383rP6+o6qqo=
github.com/deckarep/golang-set/v2 v2.1.0 h1:g47V4Or+DUdzbs8FxCCmgb6VYd+ptPAngjM6dtGktsI=
Expand Down
Loading
Loading