-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type 2 transactions for miner / mtx broadcaster #1174
Conversation
This now also includes a fix from #1160 which was needed to fix the reputation oracle once it fell out of sync. |
It also reworks the 'sync'ing logic; previously, all mining cycle completion events would be retrieved, and then worked through. Now, we deliberately work backwards from 'now' until we find a state we know, and then work forward from there; the smaller paging size (required due to long queries for wider ranges in recent blocks on Gnosis) is therefore not an issue. |
302a65c
to
2b940f9
Compare
747c03a
to
77d6726
Compare
77d6726
to
3e5b001
Compare
ac59954
to
c703366
Compare
40fdb8e
to
5b7d30d
Compare
The 'proper' fix alluded to in #1172. This is based on top of that, so don't review this one until that one is merged (this is the only reason this is currently marked a 'draft').