Closed ajuggler closed 3 months ago
Note that forwardingMint
validator is now parameterized by an integer. Motivation for this is that its address was getting very crowded with UTxOs. Giving a different integer parameter now results in a different address.
Looking great, Antonio! One suggestion: how difficult will it be to merge local-testnet
folder with the e2e-test
folder? Specifically, we currently have almost the same script files for posting transactions in the ZK-KYC example for sancho.net and for the local testnet. I think it would be easier to maintain.
This looks great to me too. I think we should switch from JSON to CBOR entirely.
Looking great, Antonio! One suggestion: how difficult will it be to merge
local-testnet
folder with thee2e-test
folder? Specifically, we currently have almost the same script files for posting transactions in the ZK-KYC example for sancho.net and for the local testnet. I think it would be easier to maintain.
Yes, I think it is desirable and easy to implement, will do.
Moved local-testnet to e2e-test. Now plonk-example transactions are executed by the same scripts for both SanchoNet and local-testnet. (Only initialization scripts are different.) Updated e2e-test/README .
This looks great to me too. I think we should switch from JSON to CBOR entirely.
Done.
Plonk verifier E2E example now runs correctly on both SanchoNet and local testnet. Updated documentation on
./e2e-test/README.md
.