XLNT / gnarly

🤙 A blockchain ETL tool to make your life better. Now that’s fuckin’ gnarly.
https://xlnt.co
Apache License 2.0
119 stars 11 forks source link

Replace fromBlockHash behavior with blockRange #36

Open shrugs opened 6 years ago

shrugs commented 6 years ago

It will be necessary/ideal in the future to be able to stop a reducer at one block and begin another at a future block, to handle reactors of on-chain contracts, etc.

A reducer should track up until the blockRange is over, but only stopping after some confidence interval; the switch-over between reducers has to be deterministic as well.