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
e2e9281 feat: check max script sig push (ChrisCho-H)
Pull request description:
Miniscript witness item can be maximum 72 bytes(except length prefix), but it only throws error when it's >= 4294967296 bytes as only dependant on `PushBytesError` from bitcoin crate. I've changed the logic to check the maximum length internally so that actual check can be done.
ACKs for top commit:
apoelstra:
ACK e2e9281 successfully ran local tests; thanks for iterating!
Tree-SHA512: 7b75bc3c72c29377d0f188d6d3826f740554075b5cdc73e2a7addb1b41bf74b695cc2f97a4c025dea4176f90b0eef54577a94a032c80ec5e9bdbcb23ef98493e
0 commit comments