Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transaction signing with in
accounts
sub-namespace. (#279)
* implemented accounts.sign and accounts.hashMessage * Started adding transaction signing * rustfmt * added unit test for IntoAccounts trait * added raw transaction parameter signing * added transaction signing * used ethereum-transaction instead of custom types * cargo fmt * remove dead code * add TODO remove the mem::transmute * into signature changes * added new recovery data type * cargo fmt and clippy * update to latest ethereum-transaction * rename types, more clippy * Added ability to get recovery data from raw signature
- Loading branch information