teor
d0a833f3fb
consensus: Make the state service pluggable in block verification
...
We want to allow different state service implementations, and wrapped
state services. So we make verify::init() take a state_service, and
store that service in the BlockVerifier state_service field.
Part of #428 .
2020-06-12 09:46:18 -07:00
teor
4181c8a5d5
consensus: Make BlockVerifier respond with the BlockHeaderHash
...
Part of #428 .
2020-06-12 09:46:18 -07:00
teor
c019726fb1
consensus: Add a script verifier stub
...
Part of #428 .
2020-06-12 09:46:18 -07:00
teor
af1d64b218
consensus: Add a transaction verification stub
...
Part of #428 .
2020-06-12 09:46:18 -07:00
teor
997201c9c7
consensus: Add a mempool stub
2020-06-12 09:46:18 -07:00
teor
8f2ddef0a4
consensus: Add a block verification service
...
Part of #428 .
2020-06-12 09:46:18 -07:00
Henry de Valence
ff3efd504c
Add Zebra logo to all workspace crates.
...
Also add html_root_url attributes.
2020-02-26 21:25:35 -08:00
Henry de Valence
ec363d2d41
Create workspace skeleton based on design.md
2019-08-29 14:46:54 -07:00