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: use aurora-workspace as a testing framework #28

Merged
merged 13 commits into from
May 11, 2023
70 changes: 65 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion eth-connector-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aurora-eth-connector-tests"
version = "0.4.1"
version = "0.5.1"
authors = ["Aurora Labs <[email protected]>", "Evgeny Ukhanov <[email protected]>"]
edition = "2021"
description = ""
Expand All @@ -27,6 +27,8 @@ hex = "0.4.3"
ethabi = "18.0"
rlp = { version = "0.5.0", default-features = false }
aurora-engine-migration-tool = { git = "https://github.com/aurora-is-near/aurora-engine-migration-tool.git" }
aurora-workspace-eth-connector = { version = "0.1.0", git = "https://github.com/aurora-is-near/aurora-workspace.git" }
aurora-workspace-utils = { version = "0.1.0", git = "https://github.com/aurora-is-near/aurora-workspace.git" }

[features]
migration-tests = []
Loading