Jernej Kos
Jernej Kos
As we now have documentation being generated from the `docs/` folder, we should move the various ts-web documentation there. Additionally, we should add a reference for the Typescript parts, similarly...
Currently the runtime-sdk does not implement graceful batch aborts.
Similar to the other repositories, we should set up a release process. Note that this repository contains a bunch of different packages (Typescript, Rust, Go) that need to be taken...
From https://github.com/oasislabs/runtime-ethereum/pull/761#issuecomment-494468694: One other minor thing I noticed is that we should change our asymetric (box) ciphertext layout to `public_key || cipher || nonce` from `nonce || public_key || cipher`,...
The following header fields have not yet been ported over to the new runtime, we should add them back: * `gas_used` * `gas_limit` * `logs_bloom`
Removing the virtual ethereum chain (#735) temporarily got rid of `last_hashes` from EnvInfo which needs to be added back.
Currently there seem to be a lot of duplicated initialization/testing code and some tests (think `test-pubsub.sh` and `test-e2e.sh`) seem to be testing for the same or very closely related behavior....
This extends runtimes with support for arbitrary off-chain logic that uses the existing decentralized execution, distribution and remote attestation infrastructure provided by Oasis. See [ADR 24] for more details. Use...
Merge after 24.0 release.