-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodules: bump external/sapphire-paratime from
77a2bea
to 1d1308b
Bumps [external/sapphire-paratime](https://github.com/oasisprotocol/sapphire-paratime) from `77a2bea` to `1d1308b`. - [Release notes](https://github.com/oasisprotocol/sapphire-paratime/releases) - [Commits](oasisprotocol/sapphire-paratime@77a2bea...1d1308b) --- updated-dependencies: - dependency-name: external/sapphire-paratime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8a4c88b
commit bc3f276
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sapphire-paratime
updated
27 files
+0 −22 | .github/wait-until-ready.sh | |
+2 −4 | .github/workflows/contracts-test.yaml | |
+1 −1 | clients/js/Makefile | |
+1 −1 | clients/js/package.json | |
+60 −90 | clients/js/src/calldatapublickey.ts | |
+8 −0 | clients/js/src/constants.ts | |
+15 −1 | clients/js/src/provider.ts | |
+0 −2 | clients/js/test/calldatapublickey.spec.ts | |
+16 −17 | clients/js/test/utils.ts | |
+14 −14 | contracts/contracts/Subcall.sol | |
+2 −2 | docs/browser.md | |
+2 −2 | docs/gasless.md | |
+0 −75 | docs/guide.mdx | |
+ − | docs/images/cheatsheet.pdf | |
+120 −0 | docs/network.mdx | |
+35 −44 | docs/quickstart.mdx | |
+78 −0 | docs/verification.md | |
+1 −4 | integrations/ethers-v6/package.json | |
+1 −1 | integrations/hardhat/package.json | |
+9 −0 | integrations/viem-v2/CHANGELOG.md | |
+2 −2 | integrations/viem-v2/package.json | |
+32 −0 | integrations/viem-v2/scripts/test.js | |
+12 −2 | integrations/viem-v2/src/index.ts | |
+1 −1 | integrations/wagmi-v2/package.json | |
+3 −3 | runtime/Cargo.lock | |
+2 −2 | runtime/Cargo.toml | |
+5 −1 | runtime/src/lib.rs |