Parity bit calculation is not necessary when signing messages it turns out.
That is only for certain types of transactions.
Thus, it was causing errors.
This PR fixes that as well as fixes the CLI helper methods.
How I did it
Delete parity bit calculation for signing messages
How to verify it
Sign messages using various networks
Checklist
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows Conventional Commit standard (will be automatically included in the changelog)
What I did
Parity bit calculation is not necessary when signing messages it turns out. That is only for certain types of transactions. Thus, it was causing errors. This PR fixes that as well as fixes the CLI helper methods.
How I did it
Delete parity bit calculation for signing messages
How to verify it
Sign messages using various networks
Checklist