1017 Commits (1c68e41562b74b5173bc1e504da4997fa5bb1f09)

Author SHA1 Message Date
Daniel Cousens 164d31ee3d VarInt now uses correct prefix for 64-bit 11 years ago
Daniel Cousens f1414b0d2f Adds verify to ECPubKey 11 years ago
Daniel Cousens a96dfea1f4 Adds compression flag to toHex/toBin and tests 11 years ago
Daniel Cousens f8de9a66da Changes indentation to 2 spaces 11 years ago
Daniel Cousens fc2c495337 Standardizes function signatures 11 years ago
Daniel Cousens 36af0223de Strict comparison operators with 0 11 years ago
Daniel Cousens a062297be2 Uses Array.prototype.foreach for stricter scoping 11 years ago
Daniel Cousens 87453f1828 Fixes variable redeclarations 11 years ago
Daniel Cousens ed137a3b9d Various stylistic changes 11 years ago
Daniel Cousens f580516c06 Removes unused variables 11 years ago
Wei Lu 9358a40500 tabs -> spaces 11 years ago
Daniel Cousens e9fdfecfea Changes default EC*Key.toString behaviour to Hex 11 years ago
Daniel Cousens b40374e332 Changes to new version-less ECKey API 11 years ago
Daniel Cousens a1be488d1b Fixes #78 11 years ago
Kyle Drake 40881a7dd8
add back SIGHASH code to transaction 11 years ago
Kyle Drake 28e146431c
Many cleanups to Transaction, see detailed. 11 years ago
Wei Lu b7861e4336 replace jsbn's rng with module secure-random 11 years ago
Wei Lu 2e6ef6cb85 fix and add tests for addInput 11 years ago
Wei Lu a5ee07f7f6 Add tests to transaction deserialization 11 years ago
Wei Lu 9f2da415ea fix script constructor array check 11 years ago
Wei Lu 31cfb11178 new master key resets accounts and addresses 11 years ago
Pablo Martin 2e26a137d5 require crypto-js/sha256 instead of ./crypto-js/sha256. 11 years ago
Pablo Martin 8f383be325 fix transaction hashing (was using Message.getHash incorrectly). 11 years ago
Wei Lu a7a7999e3f fix Wallet default constructor 11 years ago
Wei Lu b2f010428f store accounts in closure instead of on object 11 years ago
Wei Lu d4f3398d91 remove keys array and usage 11 years ago
Wei Lu 207163704b return private key rather than HD wallet node 11 years ago
Wei Lu 9200479159 getPrivateKey derives key on the fly 11 years ago
Wei Lu ab9e782d14 private a method to generate change addresses 11 years ago
Wei Lu 1212099bfc Wallet address derivation follows bip32/bitcoinj keychain structure 11 years ago
Wei Lu 44012b47b5 change hd wallet constructor to take bytes 11 years ago
Wei Lu 142b847968 HD wallet fromMaterHex allows specifying network 11 years ago
Kyle Drake eb4da5f5c5
remove endian code in index.js nothing is using 11 years ago
Andreas Brekken 08e75a82c9 Add whether pubkey recovered from sig is compressed. close #61 11 years ago
Andreas Brekken f09890fed1 Determine whether key is compressed from the key itself. ref #61 11 years ago
Wei Lu 3d6b66e811 move convert methods from util to convert 11 years ago
Wei Lu 227fa97500 remove old crypto-js 11 years ago
Wei Lu 45e55a07b0 fix transaction serialization/deserialization 11 years ago
Wei Lu d2b790fef9 throw error when input to script constructor is not an array 11 years ago
Wei Lu a281a5ab53 migrate crypto-js to 3.1.2 11 years ago
Kyle Drake 6f04743081
new Opcode() is not used 11 years ago
Kyle Drake 8471df7317
remove unused hex helpers 11 years ago
Kyle Drake fdc78dad2e
merge weilu's changes 11 years ago
xnova 786198f130 * Fixes address.js to be able to deal with testnet P2SH addresses 11 years ago
Wei Lu bde9b13b15 remove isArray shim 11 years ago
xnova f50c1a91f7 include 'network' in the library exports 11 years ago
Wei Lu 3bed73da65 Remove pailier.js #33, @abrkn 11 years ago
Wei Lu 3dfc3cd0e8 Remove exit node class #32, @abrkn 11 years ago
Andreas Brekken 4a4e75d007 Simplify Script constructor. close #41 11 years ago
Andreas Brekken 354d31a297 Clean up script.js formatting. ref #41 11 years ago