Skip to content
Open
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
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ clean-consensus-deployments:
just -f ./cartesi-rollups/contracts/justfile clean-deployments
bind-consensus:
just -f ./cartesi-rollups/contracts/justfile bind
build-devnet:
just -f ./cartesi-rollups/contracts/justfile build-devnet

build-prt:
just -f ./prt/contracts/justfile build
Expand Down Expand Up @@ -84,6 +86,8 @@ test-rollups-honeypot: build-rust-workspace
just -f ./prt/tests/rollups/justfile test-honeypot-all
test-rollups-honeypot-ci: build-rust-workspace
just -f ./prt/tests/rollups/justfile test-honeypot-ci
test-rollups-honeypot-case CASE: build-rust-workspace
just -f ./prt/tests/rollups/justfile test-honeypot-case {{CASE}}
view-rollups-logs:
just -f ./prt/tests/rollups/justfile read-node-logs

Expand Down
2 changes: 1 addition & 1 deletion prt/tests/rollups/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test MACH_PATH SCRIPT:
TEMPLATE_MACHINE_HASH=0x`xxd -p -c32 {{MACH_PATH}}/machine-image/hash` \
DAVE_APP_FACTORY=`jq -r .address {{DEPLOYMENTS_DIR}}/DaveAppFactory.json` \
INPUT_BOX=`jq -r .address {{DEPLOYMENTS_DIR}}/cartesiRollups.InputBox.json` \
lua test_cases/{{SCRIPT}}.lua
lua5.4 test_cases/{{SCRIPT}}.lua

# run PRT rollups echo test
test-echo:
Expand Down
Loading