Commit 546868d
Loading
Loading
Loading
Loading
Submodule sapphire-paratime updated 54 files
- .github/workflows/ci-docs.yaml+16-24
- .github/workflows/ci-lint.yaml+9-21
- .github/workflows/ci-playwright.yaml+12-18
- .github/workflows/ci-test.yaml+10-10
- .github/workflows/contracts-test.yaml+8-18
- .github/workflows/publish.yaml+63-12
- README.md+2-2
- clients/js/CHANGELOG.md+10
- clients/js/package.json+1-1
- clients/js/src/calldatapublickey.ts+9-1
- clients/js/src/networks.ts+30
- clients/js/src/provider.ts+31-24
- clients/py/CHANGELOG.md+23
- clients/py/README.md+30-4
- clients/py/requirements.txt+1-1
- clients/py/sapphirepy/sapphire.py+199-89
- clients/py/sapphirepy/tests/test_async_e2e.py+253
- clients/py/sapphirepy/tests/test_e2e.py+60-47
- clients/py/setup.py+2-2
- contracts/contracts/Sapphire.sol+65-20
- contracts/foundry.toml+1-1
- docs/addresses.md+3-3
- docs/develop/authentication.md+1-1
- docs/diagrams/c10l-smart-contract-call.mmd.svg+1-1
- docs/diagrams/c10l-smart-contract-tx.mmd.svg+1-1
- docs/diagrams/siwe-sapphire-flow.mmd.svg+1-1
- docs/network.mdx+21-16
- examples/foundry/Makefile+1-1
- examples/hardhat-boilerplate/frontend/package.json+1-1
- examples/hardhat-boilerplate/package.json+3-3
- examples/wagmi-v2/README.md+33-26
- examples/wagmi-v2/package.json+4-2
- examples/wagmi-v2/playwright.config.ts+2-2
- examples/wagmi-v2/src/eip-1193/config.ts+24
- examples/wagmi-v2/src/eip-6963/multi-chain-config.ts+19
- examples/wagmi-v2/src/eip-6963/single-chain-config.ts-6
- examples/wagmi-v2/src/main.tsx+45-10
- examples/wagmi-v2/test/e2e.spec.ts+64-30
- integrations/foundry/Makefile+1-1
- integrations/viem-v2/CHANGELOG.md+7
- integrations/viem-v2/package.json+3-3
- integrations/viem-v2/src/index.ts+12-5
- integrations/wagmi-v2/CHANGELOG.md+6
- integrations/wagmi-v2/package.json+1-1
- integrations/wagmi-v2/src/index.ts+59-65
- package.json+18
- pnpm-lock.yaml+4.9k-6.4k
- pnpm-workspace.yaml-1
- runtime/Cargo.lock+623-803
- runtime/Cargo.toml+5-5
- runtime/README.md+3-4
- runtime/rust-toolchain.toml+3-3
- runtime/rustfmt.toml+1-1
- runtime/src/lib.rs+21-10
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Large diffs are not rendered by default.
0 commit comments