Dmitry Petukhov

Results 74 comments of Dmitry Petukhov

The vfExec array should be identical for the exec states We should also check differences in the altstack. It will complicate the 'shuffles table', though, if we consider shuffles with...

OK I will leave the issue open in case anyone have the same problem, so they can have a reference to the debian bug

I'm not sure that it is wise to change the behavior of `decode_op_n()` and `encode_op_n()` to be different from `CScript::DecodeOP_N()` and `CScript::EncodeOP_N()`: https://github.com/bitcoin/bitcoin/blob/a85e5a7c9ab75209bc88e49be6991ba0a467034e/src/script/script.h#L506-L519 Having different behavior between code in C++...

NACK for changing behavior of `decode_op_n()` and `encode_op_n()` (the reasoning is given above, in https://github.com/bitcoin/bitcoin/pull/29589#issuecomment-1996854762)