8000 GitHub - critesjosh/dapp-tutorial-55-1: test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

critesjosh/dapp-tutorial-55-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapp Tutorial

This repo was put together using the tutorial here to address this issue.

Use version 0.55.1 of the sandbox.

Issues

This repo demonstrates 2 issues with the sandbox.

1. DEBUG not printing in the terminal

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

2. redeem_shield in the token contract not working

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:

  1. Install dependencies
yarn
  1. start the sandbox
DEBUG=* aztec start --sandbox
  1. run scripts

    1. node src/deploy.mjs
    2. node src/index.mjs

About

test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0