Ori Newman
d2cccd2829
Add ECDSA support to the wallet ( #1664 )
...
* Add ECDSA support to the wallet
* Fix genkeypair
* Fix typo and rename var
2021-04-06 17:25:09 +03:00
Ori Newman
6dd3d4a9e7
Add dump unencrypted data sub command to the wallet ( #1661 )
2021-04-06 12:29:13 +03:00
stasatdaglabs
73b36f12f0
Implement importing private keys into the wallet ( #1655 )
...
* Implement importing private keys into the wallet.
* Fix bad --import default.
* Fix typo in --import annotation.
* Make go lint happy.
* Make go lint happier.
Co-authored-by: Ori Newman <orinewman1@gmail.com>
2021-04-05 18:10:33 +03:00
Ori Newman
86ba80a091
Improve wallet functionality ( #1636 )
...
* Add basic wallet library
* Add CLI
* Add multisig support
* Add persistence to wallet
* Add tests
* go mod tidy
* Fix lint errors
* Fix wallet send command
* Always use the password as byte slice
* Remove redundant empty string
* Use different salt per private key
* Don't sign a signed transaction
* Add comment
* Remove old wallet
* Change directory permissions
* Use NormalizeRPCServerAddress
* Fix compilation errors
2021-03-31 15:58:22 +03:00