junderw
|
e28e04427e
|
Use Prettier to make JS easier to read/audit
|
6 years ago |
junderw
|
3f34fe457a
|
Fix index.ts networks.ts lint
|
6 years ago |
junderw
|
bc28949056
|
Commit js, ts, and definitions in separate folders
|
6 years ago |
junderw
|
bb98289501
|
Renamed files to ts
|
6 years ago |
Daniel Cousens
|
6cacea6f31
|
rm templates export, rename to classify
|
7 years ago |
Daniel Cousens
|
6c957533d6
|
index: expose payments
|
7 years ago |
Daniel Cousens
|
93b1ae4303
|
sed -i 's/^let /const /'
|
7 years ago |
Daniel Cousens
|
884f3fd57d
|
rm HDNode, use bip32 module
|
7 years ago |
Daniel Cousens
|
c58ada362e
|
rm ECSignature, add script.signature instead
|
8 years ago |
Daniel Cousens
|
549b36bf1a
|
rm deprecated bufferutils
|
7 years ago |
Daniel Cousens
|
bae91395ef
|
rm bscript circular dependencies
|
7 years ago |
Daniel Cousens
|
ab1fc4c9a4
|
reduce bufferutils usage
|
8 years ago |
Daniel Cousens
|
33c72e49c4
|
package/*: use bitcoin-ops, pushdata-bitcoin packages
|
8 years ago |
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 |