Trevin Hofmann
|
374e43bed2
|
Properly capitalize Base58Check and Base58
|
10 years ago |
Esteban Ordano
|
73a973359b
|
Fix invocations to binary operations called on numbers
|
10 years ago |
Esteban Ordano
|
6b05f20397
|
Add the new operator when BN was used without it
|
10 years ago |
Esteban Ordano
|
0bae82fdf4
|
Add fromBuffer and toBuffer to PrivateKey
|
10 years ago |
Braydon Fuller
|
39484c755e
|
Fixed typo in docs
|
10 years ago |
Yemel Jardi
|
e57d02c03c
|
Use define immutable helper
|
10 years ago |
Yemel Jardi
|
9f8e2c721f
|
fix typo
|
10 years ago |
Yemel Jardi
|
ff844e9935
|
Change PrivateKey.toString from WIF to hex format
|
10 years ago |
Yemel Jardi
|
d5f76e8517
|
Fix creation of a randomn testnet private key
|
10 years ago |
Manuel Araoz
|
6c518f1f45
|
refactoring interpreter
|
10 years ago |
Esteban Ordano
|
36e87d8822
|
PrivateKey, PublicKey, Network linted
* Added 100% test coverage for them also
|
10 years ago |
Braydon Fuller
|
6d42e01718
|
Fix formatting issue with examples
|
10 years ago |
Braydon Fuller
|
7d15b2bf0f
|
Private Key: Fix bug with tests and missing "new"
|
10 years ago |
Esteban Ordano
|
de4d2884c7
|
Modify Transaction to use Multisig
* Allow `Script#add` to add a Script causing concatenation of opcodes
* Add `Script#equals` to compare scripts
* Add `Script#fromAddress`
* Drop `_payTo` methods
* Add `Script.buildP2SHMultisigIn`
Greatly simplifying the internal transaction object
|
10 years ago |
Yemel Jardi
|
428bcaf4c9
|
Remove compressed argument from private key and public key constructors
|
10 years ago |
Braydon Fuller
|
96c7812ed1
|
PrivateKey: Lodash to check if undefined, and made tests not random (T2)
|
10 years ago |
Braydon Fuller
|
920f25b58e
|
Tests: Added bitcoind base58 key data and tests
|
10 years ago |
Braydon Fuller
|
c0bbf96dc1
|
Keys: Added toObject method and changed toJSON to return a string
|
10 years ago |
Braydon Fuller
|
0e7f5e89f2
|
Fixed issue with js util naming
|
10 years ago |
Braydon Fuller
|
4ddf3d117c
|
Keys: Modified and added standardized toJSON/fromJSON prototypes
|
10 years ago |
Braydon Fuller
|
5b0bedee6c
|
PrivateKey: Fixed documentation
|
10 years ago |
Braydon Fuller
|
d4d3d4ab4a
|
PrivateKey: Add documentation and refactor to use network object as a parameter.
|
10 years ago |
Esteban Ordano
|
f8397a617e
|
Add option to create private key from hex
|
10 years ago |
Esteban Ordano
|
baf6a24d23
|
Add ".publicKey" property to PrivateKey
|
10 years ago |
Braydon Fuller
|
b91b0fe4a5
|
PrivateKey: Use defaultNetwork if not specified
|
10 years ago |
Braydon Fuller
|
4adf1fcb14
|
Network: Replaced all instances of mainnet with livenet for consistency
|
10 years ago |
Braydon Fuller
|
3298a01498
|
Immutable Address, PublicKey and PrivateKey
|
10 years ago |
Esteban Ordano
|
950ea6ed1a
|
Add public key
|
10 years ago |
Esteban Ordano
|
ad74b549a1
|
Fixes interfaces
|
10 years ago |
Braydon Fuller
|
95b489c306
|
JSDoc: Update Address, PublicKey and PrivateKey so that they are documented.
|
10 years ago |
Braydon Fuller
|
7de28610a5
|
Keys: Fix browser data types
|
10 years ago |
Braydon Fuller
|
85ce140aeb
|
Keys: Renamed Privkey to PrivateKey and Pubkey to PublicKey
|
10 years ago |
Braydon Fuller
|
35d0cbc5a6
|
Keys: Modified interface of Pubkey and Privkey so that an instance can be relied upon as valid.
|
10 years ago |
Braydon Fuller
|
23c1ed3599
|
Keys: Refactored to use Pubkey and Privkey and removed Keypair
|
10 years ago |
Manuel Araoz
|
4508fb6765
|
fix references to encoding
|
10 years ago |
Manuel Araoz
|
ca9b8d8f7b
|
use strict to protocol
|
10 years ago |
Manuel Araoz
|
2bf1ed8f34
|
use strict to crypto
|
10 years ago |
Ryan X. Charles
|
d6e3266179
|
toJSON/fromJSON for privkey, pubkey, keypair
|
10 years ago |
Ryan X. Charles
|
073ee0a0e4
|
fix: Pubkey(point) and Privkey(bn)
|
10 years ago |
Ryan X. Charles
|
6f56c8d1fc
|
convenience: new Privkey(bn)
|
10 years ago |
Ryan X. Charles
|
40e8dfec06
|
compressed by default with fromRandom
|
11 years ago |
Ryan X. Charles
|
5313085773
|
Pubkey().fromPrivkey()
|
11 years ago |
Ryan X. Charles
|
c39acbcca3
|
Privkey().fromRandom()
|
11 years ago |
Ryan X. Charles
|
280578d641
|
network -> networkstr
...for compatibility with address, and to make the types obvious
|
11 years ago |
Ryan X. Charles
|
109f31cfdb
|
Privkey.prototype.set
|
11 years ago |
Ryan X. Charles
|
4cff6a41f4
|
remove "(classname): " from tests
...to reduce the burden on writing new code
|
11 years ago |
Ryan X. Charles
|
f6f7a870fb
|
allow creating objects without using "new"
|
11 years ago |
Ryan X. Charles
|
a2e471ae9e
|
more consistency: n -> bn, p -> point
|
11 years ago |
Ryan X. Charles
|
cd6c2b2410
|
refactor privkey
|
11 years ago |
Ryan X. Charles
|
333c075ae7
|
key
|
11 years ago |