71 Commits (2f56e63491a103ea5b57b6769945dfc8ff799063)

Author SHA1 Message Date
Daniel Cousens 576d5dfa3f Scripts: move test data to fixtures 11 years ago
Daniel Cousens 4f8040f8d4 ecdsa: add invalid test fixtures for recoverPubKey 11 years ago
Daniel Cousens 38a2475bf5 scripts: adds example multisig inputScript 11 years ago
Daniel Cousens b68b1d5da4 Script: fixes pubKeyInput and adds a test 11 years ago
Daniel Cousens 7e5af52cd1 Transaction: mass rename from SPK/SS to Input/Output 11 years ago
Daniel Cousens be29f50457 Address: fix consistent casing 11 years ago
Daniel Cousens 4ce9015f3b use ecurve instead of custom ec 11 years ago
Daniel Cousens f20ffec8b3 tests: always use for, it testing style 11 years ago
Daniel Cousens 61b4216afb script: fix capitalization in test fixture 11 years ago
Daniel Cousens eb3a6bcb31 all: rename D to d as per SEC convention 11 years ago
Daniel Cousens 8433d73d06 convert: use Buffers and add more tests 11 years ago
Daniel Cousens d39662e375 Base58check: no longer encodes version separately 11 years ago
Daniel Cousens 64e307b13f HDWallet: rename to HDNode 11 years ago
Daniel Cousens 99bb69bf20 HDWallet: moves hardened info to test data more explicitly 11 years ago
Daniel Cousens 938c43649d HDWallet: remove unnecessary Base58 context on fromBuffer tests 11 years ago
Daniel Cousens 260705a24a HDWallet: consistent test data ordering 11 years ago
Daniel Cousens 0e61f41a52 HDWallet: fix test data descriptions 11 years ago
Daniel Cousens e8e862f632 HDWallet: adds PubKey validation 11 years ago
Daniel Cousens 759aeb9abc HDWallet: remove repeated assertion 11 years ago
Daniel Cousens c0006c299f HDWallet: use new constructor 11 years ago
Daniel Cousens 58dd86bda1 HDWallet: moves fromBuffer tests to data driven style 11 years ago
Daniel Cousens 2b2081bed9 base58check: buffers only, remove explicit 0 11 years ago
Daniel Cousens 978f0c5406 ECKey: adds test to ensure throws on negative D 11 years ago
Daniel Cousens 5b7873d05b bufferutils: test fixture filename copies parent 11 years ago
Daniel Cousens b9bdf21cbe bufferutils: use verifuint for 64 bit integers 11 years ago
Daniel Cousens 80da2ed2d5 HDWallet: add fromBase58 exception checks 11 years ago
Daniel Cousens bda1a8321c bufferutils: unrolls tests and adds more 16 bit test fixtures 11 years ago
Daniel Cousens d18f2dba00 bufferutils: add PUSHDATA implementation 11 years ago
Daniel Cousens 36a1d579f8 coretests: reverse inputs for simplicity of testing 11 years ago
Daniel Cousens 12a2dc3cc2 tests: adds Bitcoin core test data 11 years ago
Daniel Cousens 7494a146a6 ECKey: fix exception tests 11 years ago
Daniel Cousens 6cfa729dae ecdsa: fix missing exceptions 11 years ago
Daniel Cousens 2fc69b0834 address/base58check: fix missing exceptions/tests 11 years ago
Daniel Cousens 8514bbfabd Address: remove Address.Error 11 years ago
Daniel Cousens d2e921fce6 HDWallet: move test vectors to fixtures 11 years ago
Daniel Cousens 08951be66f Script: add createPubKeyScriptPubKey 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 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 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 6b5990c6e2 message: support alternate networks 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 842b075e75 Address: consistent json formatting 11 years ago
Daniel Cousens 39d042d058 syncscript: general cleanup 11 years ago
Daniel Cousens 276a339d60 crypto: HMACSHA512 into crypto and add tests 11 years ago