Commit Graph

1758 Commits

Author SHA1 Message Date
jl777
6a877e46d5 Test 2017-03-18 12:23:35 +02:00
jl777
297a497832 Test 2017-03-18 11:57:54 +02:00
jl777
f4b73908f1 Test 2017-03-18 11:51:12 +02:00
jl777
d27148cf0c Test 2017-03-18 10:38:10 +02:00
jl777
9083591a37 Test 2017-03-18 10:34:00 +02:00
jl777
120e6f4c4f Test 2017-03-18 10:28:19 +02:00
jl777
f40ac31197 Test 2017-03-18 10:23:43 +02:00
jl777
5228ba8d86 Test 2017-03-18 10:16:29 +02:00
jl777
503bab2029 Test 2017-03-18 10:11:15 +02:00
jl777
2e245d5b30 Test 2017-03-18 10:06:35 +02:00
jl777
0364009ed9 Test 2017-03-18 10:01:53 +02:00
jl777
e513dc2a5f Test 2017-03-18 09:59:29 +02:00
jl777
8f98af3629 Test 2017-03-18 09:53:23 +02:00
jl777
6cce41a5c2 Test 2017-03-18 09:32:28 +02:00
jl777
1e3c97ba69 Test 2017-03-18 09:31:54 +02:00
jl777
4f7720b392 Test 2017-03-18 09:22:37 +02:00
jl777
4ce30f9076 Test 2017-03-18 09:19:54 +02:00
jl777
67d2b8b996 Test 2017-03-18 09:18:23 +02:00
jl777
d21ce6a746 Test 2017-03-18 09:13:20 +02:00
jl777
8f3aa743bd Touch 2017-03-17 18:14:40 +02:00
jl777
16cd9f2db3 Revert to main 2017-03-17 15:42:27 +02:00
jl777
572f12e988 Test 2017-03-17 06:55:35 +02:00
jl777
1b3cd9940a Test 2017-03-15 10:56:20 +02:00
jl777
1dcfdab765 Test 2017-03-15 10:47:43 +02:00
jl777
034919503d Test 2017-03-15 10:42:10 +02:00
jl777
8f9d4727e4 Test 2017-03-15 10:31:32 +02:00
jl777
a9a06711a5 Test 2017-03-15 10:27:39 +02:00
jl777
ad84148d8b Test 2017-03-15 10:23:06 +02:00
jl777
c10c5d1368 Test 2017-03-15 10:20:26 +02:00
jl777
c40ec31dc8 Test 2017-03-14 00:07:51 +02:00
jl777
541f90199d Make mempool reject banned undo 2017-03-13 23:55:00 +02:00
jl777
6d1d0330fe Test 2017-03-13 23:47:03 +02:00
jl777
782e1a56ae Test 2017-03-13 23:42:12 +02:00
jl777
e699e13dfb Test 2017-03-13 23:26:14 +02:00
jl777
d4190a2ace Test 2017-03-13 23:03:45 +02:00
jl777
fe43f94352 -addnode=78.47.196.146 2017-03-13 14:14:39 +02:00
jl777
36f1b84bee Test 2017-03-13 14:10:53 +02:00
jl777
925971c0cd Test 2017-03-13 12:33:47 +02:00
jl777
50c490cb23 Test 2017-03-13 11:06:19 +02:00
jl777
c7a3aca610 Test 2017-03-13 05:17:29 +02:00
jl777
6615cec949 Test 2017-03-13 04:27:54 +02:00
jl777
31e2e8a37a Test 2017-03-12 12:36:31 +02:00
Jack Grigg
0bc1e2c431 Add anchor to output of getblock
Closes #2164.
2017-03-10 20:09:40 +13:00
Simon
07cf426404 Remove stale Qt comments and dead code 2017-03-09 17:04:59 -08:00
zkbot
dadb1ab74c Auto merge of #2101 - str4d:2074-tests, r=arcalinea
Bitcoin 0.12 test PRs 1

Cherry-picked from the following upstream PRs:

- bitcoin/bitcoin#6337
- bitcoin/bitcoin#6390
- bitcoin/bitcoin#5515
- bitcoin/bitcoin#6287 (partial, remainder included in bitcoin/bitcoin#6703)
- bitcoin/bitcoin#6465

Part of #2074.
2017-03-03 21:25:03 +00:00
Cory Fields
72b25b0ffd locking: add a quick example of GUARDED_BY
This was chosen not because it's necessarily helpful, but because its locking
assumptions were already correct.
2017-03-03 11:47:10 -08:00
Pavel Vasin
2af5a65066 remove unused inv from ConnectTip() 2017-03-03 10:57:22 -08:00
Jorge Timón
e079f010bf Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs
Zcash:
- Replaces some of the refactoring performed in #1017
- Exposed Consensus::CheckTxInputs for testing
2017-03-03 10:57:09 -08:00
Pieter Wuille
bfa832c7ed Reduce checkpoints' effect on consensus.
Instead of only checking height to decide whether to disable script checks,
actually check whether a block is an ancestor of a checkpoint, up to which
headers have been validated. This means that we don't have to prevent
accepting a side branch anymore - it will be safe, just less fast to
do.

We still need to prevent being fed a multitude of low-difficulty headers
filling up our memory. The mechanism for that is unchanged for now: once
a checkpoint is reached with headers, no headers chain branching off before
that point are allowed anymore.
2017-03-03 10:57:07 -08:00
Philip Kaufmann
db954a65ac use const references where appropriate 2017-03-03 10:57:05 -08:00