- 03 Nov, 2014 7 commits
-
-
Wladimir J. van der Laan authored
b4ee0bdd Introduce preferred download peers (Pieter Wuille)
-
Gavin Andresen authored
Remove file and class order guidelines
-
Wladimir J. van der Laan authored
771d5002 minor cleanup: include orders, end comments etc. (Philip Kaufmann)
-
Wladimir J. van der Laan authored
1bea2bbd Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and document it (Luke Dashjr) d29a2917 Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for submitblock (Luke Dashjr) f877aaaf Bugfix: submitblock: Use a temporary CValidationState to determine accurately the outcome of ProcessBlock, now that it no longer does the full block validity check (Luke Dashjr) 24e88964 Add CValidationInterface::BlockChecked notification (Luke Dashjr)
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
2191eac8 add tests to travis (Cory Fields) 7667850d tests: replace the old (unused since Travis) tests with new rpc test scripts (Cory Fields) fa7f8cdc tests: remove old pull-tester scripts (Cory Fields) 5122ea71 tests: fix forknotify.py on windows (Cory Fields) 7a41614a tests: allow rpc-tests to get filenames for bitcoind and bitcoin-cli from the environment (Cory Fields) f635269c tests: enable alertnotify test for Windows (Cory Fields)
-
Wladimir J. van der Laan authored
20a5f610 Don't relay alerts to peers before version negotiation (Wladimir J. van der Laan)
-
- 31 Oct, 2014 15 commits
-
-
Wladimir J. van der Laan authored
484e350f Update comments in client version to be doxygen compatible (Michael Ford) 6395ba30 Update comments in version to be doxygen compatible (Michael Ford)
-
Pieter Wuille authored
e743678d fix a typo (Yoichi Hirai)
-
Yoichi Hirai authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
2aa63292 Enable customising node policy for datacarrier data size with a -datacarriersize option (Luke Dashjr)
-
Wladimir J. van der Laan authored
023e63df qt: Move transaction notification to transaction table model (Wladimir J. van der Laan)
-
Philip Kaufmann authored
- no code changes
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
They're unused since the switch to Travis
-
Cory Fields authored
Windows interprets 'foo.txt' as a literal filename while "foo.txt" is treated as expected.
-
Cory Fields authored
This will allow for windows tests to run with bitcoind.exe and bitcoin-cli.exe
-
Cory Fields authored
The semantics of "echo" are different there and they change the resulting text, but they're still correct and predictable.
-
Michael Ford authored
-
Michael Ford authored
-
- 30 Oct, 2014 11 commits
-
-
Wladimir J. van der Laan authored
71697f97 Separate protocol versioning from clientversion (Cory Fields)
-
Wladimir J. van der Laan authored
5b40d886 Update comments in wallet to be doxygen compatible (Michael Ford)
-
Wladimir J. van der Laan authored
77920402 Update comments in rpcserver to be doxygen compatible (Michael Ford)
-
Wladimir J. van der Laan authored
2d06c0fe Add missing reserved address spaces. (Matt Corallo)
-
Wladimir J. van der Laan authored
eadcd0c8 Print parameter interactions to console, too (Matt Corallo)
-
Wladimir J. van der Laan authored
981f7907 [Qt] fix slot connection problems when no wallet is loaded (Philip Kaufmann)
-
Wladimir J. van der Laan authored
02fe12dc Update generate-seeds.py to produce doxygen compatible comments (Michael Ford) f2e03ffa Update comments in chainparams to be doxygen compatible (Michael Ford) 2fdc3351 Update comments in chain to be doxygen compatible (Michael Ford)
-
Wladimir J. van der Laan authored
2b173d3b Update comments in keystore to be doxygen compatible (Michael Ford) ffd8edda Update comments in key to be doxygen compatible (Michael Ford)
-
Philip Kaufmann authored
- guard 4 connect calls by an #ifdef when no wallet is loaded to fix "No such slot" warnings - also add comments when #ifdef ENABLE_WALLET end - fixes #5175
-
Michael Ford authored
-
Matt Corallo authored
-
- 29 Oct, 2014 4 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
Fixes #1436
-
Matt Corallo authored
-
Cory Fields authored
-
- 28 Oct, 2014 3 commits
-
-
Wladimir J. van der Laan authored
Move transaction new/update notification to TransactionTableModel. This moves the concerns to where they're actually handled. No need to bounce this through wallet model. - Do wallet transaction preprocessing on signal handler side; avoids locking cs_main/cs_wallet on notification in GUI thread (except for new transactions)
-
Pieter Wuille authored
99f41b9c MOVEONLY: core.o -> core/block.o (jtimon) 561e9e9d MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from core) with it (jtimon) 999a2ab4 MOVEONLY: separate CTxUndo out of core (jtimon) 4a3587d8 MOVEONLY: Separate CTransaction and dependencies from core (jtimon) eda37330 MOVEONLY: Move CFeeRate and Amount constants to amount.o (jtimon)
-
Wladimir J. van der Laan authored
16d78bd6 Add valid invert of invalid every numeric opcode tests (Peter Todd) 2b62e179 Clearly separate PUSHDATA and numeric argument MINIMALDATA tests (Peter Todd) dfeec18b Test every numeric-accepting opcode for correct handling of the numeric minimal encoding rule (Peter Todd) 554147ad Ensure MINIMALDATA invalid tests can only fail one way (Peter Todd) 6004e77b Improve CScriptNum() comment (Peter Todd) 698c6abb Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) (Pieter Wuille) d752ba86 Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) (Pieter Wuille)
-