Zebra/zebra-state
teor d80a0c7402 Stop panicking during contextual validation
`check_contextual_validity` mistakenly used the new block's hash to try
to get the parent block from the state. This caused a panic, because the
new block isn't in the state yet.

Use `StateService::chain` to get the parent block, because we'll be
using `chain` for difficulty adjustment contextual verification anyway.
2020-11-17 10:07:37 +10:00
..
src Stop panicking during contextual validation 2020-11-17 10:07:37 +10:00
tests state: fill in RFC5-style Request, Response enums 2020-09-11 13:37:49 -07:00
Cargo.toml build(deps): bump primitive-types from 0.7.2 to 0.7.3 2020-11-13 15:59:04 -05:00