oasisprotocol / sapphire-paratime

Oasis Sapphire - the confidential EVM-compatible ParaTime for the Oasis Network
https://oasisprotocol.org/sapphire
Apache License 2.0
39 stars 27 forks source link

contracts: implement calldata encryption in Solidity #436

Closed CedarMist closed 3 weeks ago

CedarMist commented 1 month ago

Fixes: #428

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.

netlify[bot] commented 1 month ago

Deploy Preview for oasisprotocol-sapphire-paratime ready!

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

CedarMist commented 1 month ago

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)?