- 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
terst
forassert
- added field
pubKeyHash
and aliaspublicHash
- removed semicolons (CryptoCoinJS should no longer use them)
- add TravisCI
- add Coveralls
- upgraded
secure-random@~0.2.1
tosecure-random@^1.0.0
dev dep - removed
ecurve-names
dep, functionality is now present inecurve
- upgraded from
ecurve@~0.3.x
toecurve@^0.6.0
- removed static field
compressByDefault
- field
compressed
is now set totrue
by default - upgraded
terst
dev dep to0.2.0
- upgraded
bigi@~0.2.0
tobigi@^1.1.0
- add testling
- bugfix: fixed
compressed
whennew
isn't used with the constructor. #12
- bugfix: fixed input when
new
isn'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
publicKey
property addedpubKeyHash
/publicHash
property- added
publicPoint
, removedgetPubPoint()
- removed
getPub()
, usepublicKey
instead - removed
getPubKeyHash()
, usepublicHash
orpubKeyHash
instead - removed
sign()
andverify()
, methods can be accessed from ecdsa - added
privateExportKey
- removed
getExportedPrivateKey
, note thatgetExportedPrivateKey
was 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
, usecompressed
property instead - removed deps:
ecdsa
,convert-hex
,btc-address
,bs58
- updated deps:
ecurve
andecurve-names
- removed
pubKeyHash
property, removes dependency uponcrypto-hashing
- removed dep
crypto-hashing
- Removed bower and component support. Closes #8
- Upgraded version number so that
cryptocoin
could install. Changes in0.2.1
could qualify for a0.3.0
.
- Update dependency package names/versions
- added
recoverPubKey()
from packageecdsa
- updated to
ecdsa
0.2.0
- remiq fixed
getExportedPrivateKey()
, see: #2 - updated name of deps:
bigi
andbs58
- typo in
toString()
method. Closes #1
- changed package name
- removed AMD support
- initial release