Jernej Kos

Results 78 issues of Jernej Kos

Without this PR, the child worker process will simply exit on SIGPIPE (e.g. when the TCP connection with the remote server breaks) and the parent will report something like this:...

Currently `m3_FindFunction` will always iterate over all loaded modules to attempt to find the given exported function. It would be useful to also have a variant that takes a module...

improvement
API

The current Merkle proof abstraction defined by ICS 23 (or at least the major [Go](https://github.com/confio/ics23/blob/f173e6211efbf546bf9fcdc5cc29e5e055151666/go/ops.go#L112-L136) and [Rust](https://github.com/informalsystems/ibc-rs/blob/11f387959386e85d34bef1afddc1ee411b7b7214/proto/src/prost/ics23.rs#L249-L258) implementations) and used for state commitment proofs does not seem to include support...

tao
feature

I noticed that httpbis supports using an external event loop with multiple clients (exposed through the client builder interface), but this doesn't seem to be exposed in grpc-rust? It would...

The gRPC executor currently polls the future directly on notify if the notified task is running in the same thread. This can lead to a deadlock due to the following...

Bug

* 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

In case a node is both primary and backup and doesn't submit a commit but there was no discrepancy, the node should still be treated as failed. _This needs to...

c:roothash
c:bug
c:breaking/consensus

Over time `oasis-node` has become a dumping ground for all kinds of subcommands related to end-user functionality. It would be better to split this into two: * Things related to...

s:needs adr
epic
c:cli

We should support DCAP attestation in a way where the consensus layer serves as a decentralized attestation registry. ## Linked Issues *TBD*

c:registry
c:runtime
epic

Now that we have merged the ~PVSS~VRF random beacon we should also update the developer documentation related to the beacon.

c:docs
c:beacon