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
In #358 we introduced a workaround for a reachable panic in BDK's chain syncing logic that would be triggered when we start syncing the node while on tip height 0, which would be the case for our previous regtest setup.
While splitting premine and distribute_funds is fine for the most part, in some test cases we are now required to premine where we previously didn't (which takes additional CI time). We should therefore at least partially revert the workaround commit as soon as BDK shipped the fix (bitcoindevkit/bdk#1601) and we upgraded to the next beta release (which we should do before our next release).
The text was updated successfully, but these errors were encountered:
In #358 we introduced a workaround for a reachable panic in BDK's chain syncing logic that would be triggered when we start syncing the node while on tip height 0, which would be the case for our previous regtest setup.
While splitting
premine
anddistribute_funds
is fine for the most part, in some test cases we are now required to premine where we previously didn't (which takes additional CI time). We should therefore at least partially revert the workaround commit as soon as BDK shipped the fix (bitcoindevkit/bdk#1601) and we upgraded to the next beta release (which we should do before our next release).The text was updated successfully, but these errors were encountered: