Skip to content

Commit

Permalink
Prepare to move test code to Validation/ExecutionContext API (#417)
Browse files Browse the repository at this point in the history
* impl ExecutionContext for MockContext

* Make MockContext::ValidationContext independent

* Change relayer test

* re-implement `host_timestamp` in  `MockContext`

* ics26_routing test changed

* fix upgrade_client feature

* move ics26_routing dispatch tests

* clippy

* timeout_on_close rstest for validation

* move timeout routing helpers in mod

* timeout_on_close_execute test

* timeout execute tests

* Remove old processing test

* fix test

* move acknowledgement

* move recv_packet

* move chan_close_confirm

* move chan_close_init

* move chan_open_confirm

* move chan_open_ack

* move chan_open_try

* move chan_open_init

* remove comment
  • Loading branch information
plafer authored Feb 14, 2023
1 parent b9c2f0b commit 50f424f
Show file tree
Hide file tree
Showing 17 changed files with 2,553 additions and 1,743 deletions.
1 change: 1 addition & 0 deletions crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ default-features = false

[dev-dependencies]
env_logger = "0.10.0"
rstest = "0.16.0"
tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"]}
test-log = { version = "0.2.10", features = ["trace"] }
tendermint-rpc = { version = "0.28", features = ["http-client", "websocket-client"] }
Expand Down
Loading

0 comments on commit 50f424f

Please sign in to comment.