As per title. When unparking chain automatically, we do not want to unpark all children by default. Only the RPC should do this.
Depends on D2004
Differential D2057
Do not unpark children of blocks outside of the RPC deadalnix on Nov 13 2018, 02:42. Authored by
Details
As per title. When unparking chain automatically, we do not want to unpark all children by default. Only the RPC should do this. Depends on D2004 make check ./test/functional/test_runner.py --extended
Diff Detail
Event Timeline
Comment Actions Ideally this would come with a test. Something like node0: A -> B (parked) --------> C -> D (chaintip) B -> E (parked-parent and parked). node1 goes through IBD and E remains parked. |