Skip to content

Commit

Permalink
init new test
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Oct 30, 2024
1 parent e915f84 commit fc1b648
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 2,363 deletions.
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-20241011125714-6812619fad58
github.com/decentrio/rollup-e2e-testing v0.0.0-20241030054745-8b1df11f596c
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-20241011125714-6812619fad58 h1:cPxm8lalHGczlK+ztSaEmQMEG6M5aQwEGGUagcrpZZg=
github.com/decentrio/rollup-e2e-testing v0.0.0-20241011125714-6812619fad58/go.mod h1:QmBrZgZplhtgHRWC0Z7LC7TDsKuC8sDyQvZyXXaqw/c=
github.com/decentrio/rollup-e2e-testing v0.0.0-20241030054745-8b1df11f596c h1:b9aJcOWLsDtTVUYGtxZWDB+CthHztb/8LB1P79p1rm0=
github.com/decentrio/rollup-e2e-testing v0.0.0-20241030054745-8b1df11f596c/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
8 changes: 8 additions & 0 deletions tests/data/members.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"members": [
{
"address": "<operator_address>",
"weight": "1", "metadata": "president"
}
]
}
8 changes: 8 additions & 0 deletions tests/data/policy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@type": "/cosmos.group.v1.PercentageDecisionPolicy",
"percentage": "0.0001",
"windows": {
"voting_period": "1s",
"min_execution_period": "0s"
}
}
Loading

0 comments on commit fc1b648

Please sign in to comment.