hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Arbitrary signature buffer and verification #11

Closed chm-diederichs closed 2 years ago

chm-diederichs commented 3 years ago

This PR implements an arbitrary signature buffer, allowing custom consensus logic to be defined and executed.

Tests show a Nakamoto style proof-of-work signature for appending blocks.