Results 16 comments of Anish Agnihotri

Hey folks, do you have a local mainnet RPC endpoint deployed to `http://localhost:8545/`? The scripts in all [index.js](https://github.com/Anish-Agnihotri/dhof-loot/blob/36b641620e79a01930e83bc850e9a2b3a1b24cfe/index.js#L8) files use a local RPC endpoint. I think this issue may be...

I see; unfortunately don't have an OpenEthereum node handy to troubleshoot but I'll try to find one. Cloudflare Gateway may be failing because of a rate-limit. I tried with Infura...

Very weird, I was able to do a full run-through with Infura properly. I'll dig into this and yes, will add chunk saves every couple hundred to prevent having to...

Great catch, using timestamp space over block time-space was an active decision I made after [looking around a bit](https://twitter.com/nanexcool/status/1395066683811848194?s=20). The context being that for a fixed-term loan product where it...

Right, makes sense. Will leave this issue open for anyone who wants to adapt the contracts for their own use.

Have the contract handy so I can reproduce?