- 08 Nov, 2014 1 commit
-
-
Pieter Wuille authored
1f847936 Avoid a bunch of copying/conversion in script/sign (Pieter Wuille)
-
- 07 Nov, 2014 3 commits
-
-
Wladimir J. van der Laan authored
369be584 doc: Correct several typos in bootstrap.md (sandakersmann)
-
sandakersmann authored
- Also remove references to the blockchain size
-
Wladimir J. van der Laan authored
5985ba9e Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct' (ENikS)
-
- 06 Nov, 2014 9 commits
-
-
ENikS authored
-
Wladimir J. van der Laan authored
eefb766c Rearrange initial config checks: AC, AM, compiler, libtool. Removed some repeated and unused prog checks. (kiwigb)
-
Pieter Wuille authored
bfe029fe Reduce bitcoin-tx dependencies (Pieter Wuille)
-
Wladimir J. van der Laan authored
0246ab60 depends: boost: hard-code hidden symbol visibility (Cory Fields)
-
Pieter Wuille authored
-
Pieter Wuille authored
93a60224 Reduce bitcoin-cli dependencies (Pieter Wuille)
-
Wladimir J. van der Laan authored
This is less surprising. Avoids the overload-the-CPU default of using N threads for script verification as well as N threads for generation where N is number of cores.
-
Wladimir J. van der Laan authored
Helps for troubleshooting.
-
kiwigb authored
Removed some repeated and unused prog checks.
-
- 05 Nov, 2014 7 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
93a3f0e7 Qt: Network-Traffic-Graph: make some distance between line and text (Jonas Schnelli)
-
Wladimir J. van der Laan authored
236d96e0 Qt: Add support for missing scrollbar in peers table (Jonas Schnelli)
-
Jonas Schnelli authored
-
Jonas Schnelli authored
Text directly glued on the graph-line looks not so good.
-
Wladimir J. van der Laan authored
50b43fda Be a bit more verbose during -loadblock if we already have blocks (Matt Corallo) 8375e221 Fix -loadblock after shutdown during IBD (Matt Corallo) 4ead850f Fix for crash during block download (Matt Corallo)
-
Cory Fields authored
tl;dr: This solves boost visibility problems for default/release build configs on non-Linux platforms. When Bitcoin builds against boost's header-only classes, it ends up with objects containing symbols that the upstream boost libs also have. Since Bitcoin builds by default with hidden symbol visibility, it can end up trying to link against a copy of the same symbols with default visibility. This is not a problem on Linux because 3rd party static libs are un-exported by default (--exclude-libs,ALL), but that is not available for MinGW and OSX. Those platforms (and maybe others?) end up confused about which version to use. The OSX linker spews hundreds of: "ld: warning: direct access in <foo> to global weak symbol guard variable for <bar> means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings." MinGW's linker complains similarly. Since the default s...
-
- 04 Nov, 2014 9 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
af82884a Add "warmup mode" for RPC server. (Daniel Kraft)
-
Daniel Kraft authored
Start the RPC server before doing all the (expensive) startup initialisations like loading the block index. Until the node is ready, return all calls immediately with a new error signalling "in warmup" with an appropriate status message (similar to the init message). This is useful for RPC clients to know that the server is there (e. g., they don't have to start it) but not yet available. It is used in Namecoin and Huntercoin already for some time, and there exists a UI hooked onto the RPC interface that actively uses this to its advantage.
-
Francis GASCHET authored
Closes #5141
-
Pieter Wuille authored
b4347f60 minor code style cleanup after recent merges (Philip Kaufmann)
-
Philip Kaufmann authored
- add a missing license header - correct some header orderings etc.
-
Pieter Wuille authored
a2cfae8e util.cpp comment correction (21E14)
-
Wladimir J. van der Laan authored
84738627 Fix all header defines (Pavel Janík)
-
Wladimir J. van der Laan authored
d2e74c55 boost: moveonly: split CPubKey and friends to new files (Cory Fields) 78c228c6 boost: moveonly: move BIP32Hash to hash.h (Cory Fields) 900078ae boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields)
-
- 03 Nov, 2014 9 commits
-
-
Wladimir J. van der Laan authored
e69a5873 RPC: submitblock: Support for returning specific rejection reasons (Luke Dashjr)
-
Wladimir J. van der Laan authored
b4ee0bdd Introduce preferred download peers (Pieter Wuille)
-
Pavel Janík authored
-
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)
-
- 01 Nov, 2014 1 commit
-
-
21E14 authored
-
- 31 Oct, 2014 1 commit
-
-
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)
-