261 Commits (47ae862ae9128c35fdcebd5ea3e5117b007fd40d)

Author SHA1 Message Date
Daniel Cousens 47ae862ae9 base58: fix missing exceptions 11 years ago
Daniel Cousens 326cda63c0 integration: use Script.getHash 11 years ago
Daniel Cousens c9f9d86cb4 integration: stop async tests causing wrong balance 11 years ago
Daniel Cousens 778aab104e tests: fix #198 indentation 11 years ago
John Russell 343289229e ensures that pubKey length is greater than m 11 years ago
Daniel Cousens 4dd617d5ca wallet: fix address description typo 11 years ago
Daniel Cousens 8514bbfabd Address: remove Address.Error 11 years ago
Kyle Drake 600209b1a6 hdwallet: remove fromHex, add better tests for edge cases 11 years ago
Daniel Cousens d2e921fce6 HDWallet: move test vectors to fixtures 11 years ago
Daniel Cousens 08951be66f Script: add createPubKeyScriptPubKey 11 years ago
Kyle Drake 4e3cb6762b fix for hash160 in integration test 11 years ago
Kyle Drake f545ed1279 remove crypto hash transition code 11 years ago
Daniel Cousens 58fd12e66d ecdsa: always use signature object 11 years ago
Daniel Cousens 37d5147cac ecdsa: add invalid tests for verifyRaw 11 years ago
Daniel Cousens 1d6b1fe58b message: better variable names 11 years ago
Daniel Cousens 2114deba95 message: data-driven tests 11 years ago
Daniel Cousens b2351f9026 tests: use JSON fixtures exclusively 11 years ago
Daniel Cousens 0fcda5835e tests: remove bigi test fixture 11 years ago
Daniel Cousens bcfd62fdb5 ecdsa: remove implicit ecparams 11 years ago
Daniel Cousens ab2ca395ac ecdsa: remove ECKey dependency in tests 11 years ago
Daniel Cousens 2dec1375a1 ecdsa: use (r, s) values directly 11 years ago
Daniel Cousens 8d7408202f ecdsa: consistent parameter ordering 11 years ago
Daniel Cousens a17a5b23d9 ec: fix point decoding for other curves 11 years ago
Daniel Cousens 5ec9504ed6 ecdsa: opt for shiftRight, pow and square 11 years ago
Daniel Cousens 24371425f9 ec: decodeFrom now uses Buffers and handles errors 11 years ago
Daniel Cousens a3f691bf7c ecdsa: parseSigCompact use Buffer API 11 years ago
Daniel Cousens ccca6989b5 ec: getEncoded now uses Buffer API 11 years ago
Daniel Cousens 1c76bdf9c3 ec: add better test vectors for ECPointFp encode/decode 11 years ago
Daniel Cousens 4c7108d561 ecdsa: add serializeSigCompact and tests 11 years ago
Daniel Cousens b208a6ab78 crypto/ecdsa: moves HmacSHA256 to crypto 11 years ago
Daniel Cousens 6eb167b2c8 message: remove unnecessary tests 11 years ago
Daniel Cousens 87567e008a message: use base64 for signature data 11 years ago
Daniel Cousens 6b5990c6e2 message: support alternate networks 11 years ago
Daniel Cousens dc69162757 message: remove signing verification 11 years ago
Daniel Cousens 10fe4474d1 ECKey: remove *Buffer/*Hex functions 11 years ago
Daniel Cousens bf109f32a9 ECPubKey: improve tests and extract test data to fixtures 11 years ago
Daniel Cousens 0468c4710c Transaction: rename (de)serialize to [to/from]Buffer 11 years ago
Daniel Cousens 55681e7e5d Script: use PubKey objects not prebuilt Buffers 11 years ago
Daniel Cousens 54cc123d31 Address/Script: consistent function ordering 11 years ago
Daniel Cousens 842b075e75 Address: consistent json formatting 11 years ago
Daniel Cousens 39d042d058 syncscript: general cleanup 11 years ago
Wei Lu 8063979d99 fix integration test 11 years ago
Daniel Cousens 6c0eebe94b tests: use filepaths directly 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 7a740c2e7b tests: forces consistent import syntax 11 years ago
Daniel Cousens 276a339d60 crypto: HMACSHA512 into crypto and add tests 11 years ago
Daniel Cousens f70ccc9215 convert: remove hex functions 11 years ago
Daniel Cousens f18c5e4c1e Script: removes Script.createP2SHMultiSigScriptSig 11 years ago
Daniel Cousens f8e662e495 Script: rename toScriptHash to getHash and add tests 11 years ago