- upgraded to
secp256k1. [#15][#15]
- updated
"ecurve": "^0.8.0"to"ecurve": "^1.0.0"
- updated
"ecurve": "^0.6.0"to"ecurve": "^0.8.0" - removed
terstforassert
- added field
pubKeyHashand aliaspublicHash - removed semicolons (CryptoCoinJS should no longer use them)
- add TravisCI
- add Coveralls
- upgraded
secure-random@~0.2.1tosecure-random@^1.0.0dev dep - removed
ecurve-namesdep, functionality is now present inecurve - upgraded from
ecurve@~0.3.xtoecurve@^0.6.0 - removed static field
compressByDefault - field
compressedis now set totrueby default - upgraded
terstdev dep to0.2.0 - upgraded
bigi@~0.2.0tobigi@^1.1.0 - add testling
- bugfix: fixed
compressedwhennewisn't used with the constructor. #12
- bugfix: fixed input when
newisn't used with the constructor. #11, #9
- Dropped sha256 and ripemd160 deps. Upgraded to crypto-hashing library.
- removed function wrapper
- Changed the way the constuctor works. Only supports input types of
Array,Buffer, orUint8Array. Does NOT randomly generate a private key anymore. - added
publicKeyproperty addedpubKeyHash/publicHashproperty- added
publicPoint, removedgetPubPoint() - removed
getPub(), usepublicKeyinstead - removed
getPubKeyHash(), usepublicHashorpubKeyHashinstead - removed
sign()andverify(), methods can be accessed from ecdsa - added
privateExportKey - removed
getExportedPrivateKey, note thatgetExportedPrivateKeywas essentially just a way to get WIF - removed
decodeString(), use package coinstring in its place - removed
getBitcoinAddress(), use package coinstring in its place - removed
setCompressed, usecompressedproperty instead - removed deps:
ecdsa,convert-hex,btc-address,bs58 - updated deps:
ecurveandecurve-names - removed
pubKeyHashproperty, removes dependency uponcrypto-hashing - removed dep
crypto-hashing
- Removed bower and component support. Closes #8
- Upgraded version number so that
cryptocoincould install. Changes in0.2.1could qualify for a0.3.0.
- Update dependency package names/versions
- added
recoverPubKey()from packageecdsa - updated to
ecdsa0.2.0 - remiq fixed
getExportedPrivateKey(), see: #2 - updated name of deps:
bigiandbs58
- typo in
toString()method. Closes #1
- changed package name
- removed AMD support
- initial release