Daniel Cousens
|
87cb018466
|
rm message module
|
10 years ago |
JP Richardson
|
ac8ae8f0ed
|
opcodes: add json extension to fix Webpack JSON loader
|
9 years ago |
Daniel Cousens
|
6ec687deba
|
rename scripts to script
|
10 years ago |
Daniel Cousens
|
18e9cdcc02
|
rename Address to address
|
10 years ago |
Daniel Cousens
|
e2abe2b3af
|
merge Script/scripts
|
10 years ago |
Daniel Cousens
|
7bd63fd9b9
|
index: stop exposing ecdsa
|
10 years ago |
Daniel Cousens
|
4c8b0f38ea
|
replace ECKey/ECPubKey with ECPair
|
10 years ago |
Daniel Cousens
|
8d3686d046
|
remove deprecated functionality
|
11 years ago |
Daniel Cousens
|
bdb372da7d
|
rename Message to message
|
10 years ago |
Daniel Cousens
|
5f8484645d
|
remove base58check
Use bs58check package solely from here on.
|
10 years ago |
Daniel Cousens
|
083e8fa630
|
index: expose Block
|
10 years ago |
Daniel Cousens
|
7f5b4b791b
|
index: fix base58check path
|
10 years ago |
Daniel Cousens
|
395ef6ed85
|
base58check: add deprecation warnings
|
10 years ago |
Daniel Cousens
|
561f52b207
|
index: re-expose base58check until 2.0.0
|
10 years ago |
Daniel Cousens
|
c96b862530
|
crypto: remove cryptojs
|
11 years ago |
Daniel Cousens
|
418a56cbdc
|
index: add TransactionBuilder
|
11 years ago |
Daniel Cousens
|
13c2d377e7
|
package: use bs58check
|
11 years ago |
Daniel Cousens
|
ea9c8251a0
|
use cryptocoinjs/bs58
|
11 years ago |
Daniel Cousens
|
eb3d9a25f7
|
ecdsa: moved all signature encoding to ECSignature
|
11 years ago |
Daniel Cousens
|
2a267b62e6
|
jshint: remove unused variables
|
11 years ago |
Daniel Cousens
|
8b5647b0b9
|
Transaction: remove TxIn/TxOut exports
|
11 years ago |
Daniel Cousens
|
41c3b68293
|
templates: rename to scripts
|
11 years ago |
Daniel Cousens
|
4ce9015f3b
|
use ecurve instead of custom ec
|
11 years ago |
Daniel Cousens
|
f5005299d1
|
JSHint: remove defined but never used
|
11 years ago |
Daniel Cousens
|
64e307b13f
|
HDWallet: rename to HDNode
|
11 years ago |
Daniel Cousens
|
b99ed46796
|
opcodes: rename to opcodes
|
11 years ago |
Daniel Cousens
|
e27c97a791
|
ECPubKey/ECKey: separate to two files
|
11 years ago |
Daniel Cousens
|
05e0d08098
|
BufferExt: rename to bufferutils
|
11 years ago |
Daniel Cousens
|
57b8afbdab
|
Network: rename Network to Networks
This change removes the most common ambiguities.
As the network module is not representative of a class, the lower case
has been used.
|
11 years ago |
Daniel Cousens
|
c8bda6dde6
|
Adds Buffer extensions
|
11 years ago |
Wei Lu
|
af1f121fd4
|
upgrade bigi & remove monkey patching
|
11 years ago |
Daniel Cousens
|
ae60e6eb95
|
Replacse JSBN with bigi
|
11 years ago |
Daniel Cousens
|
db115e1b27
|
CryptoJS no longer exported by default
|
11 years ago |
Daniel Cousens
|
addf4528d4
|
Removes Key module (use ECKey)
|
11 years ago |
Daniel Cousens
|
82a17de5c4
|
Orders modules by name
|
11 years ago |
Daniel Cousens
|
c99a576fbd
|
Migrates all usage of crypto-js/sha256 to ./crypto
|
11 years ago |
Daniel Cousens
|
81d9c8e759
|
Renames util.js to crypto.js
|
11 years ago |
Daniel Cousens
|
f53b821cc9
|
Isolates Base58Check encoding from Base58 code/tests
|
11 years ago |
Wei Lu
|
93fe1b4c78
|
cosmetic standardization
[closes #56]
|
11 years ago |
Kyle Drake
|
eb4da5f5c5
|
remove endian code in index.js nothing is using
|
11 years ago |
Wei Lu
|
a281a5ab53
|
migrate crypto-js to 3.1.2
|
11 years ago |
xnova
|
f50c1a91f7
|
include 'network' in the library exports
|
11 years ago |
Andreas Brekken
|
e3cf19343d
|
Replace BIP32key with HDWallet in index.js
|
11 years ago |
Vitalik Buterin
|
30e8b572d6
|
Added deterministic signing and added a public key class. Note that getPub should now be replaced with getPub().export('bytes')
|
11 years ago |
vub
|
5e2a9f0c26
|
Added BIP32 support
|
11 years ago |
vub
|
e43d23235b
|
Added some transaction methods, and removed all internal use of base64
|
11 years ago |
vub
|
9922864da4
|
Added deserialization, made some modifications
|
11 years ago |
Roman Shtylman
|
41f0027883
|
port message to common.js style and add tests
|
12 years ago |
Roman Shtylman
|
0faac29134
|
start to split into node commonjs style modules
- no longer is the global Bitcoin used for modules
- cleaner and more maintainable code
- add more tests
|
12 years ago |