Daniel Cousens
0c198ffa6a
tests: merge witness fixtures with valid transactions, reverse reversed hashs (failing)
8 years ago
Daniel Cousens
5150e3c027
tests: enforce witness transactions use legacy txId
8 years ago
Daniel Cousens
dfcb04c9b4
tests: add coinbase flag to each transaction fixture
8 years ago
Thomas Kerin
95059df96a
Update vectors with value of UTXO
8 years ago
Thomas Kerin
6d4c4d4cf2
test/fixtures/transaction.json
New fixtures for Witness
8 years ago
Thomas Kerin
3f731d090a
Test that parsing a transaction with superfluous witness data leads to an error
8 years ago
Thomas Kerin
035ec47868
Better test vectors for witness serialization (available on testnet)
8 years ago
Daniel Cousens
c1d6a5c0d7
add witness core transaction tests, re-ordered to be testable
8 years ago
Daniel Cousens
5c2fdb6043
Transaction: add Witness serialization and hashForWitnessV0
9 years ago
Daniel Cousens
e8b00d63d6
tests: add minimall encoded 0-length buffer fixture
8 years ago
Daniel Cousens
f0db59fa8e
tests: amend TransactionBuilder fixture to have non-absurd fee rate
8 years ago
Daniel Cousens
62389ed247
TransactionBuilder: change to ABSURD_FEERATE, not ABSURD_FEE
8 years ago
Daniel Cousens
e835f1fe95
TransactionBuilder: add fee safety
8 years ago
Daniel Cousens
d9fa39a2cc
scripts: extract all scripts to encode/decode/check style
8 years ago
Thomas Kerin
27b48e8aa2
Add methods to decode information from output scripts
8 years ago
Daniel Cousens
405c005802
tests: rename description to path
8 years ago
Daniel Cousens
5e2e72dd7a
tests: add leading zero test fixture
8 years ago
Daniel Cousens
b03ce64698
tests: add leading zero HDNode fixture per #673
8 years ago
Daniel Cousens
04a227fab1
tests: rework HDNode tests, consistent *Base58 usage, check index/depth too
8 years ago
Daniel Cousens
7f77357c12
tests: rm unused data, re-add missing tests
8 years ago
Thomas Kerin
ddedb574a3
hdnode: add test cases exercising fromBuffer
8 years ago
Daniel Cousens
3de754a9a2
TransactionBuilder: remove hashTypes inconsistency issues, resolves #642
8 years ago
Daniel Cousens
30ba4d620b
tests: add failing TransactionBuilder multiple hash types test
8 years ago
Daniel Cousens
17377381c4
TransactionBuilder: if prevOutScript is defined, but not signable, try 1 last time
8 years ago
Daniel Cousens
29a865788d
use varuint-bitcoin
8 years ago
Daniel Cousens
7cdabef954
ecdsa: remove unused functions
9 years ago
Daniel Cousens
87cb018466
rm message module
9 years ago
Daniel Cousens
b91cfcf196
package: update to typeforce 1.8.7
8 years ago
Daniel Cousens
c1570f8056
script: always compile in a minimaldata compliant way
8 years ago
Daniel Cousens
76c7c77311
tests: add failing test for #633
8 years ago
Daniel Cousens
ae63ae1131
tests: change error thrown for consistency with multisig
8 years ago
Daniel Cousens
17c6ff62a0
bufferutils: fix pushDataInt output
8 years ago
Daniel Cousens
1f62235c38
tests: add failing script decode
8 years ago
Daniel Cousens
20a026aefe
scripts/tests: add witness* scripts
9 years ago
Daniel Cousens
4898cc7b67
tests: add tests for Transaction.hashForSignature
9 years ago
Daniel Cousens
d58e09a3a7
Block: add checkMerkleRoot
9 years ago
Daniel Cousens
ea2a7449ad
tests: add isCoinbase tests and flags to fixtures
9 years ago
Daniel Cousens
9db67bb3b1
Cleanup for #540 ( #551 )
* Txbuilder: early exit as soon as possible
* Txbuilder: prefer function declaration over variable
* TxBuilder: extract extractFromOutputScript
* TxBuilder: extract buildFromInputData
9 years ago
Daniel Cousens
aae5db6a59
ECPair/HDNode: missing version from list is Unknown, not Invalid
9 years ago
Daniel Cousens
bdb0dd4a17
HDNode/tests: add testing for invalid network version from networks list
9 years ago
Daniel Cousens
9e32c892ef
ECPair/tests: always use WIF for error throwing
9 years ago
Karel Bilek
6a74eb6993
Renaming Path to Bip32Path, invalid to fixtures
Only thing I haven't been able to do is to add "undefined" to fixtures. So I could not properly test
that node.derivePath() properly fails as it should. However, I added "null" there, and "null" and "undefined"
behave in similar way in JavaScript, so that should catch that.
9 years ago
Karel Bilek
7a61526705
Testing path derivation
I am taking description field for the path.
9 years ago
Ruben de Vries
b601f50c70
fixed another test where TX was signed before locktime was set
9 years ago
Daniel Cousens
6c0745adce
TxBuilder: add setLockTime
9 years ago
Ruben de Vries
ccec864785
locktime and version were set too late in test scenario and not included when signing (the test scenario).
9 years ago
Daniel Cousens
382409c575
tests: rm unused fixtures
9 years ago
Daniel Cousens
059f48b0c4
script_number: add impl/tests
9 years ago
Daniel Cousens
bac700f52c
block: use buffer, faster, verified
9 years ago
Daniel Cousens
86b51b2d62
add Block.calculateTarget, use Buffer comparison rather than bigi
9 years ago