oasis-core icon indicating copy to clipboard operation
oasis-core copied to clipboard

Performant and Confidentiality-Preserving Smart Contracts + Blockchains

Results 323 oasis-core issues
Sort by recently updated
recently updated
newest added

Add API methods like the following: - `get_ephemeral_key(epoch, key_pair_id)` - `get_public_ephemeral_key(epoch, key_pair_id)` Those would derive special ephemeral X25519 key pairs separate from the other runtime keys and where the epoch...

This PR makes `oasis-net-runner` defaults more tailored to local (dApp) development and debugging: - increases balance of test account to 10^15 base units (1 million TEST) - sets max_allowances to...

* runtime: Add state_at to consensus Verifier trait This allows fetching historic consensus layer state in addition to the latest state. * runtime: Refactor dispatcher initializer and expose consensus_verifier

Tested locally. Without changes compute workers are stuck with error messages `Consensus verifier failed to initialize`. ``` {"err":"builder: I/O error\n\nCaused by:\n 0: rpc error\n 1: server error: module: consensus code:...

add same test logic for derive_symmetric_key for golang, rust, which should be identical to those in oasis-sdk/client-sdk/web-ts

c:testing

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the new...

golang
c:deps

Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.16.1 to 0.20.0. Release notes Sourced from github.com/libp2p/go-libp2p-core's releases. v0.20.0 Deprecation Notice This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/core. What's Changed deprecate peer.ID.Pretty by...

golang
c:deps

Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.7.3 to 0.8.0. Release notes Sourced from github.com/prometheus/procfs's releases. 0.8.0 / 2022-07-25 Fix data types for CUTime and CSTime stat fields (#404) Fix build with GopherJS (#406)...

golang
c:deps

Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.5.0 to 0.6.0. Release notes Sourced from github.com/multiformats/go-multiaddr's releases. v0.6.0 What's Changed add a Contains function by @​marten-seemann in multiformats/go-multiaddr#172 sync: update CI config files by @​web3-bot...

golang
c:deps