Christopher Jeffrey
|
d338f62078
|
protocol: constants changes.
|
2017-01-10 04:57:41 -08:00 |
|
Christopher Jeffrey
|
4c557744a2
|
refactor: address, amount, uri, errors.
|
2017-01-09 23:07:02 -08:00 |
|
Christopher Jeffrey
|
2145cadc10
|
mtx/script: minor. optimize script.fromProgram.
|
2017-01-09 13:26:18 -08:00 |
|
Christopher Jeffrey
|
29e03892e7
|
script: some refactoring.
|
2017-01-09 00:03:59 -08:00 |
|
Christopher Jeffrey
|
ee4e918024
|
mtx/tests: more refactoring.
|
2017-01-08 21:49:54 -08:00 |
|
Christopher Jeffrey
|
74c177d623
|
refactor: more fixes.
|
2017-01-06 10:40:16 -08:00 |
|
Christopher Jeffrey
|
75430cae8b
|
refactor: more moving.
|
2017-01-06 10:18:21 -08:00 |
|
Christopher Jeffrey
|
5caf6210b9
|
refactor: move constants around.
|
2017-01-06 09:57:55 -08:00 |
|
Christopher Jeffrey
|
eaaa35cb8e
|
script: minor.
|
2016-12-12 12:31:27 -08:00 |
|
Christopher Jeffrey
|
dfefc7182f
|
serialization: more sizes.
|
2016-12-11 19:16:02 -08:00 |
|
Christopher Jeffrey
|
3b9e4d6c6e
|
refactor: use static writers everywhere.
|
2016-12-11 17:26:42 -08:00 |
|
Christopher Jeffrey
|
f7c9a24802
|
tx/coins: start using static writers more.
|
2016-12-11 13:44:20 -08:00 |
|
Christopher Jeffrey
|
1296bb2302
|
serialization: add size calculation and static writer.
|
2016-12-11 12:19:18 -08:00 |
|
Christopher Jeffrey
|
efa0d3eac5
|
script: fix potential uncaught error.
|
2016-12-11 10:09:04 -08:00 |
|
Christopher Jeffrey
|
e754621dd4
|
script: toCode/fromCode.
|
2016-12-10 21:31:40 -08:00 |
|
Christopher Jeffrey
|
b437b33760
|
test/bench: lint.
|
2016-12-10 17:13:45 -08:00 |
|
Christopher Jeffrey
|
ead3f64b7f
|
Merge branch 'pass-coins-4' into coins-compression-2
|
2016-12-09 00:01:14 -08:00 |
|
Christopher Jeffrey
|
5bed0455d2
|
scriptnum: refactor.
|
2016-12-08 21:56:57 -08:00 |
|
Christopher Jeffrey
|
bf07023369
|
script: add cscriptnum implementation.
|
2016-12-08 19:26:53 -08:00 |
|
Christopher Jeffrey
|
2715e71ae8
|
script: minor.
|
2016-12-08 03:01:36 -08:00 |
|
Christopher Jeffrey
|
f7e50e3435
|
tx: pass coins into scripting system.
|
2016-12-06 17:37:35 -08:00 |
|
Christopher Jeffrey
|
a95aba92fb
|
serialization: less polymorphism.
|
2016-12-04 00:54:50 -08:00 |
|
Christopher Jeffrey
|
cdee4ce251
|
coins: refactor.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
63c42bf390
|
chain: new coins compression.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
d1e37582d1
|
block/crypto: refactor merkle trees.
|
2016-11-28 15:59:30 -08:00 |
|
Christopher Jeffrey
|
1997864ec2
|
coins: refactor compression.
|
2016-11-27 22:23:12 -08:00 |
|
Christopher Jeffrey
|
cb59675b06
|
refactor: rename buffer reader/writer vars.
|
2016-11-26 10:56:50 -08:00 |
|
Christopher Jeffrey
|
b754973511
|
utils/btc: rename.
|
2016-11-19 10:45:31 -08:00 |
|
Christopher Jeffrey
|
7f3c265085
|
net: rename timedata.
|
2016-11-19 06:53:59 -08:00 |
|
Christopher Jeffrey
|
3014229d9a
|
workers: rename.
|
2016-11-19 06:48:55 -08:00 |
|
Christopher Jeffrey
|
0631148705
|
modules: more refactoring.
|
2016-11-19 05:29:29 -08:00 |
|
Christopher Jeffrey
|
6f9ad90e07
|
modules: drop all circular deps.
|
2016-11-19 02:26:05 -08:00 |
|
Christopher Jeffrey
|
d3da8bbfb8
|
script: optimize fromPubkeyhash and fromScripthash.
|
2016-11-17 04:53:41 -08:00 |
|
Christopher Jeffrey
|
6d3401f08b
|
script: better script parse error formatting.
|
2016-11-13 11:47:52 -08:00 |
|
Christopher Jeffrey
|
286ae9d9c8
|
script: implement more segwit policy.
|
2016-11-11 19:37:06 -08:00 |
|
Christopher Jeffrey
|
605874068b
|
s/bn/BN/g
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
d3ac6eba9e
|
script: minor.
|
2016-10-21 19:38:03 -07:00 |
|
Christopher Jeffrey
|
b36491dd53
|
script: nullfail - minor.
|
2016-10-03 14:16:07 -07:00 |
|
Christopher Jeffrey
|
3e59282c66
|
deps: browser transform.
|
2016-10-03 01:48:08 -07:00 |
|
Christopher Jeffrey
|
1c483aa9ca
|
script/node: minor.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
bf0a22e138
|
script: semicolon.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
f576ed8be7
|
script: cleanup.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
2a12b908a9
|
script: improve isStandard.
|
2016-10-02 23:24:12 -07:00 |
|
Christopher Jeffrey
|
c43df089f6
|
script: refactor verification and execution.
|
2016-10-02 23:24:12 -07:00 |
|
Christopher Jeffrey
|
c13852f81e
|
script: fix code separators for segwit.
|
2016-10-02 23:24:12 -07:00 |
|
Christopher Jeffrey
|
e850227793
|
utils: concat.
|
2016-10-02 23:24:12 -07:00 |
|
Christopher Jeffrey
|
76a32feb5d
|
utils: remove some control flow. add base58.
|
2016-10-02 23:24:11 -07:00 |
|
Christopher Jeffrey
|
f0223146af
|
deps: massive refactor.
|
2016-10-02 23:24:11 -07:00 |
|
Christopher Jeffrey
|
376d6303b7
|
env: refactor how default instances work.
|
2016-10-02 23:24:10 -07:00 |
|
Christopher Jeffrey
|
77e1af4faf
|
script: fix minimalif.
|
2016-10-02 23:24:09 -07:00 |
|