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
Merge rust-bitcoin#5130: consensus_encoding: remove Transitioning state
144adfc consensus_encoding: remove Transitioning state (Nick Johnson)
Pull request description:
Inspired by cleanup in rust-bitcoin#5129, simplify the `Decoder2State` by dropping the unnecessary Transitioning variant. We can just use the `Errored` variant and not change the state of the `Decoder2` if the first decoder fails while transitioning to the second.
ACKs for top commit:
apoelstra:
ACK 144adfc; successfully ran local tests
tcharding:
ACK 144adfc
Tree-SHA512: 23af024d28fdc8d9f8859c9aaf7ab68cffabb948581dce80ae9d4d0bc66adf01f7455804f6ca67209696a2d74b6857a93208e1595e46c8bef9f7f0a603c77d35
0 commit comments