Paul Hauner
5dd2361d21
Progress further with block validation
...
- Rename errors returned from SszBlock.
- Add parent_hash concept to block validation.
- Add more comments to block validation.
2018-09-30 11:26:36 +09:30
Paul Hauner
9dcec214af
Add block validation code
...
This was created in another branch along with a whole bunch of other
commits building out databases and other common elements.
This full history of these works is available on master, however it
should not be necessary.
2018-09-26 13:00:25 +10:00
Paul Hauner
baa7b06b56
Fix clippy lints
2018-09-26 11:54:13 +10:00
Paul Hauner
966d891cb5
Remove validation fns (will be added in a PR)
2018-09-26 11:40:28 +10:00
Paul Hauner
8d2e9f33c7
Progress further with block validation tests
2018-09-25 22:10:47 +10:00
Paul Hauner
83d95f1d34
Restructure directories. Add dead_code allows
2018-09-25 12:20:13 +10:00
Paul Hauner
6c8c4d9b1e
Move state/block.rs into own mod, add SszBlock
2018-09-19 14:45:55 +10:00