Skip to content

submodules: bump external/oasis-sdk from d9193f0 to a844d31 #1227

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 48 files
+10 −2 .github/actions/determine-tag/action.yml
+2 −2 .github/workflows/ci-examples.yml
+6 −6 .github/workflows/ci-lint.yml
+1 −1 .github/workflows/ci-longtest.yaml
+5 −5 .github/workflows/ci-test.yaml
+5 −0 .github/workflows/rofl-dev-image.yml
+1 −0 .golangci.yml
+192 −186 Cargo.lock
+2 −2 client-sdk/go/client/client.go
+1 −1 client-sdk/go/connection/connection.go
+8 −8 client-sdk/go/go.mod
+12 −12 client-sdk/go/go.sum
+72 −0 client-sdk/go/modules/roflmarket/types.go
+7 −7 client-sdk/ts-web/core/reflect-go/go.mod
+12 −12 client-sdk/ts-web/core/reflect-go/go.sum
+3 −2 client-sdk/ts-web/core/reflect-go/main.go
+38 −2 client-sdk/ts-web/core/src/client.ts
+191 −12 client-sdk/ts-web/core/src/types.ts
+111 −104 contract-sdk/specs/access/oas173/Cargo.lock
+111 −104 contract-sdk/specs/token/oas20/Cargo.lock
+2 −2 docker/rofl-dev/Dockerfile
+1 −1 docs/rofl/prerequisites.md
+1 −1 rofl-containers/Cargo.toml
+3 −3 runtime-sdk/Cargo.toml
+4 −6 runtime-sdk/modules/rofl-market/src/config.rs
+4 −0 runtime-sdk/modules/rofl-market/src/error.rs
+114 −69 runtime-sdk/modules/rofl-market/src/lib.rs
+75 −17 runtime-sdk/modules/rofl-market/src/test.rs
+57 −8 runtime-sdk/modules/rofl-market/src/types.rs
+14 −0 runtime-sdk/src/modules/consensus_accounts/mod.rs
+8 −8 tests/benchmark/go.mod
+12 −12 tests/benchmark/go.sum
+2 −2 tests/consts.sh
+2 −2 tests/contracts/bench/Cargo.lock
+111 −104 tests/contracts/hello/Cargo.lock
+5 −3 tests/e2e/evm/contracts/contracts.mk
+0 −1 tests/e2e/evm/contracts/delegation/Makefile
+1 −1 tests/e2e/evm/contracts/delegation/delegation.abi
+1 −1 tests/e2e/evm/contracts/delegation/delegation.hex
+29 −0 tests/e2e/evm/contracts/delegation/delegation.sol
+28 −3 tests/e2e/evm/delegation.go
+8 −8 tests/e2e/go.mod
+12 −12 tests/e2e/go.sum
+1 −1 tests/e2e/scenario/scenario.go
+8 −8 tools/gen_runtime_vectors/go.mod
+12 −12 tools/gen_runtime_vectors/go.sum
+7 −7 tools/orc/go.mod
+10 −10 tools/orc/go.sum