Martin Arrivets
Martin Arrivets
This draft PR adds an NKN-based transport as suggested in [this issue](https://github.com/mosaicnetworks/babble/issues/147) The integration works and we can establish p2p connections, but they seem slow and flaky (cf .. [network...
Today, the block hash is computed from the JSON encoding of its Body. We could do something smarter using Merkle trees. This would be helpful because we could then create...
- What happens when a fork is detected? - What to do with signatures corresponding to blocks that predate FastSync point?
Design a data-structure that contains a proof that a PeerSet "lawfully" changed from one state to another. Something that captures the following sequence: - PS1 => InternalTransaction => PS1 Sigs...