-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
69 changed files
with
146 additions
and
229 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
cartesi-rollups/node/machine-runner/test-files/inputs.test
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
cartesi-rollups/node/machine-runner/test-files/machine_state_hashes.test
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
cartesi-rollups/node/machine-runner/test-files/split_inputs.sh
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...si-rollups/node/compute-runner/Cargo.toml → cartesi-rollups/node/prt-runner/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
[package] | ||
name = "cartesi-prt-core" | ||
version = "0.1.0" | ||
|
||
authors = [ | ||
"Gabriel Coutinho de Paula <[email protected]>", | ||
"Algebraic Sofia <[email protected]>", | ||
"Stephen Chen <[email protected]>", | ||
] | ||
description = "A Cartesi validator reference implementation" | ||
edition = "2021" | ||
homepage = "https://github.com/cartesi/dave" | ||
license-file = "LICENSE" | ||
readme = "README.md" | ||
repository = "https://github.com/cartesi/dave" | ||
|
||
version = { workspace = true} | ||
authors = { workspace = true} | ||
edition = { workspace = true} | ||
homepage = { workspace = true} | ||
license-file = { workspace = true} | ||
readme = { workspace = true} | ||
repository = { workspace = true} | ||
|
||
[dependencies] | ||
# common-rs | ||
|
@@ -39,11 +35,12 @@ thiserror = { workspace = true } | |
|
||
clap = { workspace = true, features = ["derive", "env"] } | ||
hex = { workspace = true } | ||
lazy_static = "1.4.0" | ||
log = { workspace = true } | ||
num-traits = { workspace = true } | ||
rusqlite = { version = "0.31.0", features = ["bundled"] } | ||
rusqlite_migration = "1.2.0" | ||
|
||
lazy_static = { workspace = true } | ||
rusqlite = { workspace = true } | ||
rusqlite_migration = { workspace = true } | ||
|
||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.