-
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
cf0cdd5
to 58be8a6
Bumps [external/sapphire-paratime](https://github.com/oasisprotocol/sapphire-paratime) from `cf0cdd5` to `58be8a6`. - [Release notes](https://github.com/oasisprotocol/sapphire-paratime/releases) - [Commits](oasisprotocol/sapphire-paratime@cf0cdd5...58be8a6) --- updated-dependencies: - dependency-name: external/sapphire-paratime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8018bc6
commit 8977260
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sapphire-paratime
updated
24 files
+17 −8 | .github/workflows/publish.yaml | |
+2 −1 | .github/workflows/release.yaml | |
+2 −2 | CONTRIBUTING.md | |
+6 −0 | clients/js/CHANGELOG.md | |
+1 −1 | clients/js/package.json | |
+6 −0 | contracts/CHANGELOG.md | |
+143 −0 | contracts/contracts/Subcall.sol | |
+21 −0 | contracts/contracts/tests/SubcallTests.sol | |
+1 −1 | contracts/package.json | |
+78 −5 | contracts/test/subcall.ts | |
+5 −0 | docs/addresses.md | |
+13 −0 | integrations/ethers-v6/CHANGELOG.md | |
+1 −1 | integrations/ethers-v6/package.json | |
+13 −0 | integrations/hardhat/CHANGELOG.md | |
+1 −1 | integrations/hardhat/package.json | |
+13 −0 | integrations/viem-v2/CHANGELOG.md | |
+1 −1 | integrations/viem-v2/package.json | |
+13 −0 | integrations/wagmi-v2/CHANGELOG.md | |
+1 −1 | integrations/wagmi-v2/package.json | |
+138 −144 | runtime/Cargo.lock | |
+7 −3 | runtime/Cargo.toml | |
+1 −1 | runtime/Makefile | |
+12 −5 | runtime/README.md | |
+3 −1 | runtime/src/lib.rs |