Commit e41575a
authored
submodules: bump external/oasis-sdk from
Bumps [external/oasis-sdk](https://github.com/oasisprotocol/oasis-sdk) from `d9193f0` to `e37bd0a`.
- [Release notes](https://github.com/oasisprotocol/oasis-sdk/releases)
- [Commits](oasisprotocol/oasis-sdk@d9193f0...e37bd0a)
---
updated-dependencies:
- dependency-name: external/oasis-sdk
dependency-version: e37bd0ad2070bd08a70bc830e276ee40dd6bf1d7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>d9193f0 to e37bd0a
1 parent d6a8e6c commit e41575a
1 file changed
+1
-1
lines changed- .github/actions/determine-tag/action.yml+10-2
- .github/workflows/ci-examples.yml+2-2
- .github/workflows/ci-lint.yml+7-7
- .github/workflows/ci-longtest.yaml+1-1
- .github/workflows/ci-test.yaml+5-5
- .github/workflows/release-rofl-scheduler.yml+34
- .github/workflows/rofl-dev-image.yml+5-1
- .golangci.yml+1
- Cargo.lock+1.1k-234
- Cargo.toml+1
- client-sdk/go/client/client.go+2-2
- client-sdk/go/connection/connection.go+1-1
- client-sdk/go/go.mod+8-8
- client-sdk/go/go.sum+12-12
- client-sdk/go/modules/roflmarket/types.go+72
- client-sdk/ts-web/core/reflect-go/go.mod+7-7
- client-sdk/ts-web/core/reflect-go/go.sum+12-12
- client-sdk/ts-web/core/reflect-go/main.go+3-2
- client-sdk/ts-web/core/src/client.ts+38-2
- client-sdk/ts-web/core/src/types.ts+191-12
- contract-sdk/specs/access/oas173/Cargo.lock+111-104
- contract-sdk/specs/token/oas20/Cargo.lock+111-104
- docker/rofl-dev/Dockerfile+2-2
- docs/rofl/prerequisites.md+1-1
- docs/rofl/quickstart.mdx+2-2
- rofl-containers/Cargo.toml+1-1
- rofl-scheduler/.gitignore+1
- rofl-scheduler/Cargo.toml+29
- rofl-scheduler/rofl.yaml+44
- rofl-scheduler/src/client.rs+182
- rofl-scheduler/src/config.rs+171
- rofl-scheduler/src/main.rs+39
- rofl-scheduler/src/manager.rs+1.3k
- rofl-scheduler/src/manifest.rs+575
- rofl-scheduler/src/types.rs+41
- runtime-sdk/Cargo.toml+3-3
- runtime-sdk/modules/rofl-market/src/config.rs+4-6
- runtime-sdk/modules/rofl-market/src/error.rs+4
- runtime-sdk/modules/rofl-market/src/lib.rs+114-69
- runtime-sdk/modules/rofl-market/src/test.rs+75-17
- runtime-sdk/modules/rofl-market/src/types.rs+48-26
- runtime-sdk/src/modules/consensus_accounts/mod.rs+14
- runtime-sdk/src/modules/rofl/app/client.rs+41-4
- runtime-sdk/src/modules/rofl/app/env.rs+24-2
- runtime-sdk/src/storage/host.rs+57-26
- runtime-sdk/src/storage/mod.rs+1-1
- tests/benchmark/go.mod+8-8
- tests/benchmark/go.sum+12-12
- tests/consts.sh+2-2
- tests/contracts/bench/Cargo.lock+2-2
- tests/contracts/hello/Cargo.lock+111-104
- tests/e2e/evm/contracts/contracts.mk+5-3
- tests/e2e/evm/contracts/delegation/Makefile-1
- tests/e2e/evm/contracts/delegation/delegation.abi+1-1
- tests/e2e/evm/contracts/delegation/delegation.hex+1-1
- tests/e2e/evm/contracts/delegation/delegation.sol+29
- tests/e2e/evm/delegation.go+28-3
- tests/e2e/go.mod+8-8
- tests/e2e/go.sum+12-12
- tests/e2e/rofl/oracle.go+1-1
- tests/e2e/rofl/tests.go+14-8
- tests/e2e/scenario/scenario.go+1-1
- tools/gen_runtime_vectors/go.mod+8-8
- tools/gen_runtime_vectors/go.sum+12-12
- tools/orc/go.mod+7-7
- tools/orc/go.sum+10-10
0 commit comments