]> zoso.dev Git - libnemo.git/commit
Version 1.1.0
authorMiro Metsänheimo <miro@metsanheimo.fi>
Sat, 7 Mar 2020 11:43:11 +0000 (13:43 +0200)
committerMiro Metsänheimo <miro@metsanheimo.fi>
Sat, 7 Mar 2020 12:04:14 +0000 (14:04 +0200)
commitc3648758bc97ba43fa0d0cf23944467d2ca1f6a7
treecf9846a200b2501e4125e3a620456323cce3629b
parentba06a44cf45421e950f76934991ac35b438c43e4
Version 1.1.0

* Separate block signer to it's own class
* Add JSDOC to some functions
* Renamed converter to tools
* Added the ability to sign any strings with the private key
13 files changed:
README.md
index.ts
lib/address-generator.ts
lib/address-importer.ts
lib/bip39-mnemonic.ts
lib/block-signer.ts
lib/signer.ts [new file with mode: 0644]
lib/util/convert.ts
package-lock.json
package.json
test/test.js
tsconfig.json
webpack.config.js