Closed CedarMist closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 5482d3d97cd90d204008b88cd62704e1f9f69e91 |
Latest deploy log | https://app.netlify.com/sites/oasisprotocol-sapphire-paratime/deploys/670df93b6f63b000088114ca |
Deploy Preview | https://deploy-preview-436--oasisprotocol-sapphire-paratime.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Unfortunately splitting a small PR into lots of even smaller minor PRs is also very tedious. I can re-commit them as individual commits within the PR (that would be slightly less tedious)?
Fixes: #428
subcall_static
to perform subcall withstaticcall
, makes several Subcall methodsview
nonce
to Cipher for encryption (useful for tests & reproducibility)Re: CBOR, I split the CBOR related stuff into individual functions, as otherwise you start needing to deploy the whole
CBOR
library on its own an link it into a library, whereas using individual function they get pulled in as & when necessary.