hyperdrive
hyperdrive copied to clipboard
An experimental consensus algorithm for secure multiparty computations
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.5 to 1.10.17. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ploitari (v1.10.17) This is a maintenance release. This release contains a lot of work in preparation for The...
Currently, when blocks are proposed they include all of the previous state. It should be possible to only include the `prevStateRef` (in the block header), and then explicitly request the...
See #50 for more information. We should also introduce bloom filters for Resync messages. If the Resync message appears in the bloom filter, it gets dropped. If not, it is...
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.5 to 1.10.22. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Promavess (v1.10.22) WARNING: This release seems to contain a regression that can corrupt the local state. Please hold...