Skip to content

Releases: wavesplatform/waves-lease-canceller

Additional Public Key Release

11 Aug 15:33
Compare
Choose a tag to compare

New parameter -account-pk was introduced to allow using of the tool on scripted accounts.

./waves-lease-canceller -node-api https://nodes.wavesnodes.com -account-sk [Base58 encoded account private key] -account-pk [Base58 encoded account public key]

The account's address is produced from given public key. And the private key is used to sign transactions.

First version

11 Aug 13:22
Compare
Choose a tag to compare

Initial release with basic functionality. Simple usage was tested on MainNet.