422 | @@ -423,6 +423,10 @@ Validation:
423 | - `0391423` Discourage NOPs reserved for soft-fork upgrades
424 | - `98b135f` Make STRICTENC invalid pubkeys fail the script rather than the opcode
425 | - `307f7d4` Report script evaluation failures in log and reject messages
426 | +- `ace39db` consensus: guard against openssl's new strict DER checks
427 | +- `12b7c44` Improve robustness of DER recoding code
428 | +- `76ce5c8` fail immediately on an empty signature
429 | +- `008138c` Bugfix: only track UTXO modification after lookup
This is not a validation change, but related to the database handling