Skip to content

Commit

Permalink
fixed a lot of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BaldyAsh committed Sep 27, 2019
1 parent 40610bd commit 6de8fdc
Show file tree
Hide file tree
Showing 10 changed files with 1,018 additions and 922 deletions.
82 changes: 82 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
members = [
"core/data_restore",
"core/key_generator",
"core/eth_client",
"core/plasma",
Expand Down
8 changes: 5 additions & 3 deletions core/data_restore/Cargo.toml
Expand Up @@ -10,15 +10,17 @@ web3 = { git = "https://github.com/tomusdrw/rust-web3" }
tiny-keccak = "1.4.2"
ethabi = "8.0.0"
hex = "0.3.2"
lazy_static = "1.2.0"
franklin_crypto = { package = "franklin-crypto", git = "ssh://git@github.com/matter-labs/franklin-crypto.git" }
ff = { package = "ff_ce", version = "0.6.0", features = ["derive"] }
pairing = { package = "pairing_ce", version = "0.17.0" }
tokio = "0.1"
bitvec = "0.11"
log = "0.4"
serde_json = "1.0.0"
env_logger = "0.6"
signal-hook = { version = "0.1.8", features = ["tokio-support"] }

plasma = { path = "../plasma", version = "0.1.1" }
models = { path = "../models", version = "0.1.1" }
storage = { path = "../storage", version = "0.1.1" }
plasma = { path = "../plasma" }
models = { path = "../models" }
storage = { path = "../storage" }

0 comments on commit 6de8fdc

Please sign in to comment.