Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 472 Bytes

File metadata and controls

17 lines (14 loc) · 472 Bytes

This is a minimal Auth flow to demonstrate the TXE issue. Different variation of public and private Auth was used as discussed in Discord dev.

1- Compile

bash compile.sh

2- Test

yarn test:router

Produces:

Testing test::test_add_liquidity::test_add_liquidity ... FAIL
Failed calling external resolver. ErrorObject { code: ServerError(-32702), message: "Assertion failed: unauthorized 'true, authorized'", data: None }
```# aztec-auth-issue