Christopher Jeffrey
|
9a5f1c556d
|
strict mode.
|
2016-06-13 01:06:01 -07:00 |
|
Christopher Jeffrey
|
ca3dade3b1
|
update links.
|
2016-06-09 16:19:14 -07:00 |
|
Christopher Jeffrey
|
f71aa44acc
|
spruce things up for the browser.
|
2016-06-05 08:20:27 -07:00 |
|
Christopher Jeffrey
|
a1cabfb8bd
|
miner. improve workers.
|
2016-06-02 01:47:11 -07:00 |
|
Christopher Jeffrey
|
a09c7365aa
|
fix commit hash caching. fix miner race conditon.
|
2016-06-01 23:21:55 -07:00 |
|
Christopher Jeffrey
|
afeb1d1d34
|
lint.
|
2016-05-25 01:39:08 -07:00 |
|
Christopher Jeffrey
|
9c89630490
|
block tests. fix spv and bloom filters.
|
2016-05-23 19:38:06 -07:00 |
|
Christopher Jeffrey
|
5537eb1995
|
optimize parsing and serialization. strict parsing.
|
2016-05-22 06:31:35 -07:00 |
|
Christopher Jeffrey
|
c398564036
|
refactor peer and pool.
|
2016-05-21 09:51:33 -07:00 |
|
Christopher Jeffrey
|
1bc60a3e0e
|
docs
|
2016-05-19 18:20:30 -07:00 |
|
Christopher Jeffrey
|
f714bbf2c0
|
minor. remove sendBlock/sendTX.
|
2016-05-18 23:58:12 -07:00 |
|
Christopher Jeffrey
|
07517ecd04
|
rewrite broadcast system.
|
2016-05-18 15:01:19 -07:00 |
|
Christopher Jeffrey
|
c6e36353fa
|
block.addTX.
|
2016-05-18 05:02:03 -07:00 |
|
Christopher Jeffrey
|
070af4643f
|
remove old mutable check from block.getSizes.
|
2016-05-18 04:42:38 -07:00 |
|
Christopher Jeffrey
|
b04d4e3be1
|
render block when getting size (optimization).
|
2016-05-18 04:32:20 -07:00 |
|
Christopher Jeffrey
|
6005f0f750
|
whole bunch of refactoring.
|
2016-05-18 04:23:05 -07:00 |
|
Christopher Jeffrey
|
ec21986062
|
optimize getProof. misc.
|
2016-05-17 14:50:09 -07:00 |
|
Christopher Jeffrey
|
c598937e4c
|
minor.
|
2016-05-16 01:37:09 -07:00 |
|
Christopher Jeffrey
|
52541fe123
|
tests. block reward.
|
2016-05-15 21:47:39 -07:00 |
|
Christopher Jeffrey
|
5ac4621b0e
|
comments. docs.
|
2016-05-15 18:22:28 -07:00 |
|
Christopher Jeffrey
|
4b0519a073
|
more tests. utils.
|
2016-05-15 03:33:58 -07:00 |
|
Christopher Jeffrey
|
022de4a91d
|
cache values.
|
2016-05-15 00:59:29 -07:00 |
|
Christopher Jeffrey
|
dd5c9096a7
|
use js numbers for values.
|
2016-05-14 20:57:52 -07:00 |
|
Christopher Jeffrey
|
fc22de77bf
|
tests passing.
|
2016-05-13 10:04:56 -07:00 |
|
Christopher Jeffrey
|
5eb3946e38
|
major refactor.
|
2016-05-13 09:24:04 -07:00 |
|
Christopher Jeffrey
|
477c4f5dbb
|
set height on genesis block.
|
2016-05-04 17:21:09 -07:00 |
|
Christopher Jeffrey
|
d89bd13f09
|
move errors around. assert.
|
2016-04-29 18:17:48 -07:00 |
|
Christopher Jeffrey
|
845a987e00
|
undo coins.
|
2016-04-29 02:48:12 -07:00 |
|
Christopher Jeffrey
|
e258755671
|
stop using vsize. switch to cost.
|
2016-04-28 15:01:53 -07:00 |
|
Christopher Jeffrey
|
c95681ae3f
|
add date and time functions.
|
2016-04-19 20:42:46 -07:00 |
|
Christopher Jeffrey
|
ed6b1e9072
|
rename methods.
|
2016-04-19 11:50:56 -07:00 |
|
Christopher Jeffrey
|
a14299bdad
|
move adjusted time around.
|
2016-04-19 06:08:40 -07:00 |
|
Christopher Jeffrey
|
b9369412d2
|
implement GetAdjustedTime.
|
2016-04-19 05:47:47 -07:00 |
|
Christopher Jeffrey
|
53fb6dc8d5
|
some consensus stuff.
|
2016-04-19 03:05:42 -07:00 |
|
Christopher Jeffrey
|
69ddca52a8
|
clean up utils.
|
2016-04-18 00:36:03 -07:00 |
|
Christopher Jeffrey
|
a4f0807c50
|
strict scripting.
|
2016-04-17 19:34:03 -07:00 |
|
Christopher Jeffrey
|
0a621238ba
|
refactor: rename constants.
|
2016-04-17 08:45:22 -07:00 |
|
Christopher Jeffrey
|
81e978f51a
|
fix docs.
|
2016-04-16 21:11:33 -07:00 |
|
Christopher Jeffrey
|
72e907f81e
|
more fixes. cleanup.
|
2016-04-15 06:44:38 -07:00 |
|
Christopher Jeffrey
|
e3595906c9
|
no one can say i didn't write docs now.
|
2016-04-15 06:43:44 -07:00 |
|
Christopher Jeffrey
|
646b3c3028
|
improve block.getVirtualSize.
|
2016-04-09 00:55:22 -07:00 |
|
Christopher Jeffrey
|
21cae4224c
|
block size.
|
2016-04-08 15:26:41 -07:00 |
|
Christopher Jeffrey
|
a3720bd42d
|
more accurate segwit4 verification. misc.
|
2016-04-07 02:03:38 -07:00 |
|
Christopher Jeffrey
|
0a7f118528
|
add environment.
|
2016-04-06 18:55:55 -07:00 |
|
Christopher Jeffrey
|
40cabd37fc
|
miner.
|
2016-04-05 18:49:20 -07:00 |
|
Christopher Jeffrey
|
849f1d842e
|
more refactoring.
|
2016-04-04 17:37:53 -07:00 |
|
Christopher Jeffrey
|
a8a506aae0
|
more refacting.
|
2016-04-04 16:08:37 -07:00 |
|
Christopher Jeffrey
|
9e61d0ee86
|
refactor.
|
2016-04-04 14:07:16 -07:00 |
|
Christopher Jeffrey
|
8e06d737a4
|
fix miner.
|
2016-04-04 00:18:18 -07:00 |
|
Christopher Jeffrey
|
c5bcd44606
|
miner. network. serve blocks and mempool txs.
|
2016-04-03 21:43:50 -07:00 |
|