Skip to content

Commit

Permalink
feat(advance-runner): get on-chain machine hash
Browse files Browse the repository at this point in the history
  • Loading branch information
torives committed Aug 1, 2023
1 parent 1b1023e commit c70a3dc
Show file tree
Hide file tree
Showing 8 changed files with 3,599 additions and 1 deletion.
7 changes: 7 additions & 0 deletions offchain/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 offchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"http-server",
"indexer",
"inspect-server",
"machine-hash",
"redacted",
"rollups-events",
"rollups-http-client",
Expand Down
2 changes: 1 addition & 1 deletion offchain/contracts/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
("InputBox", "inputs/InputBox", "input_box.rs"),
("Authority", "consensus/authority/Authority", "authority.rs"),
("History", "history/History", "history.rs"),
// ("CartesiDApp", "dapp/CartesiDApp", "cartesi_dapp.rs"),
("CartesiDApp", "dapp/CartesiDApp", "cartesi_dapp.rs"),
// (
// "CartesiDAppFactory",
// "dapp/CartesiDAppFactory",
Expand Down
1 change: 1 addition & 0 deletions offchain/contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ macro_rules! contract {
contract!(input_box);
contract!(authority);
contract!(history);
contract!(cartesi_dapp);
Loading

0 comments on commit c70a3dc

Please sign in to comment.