You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
#2941 creates logic for a set_uncles inherent to set some uncles. But we'll want to actually create a piece of logic that can call client.uncles() and ignore any duplicates (i.e. those which have already been included). We can model off the code for the FinalityTracker inherent, which makes use of the client as well.