Daniel Cousens
|
cc1af7d6a3
|
Transaction: return a slice, not the original Buffer
|
9 years ago |
Daniel Cousens
|
6eae0241aa
|
Transaction: allow parameterizable buffer
|
9 years ago |
Daniel Cousens
|
697f2da1bc
|
Transaction: re-work hashForSignature for readability
|
9 years ago |
JP Richardson
|
ac8ae8f0ed
|
opcodes: add json extension to fix Webpack JSON loader
|
9 years ago |
Kirill Fomichev
|
8ddcf737f9
|
Update Transaction.isCoinbaseHash
- add argument type-checking
- replace Array.every on for-loop
|
9 years ago |
Karel Bilek
|
f958dd1e86
|
Adding Transaction.prototype.isCoinbase
|
9 years ago |
Kirill Fomichev
|
bc9a95e0ae
|
Use buffer-reverse instead [].reverse.call
|
9 years ago |
Daniel Cousens
|
0b4c67406f
|
use [].reverse over prototype
|
9 years ago |
Daniel Cousens
|
5c1c4589c0
|
remove use of buffer-reverse
|
9 years ago |
Daniel Cousens
|
731a31ecba
|
use buffer-reverse
|
9 years ago |
Daniel Cousens
|
05cfdf6a6a
|
docs: remove inline endian-ness notes, no endianness
|
9 years ago |
Daniel Cousens
|
e8cb7c16da
|
Transaction: coinBaseHash no longer relevant
|
9 years ago |
Daniel Cousens
|
2d75b7e7ff
|
standard: remove padded Blocks
|
9 years ago |
Daniel Cousens
|
8934de591c
|
use baddress/bcrypto/bscript for ambuigities
|
10 years ago |
Daniel Cousens
|
6ec687deba
|
rename scripts to script
|
10 years ago |
Daniel Cousens
|
20fd3cee8c
|
rename EMPTY to EMPTY_SCRIPT, extract VALUE_UINT64_MAX constant
|
10 years ago |
Daniel Cousens
|
e2abe2b3af
|
merge Script/scripts
|
10 years ago |
Daniel Cousens
|
e05f8a542d
|
remove Script object
|
10 years ago |
Daniel Cousens
|
e743c58ed6
|
remove usage of instanced Scripts
|
10 years ago |
Daniel Cousens
|
94e16fbe37
|
rename __disableExcess to __noStrict
|
10 years ago |
Daniel Cousens
|
f2f0747187
|
Transaction: remove use of assert
|
10 years ago |
Daniel Cousens
|
254b670427
|
add types
|
10 years ago |
Daniel Cousens
|
9d1c610c08
|
Transaction: capitalize Buffer constants
|
10 years ago |
Daniel Cousens
|
5d36135c91
|
transaction: s/txout/txOut/
|
10 years ago |
Daniel Cousens
|
833bf9fa86
|
transaction: add SIGHASH_* implementations
|
10 years ago |
Daniel Cousens
|
9cda36fc76
|
Transaction: extract byteLength calculation to prototype method
|
10 years ago |
Daniel Cousens
|
7f3b4c93ba
|
TxBuilder: move param coercion from Transaction to TxBuilder
|
10 years ago |
Daniel Cousens
|
8d3686d046
|
remove deprecated functionality
|
10 years ago |
Daniel Cousens
|
0bba21546f
|
various: more standard-format artifact fixes
|
10 years ago |
Daniel Cousens
|
399803affa
|
use standardjs formatting
|
10 years ago |
Daniel Cousens
|
23bae5748e
|
Transaction: fix coinbase script handling
|
10 years ago |
Daniel Cousens
|
dc253bb77c
|
Transaction: extract Script size calculations
|
10 years ago |
Daniel Cousens
|
49345748bb
|
Transaction: add isCoinbaseHash static method
|
10 years ago |
Daniel Cousens
|
f13650544b
|
Transaction: add internal flag to disable size assertion
|
10 years ago |
Daniel Cousens
|
a788214921
|
TxBuilder: fix undefined scriptSig
Fixed and typeForce used to enforce this wont happen again in future.
|
10 years ago |
Daniel Cousens
|
e42c497a3c
|
package: use typeforce
|
10 years ago |
Bez Reyhan
|
044c53bcad
|
transaction.addInput checks if sequence is NULL
|
10 years ago |
Daniel Cousens
|
6ed8e15b63
|
transaction/builder: s/txin/txIn/g
|
10 years ago |
Daniel Cousens
|
a3a4d2a0d9
|
Transaction: re-order functions for consistency
|
10 years ago |
Daniel Cousens
|
2234e496d1
|
Transaction: simplify fromBuffer verbosity
|
10 years ago |
Daniel Cousens
|
062540e3d9
|
Transaction: optional script for addInput
|
10 years ago |
Daniel Cousens
|
35542e115d
|
types: enforce consistent type checking
|
10 years ago |
Daniel Cousens
|
4e04a7e883
|
Transaction: use isFinite over Number.isFinite
|
10 years ago |
Daniel Cousens
|
6c5a68207a
|
Transaction: use isFinite instead over typeof number
|
10 years ago |
Daniel Cousens
|
b3438c5ef2
|
Transaction: throw if sequence is not a number
|
11 years ago |
Daniel Cousens
|
71d4c78b88
|
bufferutils: add Buffer reverse
|
11 years ago |
Daniel Cousens
|
b66e53d1e7
|
Transaction: add comment to explain -1 on add*
|
11 years ago |
Daniel Cousens
|
884fd542fe
|
Transaction: deprecate Tx signing methods
|
11 years ago |
Daniel Cousens
|
04bcbadc77
|
transaction/ecdsa: remove unused imports
|
11 years ago |
Daniel Cousens
|
c2e7840c4f
|
Transaction: adds assert for invalid value type
|
11 years ago |