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

Add E2E testing framework MVP #1395

Merged
merged 20 commits into from
Sep 28, 2022
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Add ToDo comment for migration to state_call RPC
cmichi committed Sep 19, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
DigitalBrains1 Peter Lebbing
commit 3119f64a3b0692bc6ce1be8b5f4e5fea82f7e14d
3 changes: 2 additions & 1 deletion crates/env/src/engine/e2e/xts.rs
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@ where
data: data.into(),
salt: salt.into(),
};

// TODO(#xxx) Dry-run has to use the `state_call` RPC.
let params = rpc_params![call_request];
self.ws_client
.request("contracts_instantiate", params)
@@ -288,6 +288,7 @@ where
}),
input_data: Bytes(data),
};
// TODO(#xxx) Dry-run has to use the `state_call` RPC.
let params = rpc_params![call_request];
self.ws_client
.request("contracts_call", params)
cmichi marked this conversation as resolved.
Show resolved Hide resolved