Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ signet-node-tests = { version = "0.18.0", path = "crates/node-tests" }
signet-node-types = { version = "0.18.0", path = "crates/node-types" }
signet-rpc = { version = "0.18.0", path = "crates/rpc" }

init4-bin-base = { version = "0.21.0", features = ["alloy"] }

signet-bundle = "0.18"
signet-constants = "0.18"
signet-evm = "0.18"
signet-extract = "0.18"
signet-test-utils = "0.18"
signet-tx-cache = "0.18"
signet-types = "0.18"
signet-zenith = "0.18"
signet-journal = "0.18"
signet-storage = "0.9"
signet-cold = "0.9"
signet-hot = "0.9"
signet-hot-mdbx = "0.9"
signet-cold-mdbx = "0.9"
signet-storage-types = "0.9"
init4-bin-base = { git = "https://github.com/init4tech/bin-base", rev = "b2f92e4", features = ["alloy"] }

signet-bundle = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-constants = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-extract = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-test-utils = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-journal = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" }
signet-storage = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa" }
signet-cold = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa" }
signet-hot = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa" }
signet-hot-mdbx = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa" }
signet-cold-mdbx = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa" }
signet-storage-types = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa" }

# ajj
ajj = "0.7.0"
Expand Down
1 change: 1 addition & 0 deletions crates/genesis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This library contains the following:
configurations.
- `PARMIGIANA_GENESIS` / `PARMIGIANA_HOST_GENESIS` - The Parmigiana genesis
data.
- `GOUDA_GENESIS` - The Gouda rollup genesis. Host side reuses `PARMIGIANA_HOST_GENESIS`.
- `PECORINO_GENESIS` / `PECORINO_HOST_GENESIS` - The Pecorino genesis data.
- `TEST_GENESIS` / `TEST_HOST_GENESIS` - Local test genesis for testing
purposes.
Expand Down
Loading