Solar Mithril
Solar Mithril
Thanks! I will do refactoring and tests now
@mcrumiller @MarcoGorelli Refactoring, Tests and docs are done. Few questions: 1. Wdyt about naming of `pub(crate) enum RollUnit { Month, Quarter, Year, }` - maybe there is better fitting name?...
Also, erigon clients for Polygon and BSC have kinda same problems. Some blocks (state transactions) do not return transactions and it causes the graph to treat it as reorg and...
Hi @azf20 Yes, I'll speed up :)
@lutter Could you provide concrete fields for the auditing table? I cannot find any mention of it anywhere. Or we could add auditing in another PR.
Code 137 could indicate OOM kill. You could check that you have enough memory for the graph to run on your machine. You could run top/htop during graph execution.
No, it's a little different case We could have blocks without relevant logs for smart contract. In this case such a block at the end of the range (considering this...
> i wonder why i did this 🤔 in turn this would mean we could remove `if logs_empty {` and then the whole `if let Some(last_log) = last_log {...` downwards...
All comments were addressed @MarcoGorelli
@MarcoGorelli done :)