coderofstuff
coderofstuff
**Problem:** When trying to find the estimated root per block level, `find_sufficient_root` will adjust the required level 0 depth in powers of 2 based on how much higher the current...
**Is your feature request related to a problem? Please describe.** Integrators are asking for a way to easily access some info about the transactions returned by these RPC calls. Some...
Determining whether mining can occur depends on a rigid sync and peer check. There may be more complex cases when mining should still occur even when the above check isn't...
Refactor relations service to composition-style filtering applicable in layers such as: ``` filtered_relations = base_relations .intersect_with_future_of(root, reachability_service) .intersect_with_past_of(selected_tip, reachability_service) // some places in the code below do this step as...