Skip to content

Commit

Permalink
Merge pull request #993 from oasisprotocol/dependabot/submodules/exte…
Browse files Browse the repository at this point in the history
…rnal/oasis-sdk-aa03472

submodules: bump external/oasis-sdk from `d23473d` to `aa03472`
  • Loading branch information
aefhm authored Oct 22, 2024
2 parents 5e847d0 + e033cde commit 91846c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/oasis-sdk
Submodule oasis-sdk updated 43 files
+3 −2 .github/workflows/ci-docs.yaml
+1 −1 .github/workflows/ci-lint.yml
+7 −12 .github/workflows/ci-test.yaml
+363 −485 Cargo.lock
+10 −0 client-sdk/go/client/client.go
+0 −6 client-sdk/go/config/network.go
+1 −1 client-sdk/go/connection/connection.go
+29 −29 client-sdk/go/go.mod
+123 −89 client-sdk/go/go.sum
+11 −11 client-sdk/ts-web/core/package.json
+27 −27 client-sdk/ts-web/core/reflect-go/go.mod
+120 −84 client-sdk/ts-web/core/reflect-go/go.sum
+1 −0 client-sdk/ts-web/core/reflect-go/main.go
+6 −6 client-sdk/ts-web/ext-utils/package.json
+2,136 −1,388 client-sdk/ts-web/package-lock.json
+10 −10 client-sdk/ts-web/rt/package.json
+5 −5 client-sdk/ts-web/signer-ledger/package.json
+267 −407 contract-sdk/specs/access/oas173/Cargo.lock
+268 −408 contract-sdk/specs/token/oas20/Cargo.lock
+1 −1 docs/README.md
+4 −3 docs/rofl/prerequisites.md
+187 −194 examples/runtime-sdk/rofl-oracle/Cargo.lock
+3 −3 runtime-sdk/Cargo.toml
+37 −5 runtime-sdk/src/keymanager.rs
+24 −25 runtime-sdk/src/modules/rofl/app/client.rs
+3 −2 runtime-sdk/src/modules/rofl/app/mod.rs
+20 −1 runtime-sdk/src/runtime.rs
+15 −1 runtime-sdk/src/testing/keymanager.rs
+73 −53 tests/benchmark/go.mod
+205 −128 tests/benchmark/go.sum
+2 −2 tests/consts.sh
+4 −4 tests/contracts/bench/Cargo.lock
+267 −407 tests/contracts/hello/Cargo.lock
+73 −53 tests/e2e/go.mod
+205 −132 tests/e2e/go.sum
+5 −4 tests/runtimes/simple-contracts/src/lib.rs
+1 −1 tests/runtimes/simple-evm/src/lib.rs
+5 −4 tests/runtimes/simple-keyvalue/src/lib.rs
+28 −28 tools/gen_runtime_vectors/go.mod
+118 −84 tools/gen_runtime_vectors/go.sum
+22 −23 tools/orc/go.mod
+48 −56 tools/orc/go.sum
+5 −7 tools/orc/main.go

0 comments on commit 91846c7

Please sign in to comment.