sapphire-paratime
sapphire-paratime copied to clipboard
Oasis Sapphire - the confidential EVM-compatible ParaTime for the Oasis Network
Bumps diagrams for the new docusaurus version. Merge after https://github.com/oasisprotocol/docs/pull/820
## Description Add technical notes on proxies. Relates to https://github.com/oasisprotocol/docs/pull/818.
* Simplified `sapphire-paratime` dependencies * Removed `ethers`, this reduces bundled size significantly when used standalone or with Viem * Removed `tweetnacl.js`, extracted necessary functions into `munacl.ts` * Removed generic `sapphire.wrap`...
##### SUMMARY We want to support Hardhat users who want to verify using Sourcify. Complete this [task](https://github.com/NomicFoundation/hardhat-ignition/issues/736). ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Integration. ##### ADDITIONAL INFORMATION
##### SUMMARY JSR.io is new and exciting, it has native support for TypeScript and makes life easier ##### ISSUE TYPE - Publish packages on JSR.io ##### COMPONENT NAME * All...
https://github.com/pcaversaccio/createx This is used by hardhat-ignition and various other projects, it provides pre-signed transactions to perform the deployment (similar to Multicall v3) After deploying the standard contract addresses docs should...
When the user calls `.getSigner` on a wrapped Ethers provider, it will return an unwrapped signer. This change returns a wrapped signer.
This adds support for `hardhat-ignition` which performs an `eth_call` on deployment transactions (well, it tests it after estimating gas on all transactions).
Tests that Multicall can be deployed: https://github.com/mds1/multicall This test will intentionally fail until Sapphire can accept an EIP-155 transaction with no Chain ID (currently it's rejected). Currently the error is:...
This includes an example of performing multiple delegations