pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 26 forks source link

Rest protoc improvements #360

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following were added/changed/fixed:

. no more public passphrase, only the private one; . REST endpoint for CreateWallet() replaced by InitWallet(); . seed export as a list of strings; . SignMessageReq allow message as string OR binary; . GenSeed / InitWallet allow seed passphrase as bin or string; . broken tests fixed;