-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #787 from oasisprotocol/dependabot/submodules/exte…
…rnal/sapphire-paratime-0b8cac1 submodules: bump external/sapphire-paratime from `06fe637` to `0b8cac1`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sapphire-paratime
updated
22 files
+8 −4 | .github/workflows/ci-docs.yaml | |
+2 −2 | .github/workflows/ci-lint.yaml | |
+3 −3 | .github/workflows/ci-test.yaml | |
+1 −1 | .github/workflows/contracts-test.yaml | |
+1 −1 | .github/workflows/publish.yaml | |
+3 −4 | clients/go/go.mod | |
+198 −3 | clients/go/go.sum | |
+10 −0 | contracts/CHANGELOG.md | |
+2 −4 | contracts/contracts/opl/Endpoint.sol | |
+6 −4 | contracts/package.json | |
+9 −2 | contracts/test/signing.ts | |
+37 −0 | docs/_fetch-cbridge-tokens.py | |
+23 −0 | docs/addresses.md | |
+1 −1 | integrations/graph/package.json | |
+13 −8 | pnpm-lock.yaml | |
+0 −0 | runtime/.cargo/config.toml | |
+285 −306 | runtime/Cargo.lock | |
+5 −5 | runtime/Cargo.toml | |
+16 −0 | runtime/Makefile | |
+20 −4 | runtime/README.md | |
+1 −1 | runtime/rust-toolchain.toml | |
+6 −5 | runtime/src/lib.rs |