Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Testing guide and getPrivateStorage method (#1992)
Adds a guide on testing dapps. While writing the guide, I had to add a `getPrivateStorageAt` method; but while reviewing other issues I noted that this method already existed and was deleted on purpose, due to lack of authentication. I'd like to reincorporate the method, since it's useful for testing, and we already lack authentication for accessing other private information (like just calling `view` on a function that loads private notes) so we are not opening a new avenue for attack. - [x] Explain how to use sandbox pre-created accounts instead of creating new ones (depends on #2002) - [x] Extract utility function to spin up local node and show how to use it - [x] Set blockTimestamp to block object, add getBlock method to RPC server, and use it to demo `warp` usage (extracted to AztecProtocol/aztec-packages#2009) - [x] Add documentation test suite to CI as yet another e2e - [x] Add `getPrivateStorageAt` to cheat codes Depends on #1991
- Loading branch information