RE: Bug: steem-verifier crashes on certain transaction ids

You are viewing a single comment's thread from:

Bug: steem-verifier crashes on certain transaction ids

in utopian-io •  7 years ago 

@holger80 update on the matter, after installing the secp256k1 bindings, it also triggers an error, meaning the recorvery parameter parsing is being incorrect there, I guess is related to the bit split, I'll return when I get more details.

Thanks!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

So, steem-js does loop through all possibilities instead of trying to guess the recovery param, (it actually try all values AFAIK)

  ·  7 years ago (edited)

I added the new error message, when secp256k1 is installed.
The recorvery parameter parsing could be the cause, good thinking.

Yes. the discoveral of the recovery param is leading to a negative number when using your provided transaction id. I'll keep debbuging here.