Skip to content

Commit

Permalink
Feat(standalone): Bootstrap storage from relayer and state snapshots (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
birchmd committed Dec 6, 2021
1 parent e2f1b71 commit 2cca9b1
Show file tree
Hide file tree
Showing 17 changed files with 1,119 additions and 13 deletions.
218 changes: 212 additions & 6 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions engine-standalone-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ aurora-engine-sdk = { path = "../engine-sdk", default-features = false, features
borsh = { version = "0.8.2" }
evm-core = { git = "https://github.com/aurora-is-near/sputnikvm.git", default-features = false }
rocksdb = "0.16.0"
postgres = "0.19.2"
serde = "1.0.130"
serde_json = "1.0.72"
base64 = "0.13.0"

[features]
default = []
Expand Down
Loading

0 comments on commit 2cca9b1

Please sign in to comment.