telosnetwork / telos-consensus-client

Consensus client for TelosEVM
Apache License 2.0
2 stars 0 forks source link

Remove bad sig feature #67

Closed lesa-telos closed 1 month ago

lesa-telos commented 1 month ago

Fixes https://github.com/telosnetwork/telos-consensus-client/issues/47

Description

Remove feature bad_sig_padding

Test scenarios

Checklist:

poplexity commented 1 month ago

Test is still failing, just need to change the values we are asserting against since they're based on 0xff padding.

lesa-telos commented 1 month ago

Test is still failing, just need to change the values we are asserting against since they're based on 0xff padding.

Tests are updated.