ipld-eth-server/pkg
Rob Mulholand 3e39ccb9bb Fix missing block numbers lookup
- Previously, a block was treated as missing if there was a number in
the given range for which there existing a block that did not match
the node's fingerprint. This meant that in a case where we have a block
that does not match the node's fingerprint and also one that does match,
the block would be treated as missing. This led to errors being thrown
when attempting to add a block that already exists.
- These changes treat a block as missing only if we do not already have
a block that matches the number and node fingerprint.
2018-06-08 11:26:25 -05:00
..
config Remove test and travis deps on private dev network 2018-03-22 10:15:18 -05:00
core Get transactions (#45) 2018-03-27 16:06:12 -05:00
crypto Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
datastore Fix missing block numbers lookup 2018-06-08 11:26:25 -05:00
fakes Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
filters Handle events 2018-03-05 10:01:50 -06:00
fs Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
geth Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
history Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00