213 Commits (4527bf973107036fc8d730646ab83441c760cf30)

Author SHA1 Message Date
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
Daniel Cousens cace8316e4 Script: extract test data to fixture 11 years ago
Daniel Cousens 5e0d38ba54 Address: add Address.*ScriptPubKey and tests 11 years ago
Wei Lu e59f824c3a move fixture sync script into fixtures folder 11 years ago
Daniel Cousens c8bda6dde6 Adds Buffer extensions 11 years ago
Daniel Cousens c3e9d568c5 Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK 11 years ago
Daniel Cousens d8883e8d32 Adds BI.toPaddedBuffer and toBuffer 11 years ago
Daniel Cousens c178804356 Updates test fixtures to use bitcoin core test data 11 years ago
Daniel Cousens 231ccdd721 Now shares base58 data with Address base58 tests 11 years ago
Daniel Cousens 1bcc7cfd95 Adds shared base58 test vectors 11 years ago
Daniel Cousens dd049fc764 Adds magicHash test fixtures 11 years ago
Daniel Cousens 1d1306b054 Removes Address.fromPubKey and improves test vectors 11 years ago
Daniel Cousens 682ec133bb Migrates Address to stricter API subset 11 years ago
Daniel Cousens d12a2cde49 Adds tests and fixtures for ./crypto 11 years ago
Wei Lu b7d65fb757 Transaction is able to estimate fees 11 years ago
Wei Lu dbb5681366 add tests and refactor wallet.processTx 11 years ago