Commit 9b4a61d
authored
submodules: bump external/oasis-core from
Bumps [external/oasis-core](https://github.com/oasisprotocol/oasis-core) from `c4cdfca` to `5c2b576`.
- [Release notes](https://github.com/oasisprotocol/oasis-core/releases)
- [Commits](oasisprotocol/oasis-core@c4cdfca...5c2b576)
---
updated-dependencies:
- dependency-name: external/oasis-core
dependency-version: 5c2b576da712b5d998bdf21b749423a95e8075e8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>c4cdfca to 5c2b576
1 parent 68a151f commit 9b4a61d
1 file changed
+1
-1
lines changedSubmodule oasis-core updated 87 files
- .changelog/6331.breaking.md+1
- .changelog/6393.trivial.md
- .changelog/6395.trivial.md
- .changelog/6397.feature.md-1
- .changelog/6402.internal.md-1
- .changelog/6411.trivial.md
- .changelog/6412.trivial.md
- .changelog/6425.internal.md+9
- .changelog/6432.internal.md+1
- .punch_version.py+1-1
- CHANGELOG.md+54
- docs/oasis-node/cli.md+24-1
- docs/oasis-node/metrics.md+10-10
- go/common/node/node.go+2-2
- go/common/node/sgx.go+8-1
- go/common/node/sgx_test.go+4-4
- go/common/sgx/pcs/policy.go+4
- go/common/sgx/pcs/quote.go+2-1
- go/common/sgx/pcs/quote_test.go+24-1
- go/common/sgx/pcs/tcb.go+7-2
- go/common/sgx/quote/quote.go+17
- go/common/sgx/quote/quote_test.go+9-3
- go/consensus/api/api.go+3-6
- go/consensus/cometbft/abci/prune.go+20-13
- go/consensus/cometbft/apps/keymanager/common/genesis.go+1-1
- go/consensus/cometbft/apps/keymanager/secrets/epoch.go+8-1
- go/consensus/cometbft/apps/keymanager/secrets/status.go+4-2
- go/consensus/cometbft/apps/keymanager/secrets/status_test.go+9-9
- go/consensus/cometbft/apps/keymanager/secrets/txs.go+3-3
- go/consensus/cometbft/apps/registry/genesis.go+1-1
- go/consensus/cometbft/apps/registry/messages.go+8-1
- go/consensus/cometbft/apps/registry/messages_test.go+9
- go/consensus/cometbft/apps/registry/transactions.go+21-2
- go/consensus/cometbft/apps/registry/transactions_test.go+16
- go/consensus/cometbft/apps/scheduler/scheduler.go+13
- go/consensus/cometbft/apps/scheduler/scheduler_test.go+1
- go/consensus/cometbft/apps/scheduler/shuffle.go+5-2
- go/consensus/cometbft/apps/supplementarysanity/checks.go+9-2
- go/consensus/cometbft/db/init.go+42-4
- go/consensus/cometbft/full/archive.go+8-14
- go/consensus/cometbft/full/full.go+1-1
- go/go.mod+12-12
- go/go.sum+24-119
- go/governance/api/sanity_check.go+2-4
- go/oasis-node/cmd/common/common.go+16
- go/oasis-node/cmd/debug/byzantine/steps_test.go+1-1
- go/oasis-node/cmd/storage/storage.go+240-6
- go/registry/api/api.go+10-6
- go/registry/api/api_test.go+85-1
- go/registry/api/runtime.go+2-2
- go/registry/api/runtime_test.go+1-1
- go/registry/api/sanity_check.go+20-6
- go/runtime/api/info.go+12-1
- go/runtime/history/history.go+7-10
- go/runtime/history/history_test.go+2-2
- go/runtime/history/prune.go+26-23
- go/runtime/nodes/runtime.go-226
- go/runtime/nodes/runtime_test.go-23
- go/runtime/registry/config.go+4-1
- go/runtime/registry/registry.go+1-1
- go/runtime/txpool/transaction.go+2-14
- go/runtime/txpool/txpool.go+55-38
- go/staking/api/api.go+1-1
- go/staking/api/api_test.go+19
- go/storage/mkvs/checkpoint/checkpointer.go+2-2
- go/storage/mkvs/db/api/api.go+1-1
- go/storage/mkvs/db/badger/badger.go+1-1
- go/storage/mkvs/db/pathbadger/pathbadger.go+1-1
- go/upgrade/migrations/consensus_242.go+3-1
- go/worker/client/committee/node.go+13-13
- go/worker/client/worker.go+1-1
- go/worker/common/committee/group.go+97-205
- go/worker/common/committee/metrics.go+177
- go/worker/common/committee/node.go+202-433
- go/worker/compute/executor/committee/discrepancy.go+6-7
- go/worker/compute/executor/committee/hooks.go+7-6
- go/worker/compute/executor/committee/node.go+78-98
- go/worker/compute/executor/committee/p2p.go+11-13
- go/worker/compute/executor/committee/prune.go+8-5
- go/worker/compute/executor/committee/status.go+2-2
- go/worker/compute/executor/committee/trust.go+7-7
- go/worker/storage/committee/prune.go+67-17
- go/worker/storage/committee/worker.go+31-21
- go/worker/storage/worker.go+1
- runtime/src/common/sgx/pcs/mod.rs+33-2
- runtime/src/common/sgx/pcs/policy.rs+6
- runtime/src/common/sgx/pcs/tcb.rs+7-6
0 commit comments