This repo was put together using the tutorial here to address this issue.
Use version 0.55.1 of the sandbox.
This repo demonstrates 2 issues with the sandbox.
I try starting the sandbox with DEBUG
enabled (DEBUG=* aztec start --sandbox
), but nothing is printed in the console when I run the constructor or when I call redeem_shield
.
debug statements in constructor
debug statements in redeem_shield
Fails with error:
Error in app: Error: (JSON-RPC PROPAGATED) Assertion failed: note not popped 'notes.len() == 1'
This code referenced as part of the tutorial is no longer being tested in the monorepo CI, see it commented out here.
To reproduce:
- Install dependencies
yarn
- start the sandbox
DEBUG=* aztec start --sandbox
-
run scripts
node src/deploy.mjs
node src/index.mjs