Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submodules: bump external/oasis-sdk from d23473d to 3b02f11 #990

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/oasis-sdk
Submodule oasis-sdk updated 41 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
+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