Sky Young
|
8024b466e9
|
Calculate the extra floData size to add to the Buffer when initializing
|
2019-10-28 13:01:59 -06:00 |
|
Sky Young
|
fef6643742
|
Handle floData as a Buffer everywhere
|
2019-09-09 15:24:18 -06:00 |
|
Sky Young
|
84aabe20a9
|
Fix transaction signing
|
2019-07-19 11:44:37 -06:00 |
|
Sky Young
|
153da80920
|
Merge remote-tracking branch 'bcoin/master' into bcoin-1.0.2
|
2019-07-15 15:42:15 -06:00 |
|
Braydon Fuller
|
f9aab08c46
|
indexer: add block position to tx
|
2019-05-15 12:02:47 -07:00 |
|
Matthew Zipkin
|
df4e287817
|
utils: custom inspect for objects
|
2019-03-11 14:28:45 -07:00 |
|
Sky Young
|
60e19a7b02
|
Include version check
|
2018-10-20 13:07:58 -06:00 |
|
Sky Young
|
92184992ea
|
Add in floData to other Witness serizliation/deserialization functions
|
2018-10-20 13:03:53 -06:00 |
|
Sky Young
|
4d7b920048
|
Calculate the size of floData and add it to the bufferwriter initial size
|
2018-10-20 12:15:30 -06:00 |
|
Sky Young
|
36f88b398f
|
Create segwit signature hash with floData included :)
|
2018-10-20 11:32:12 -06:00 |
|
Sky Young
|
dd259ea6bd
|
Set default tx version to 2
|
2018-10-04 13:46:59 -06:00 |
|
Christopher Jeffrey
|
a45e683eb2
|
bcoin: switch to bsert for everything.
|
2018-08-10 16:23:46 -07:00 |
|
Christopher Jeffrey
|
b92839c82a
|
bcoin: use buffer-map. see #533.
|
2018-08-10 16:23:46 -07:00 |
|
Sky Young
|
2bed9f7ef4
|
return floData on .format
|
2018-05-18 17:52:56 -07:00 |
|
Sky Young
|
9184bf1cfa
|
Validate signatures from both 0.8.7 and 0.10.4 using OMIT_TX_COMMENT flag
|
2018-05-15 14:10:40 -07:00 |
|
Sky Young
|
8e72b51c43
|
Serialize & Deserialize Tx Data properly
|
2018-05-09 14:33:46 -07:00 |
|
Christopher Jeffrey
|
bd76939f4c
|
pkg: update bcrypto.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
f1672a8b86
|
types: cleanup types.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
cb978df380
|
db: drop old migrations. avoid using encoding.
|
2018-03-29 21:56:51 -07:00 |
|
Christopher Jeffrey
|
3c82ac0486
|
bcoin: use util.revHex again.
|
2018-03-29 21:56:49 -07:00 |
|
Christopher Jeffrey
|
163e89fc29
|
bcoin: lint.
|
2018-03-29 21:56:49 -07:00 |
|
Christopher Jeffrey
|
405feef9ce
|
bcoin: clean up requires.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
21ab415769
|
refactor: switch to bio module.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
daa55a05bc
|
primitives: classify primitives.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
ca08d6d97e
|
bcoin: rename bufio and bstring.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
f9eba3f5a6
|
crypto: start using hash.digest().
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
41925d495c
|
utils: start using bbuf.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
e92b1f4cec
|
utils: start using bfilter.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
658d3db928
|
encoding: refactor. remove bip70.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
d0ed214067
|
bcoin: remove dependence on util.js.
|
2018-03-29 21:56:45 -07:00 |
|
Christopher Jeffrey
|
636d66a5c7
|
bcoin: use bcrypto. remove crypto module.
|
2018-03-29 21:56:45 -07:00 |
|
ultragtx
|
4e7675cc7a
|
Litecoin: litecoinify
|
2017-12-08 16:03:46 +08:00 |
|
Christopher Jeffrey
|
a543648310
|
writer: use 100kb pool for sighashing.
|
2017-09-03 00:05:47 -07:00 |
|
Christopher Jeffrey
|
ad4c7e81c8
|
tx: minor.
|
2017-09-01 18:05:50 -07:00 |
|
Christopher Jeffrey
|
57b98b2368
|
tx: refactor hasStandardWitness.
|
2017-08-30 10:14:51 -07:00 |
|
Christopher Jeffrey
|
063f55f448
|
script: remove instances of script.getSmall().
|
2017-08-30 10:07:07 -07:00 |
|
Christopher Jeffrey
|
7022c6649f
|
tx: minor.
|
2017-08-28 06:08:50 -07:00 |
|
Christopher Jeffrey
|
b87f557823
|
tx/script/chain: refactor locktime handling.
|
2017-08-27 19:07:57 -07:00 |
|
Christopher Jeffrey
|
13892b3b38
|
encoding: rename written to offset.
|
2017-08-24 22:36:59 -07:00 |
|
Christopher Jeffrey
|
d6ce66bce9
|
script: refactor script and stack mutation.
This allows more reasonable signing behavior and eliminates all polymorphism.
|
2017-08-24 17:34:20 -07:00 |
|
Christopher Jeffrey
|
36523e2f56
|
tx: do not track flags byte.
|
2017-08-07 00:55:26 -07:00 |
|
Christopher Jeffrey
|
3bc47f5a3c
|
lint: enforce function names.
|
2017-08-06 21:36:48 -07:00 |
|
Christopher Jeffrey
|
a290e6880d
|
encoding: rename read int methods to readIx.
|
2017-08-06 03:27:06 -07:00 |
|
Christopher Jeffrey
|
1df577cb74
|
validation: refactor.
|
2017-08-06 03:23:37 -07:00 |
|
Christopher Jeffrey
|
faabd36f9e
|
config/validator/utils: fix fixed parsing/serialization.
|
2017-08-05 18:52:24 -07:00 |
|
Christopher Jeffrey
|
cfd1715c9f
|
primitives: show hex on json.
|
2017-08-03 19:38:43 -07:00 |
|
Christopher Jeffrey
|
5eb6620431
|
lint: consistent return values.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
5e73e51177
|
lint: fix function names.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
55cf07a871
|
refactor: style for const/let and returns.
|
2017-07-31 18:21:02 -07:00 |
|
Christopher Jeffrey
|
6f3988e861
|
refactor: use const as much as possible.
|
2017-07-31 18:21:02 -07:00 |
|