Commit Graph

1645 Commits

Author SHA1 Message Date
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
Jack Grigg
1f015f6afa Add a flag for enabling experimental features 2017-02-09 22:10:58 +00:00
Jonas Schnelli
6a793d9c27 use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
- removes mapBlockIndex find operation
- theoretically allows removing the cs_main lock during zqm notification while introducing a new file position lock
2017-02-08 22:10:42 +00:00
João Barbosa
7e6ec078fa Add UpdatedBlockTip signal to CMainSignals and CValidationInterface 2017-02-08 22:10:42 +00:00
jl777
9f1ae77daf test 2017-02-08 10:20:30 +02:00
jl777
e4b3ad624a test 2017-02-08 09:54:00 +02:00
jl777
7a90b9dd6b maturity 2017-02-06 10:16:12 +02:00
jl777
f4cb12ab28 cap txfee at 5% in absurd 2017-02-04 16:19:23 +02:00
jl777
057d9ad834 absurd fee 2017-02-04 16:16:25 +02:00
jl777
91d30d4979 absurd fee exception 2017-02-04 16:14:33 +02:00
jl777
5603bd7a20 test 2017-02-03 17:03:16 +02:00
jl777
d042777bca test 2017-02-03 16:56:54 +02:00
jl777
b34b7b3180 test 2017-02-03 16:27:51 +02:00
jl777
5304e9459b test 2017-02-03 16:14:40 +02:00