5983 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Pieter Wuille 31e9a8384a Use CSizeComputer to avoid counting sizes in SerializationOp 10 years ago
Kamil Domanski 84881f8c47 rework overhauled serialization methods to non-static 10 years ago
Kamil Domanski 5d96b4ae01 remove fields of ser_streamplaceholder 10 years ago
Kamil Domanski 3d796f8996 overhaul serialization code 10 years ago
Daniel Kraft 4b0deb3b2d Clean up CMerkleTx::SetMerkleBranch. 10 years ago
Ross Nicoll e84843c0db Broken addresses on command line no longer trigger testnet. 10 years ago
Kamil Domanski 9f3d476779
changed field types in some structures to equivalent unambiguous types 10 years ago
Pieter Wuille bac5586b10 Replace weird characters by normal spaces 10 years ago
jtimon e9dd83f0a9 missing include boost/algorithm/string/replace.hpp 10 years ago
Wladimir J. van der Laan 0101483f46
Move CMerkleTx to wallet.cpp/h 10 years ago
Wladimir J. van der Laan 57153d4e1a rpc: Compute number of confirmations of a block from block height 10 years ago
Philip Kaufmann fbe0fcae76 [Qt] minor watch-only changes 10 years ago
Philip Kaufmann bbad683224 [Qt] simplify return code and return values in txtablemodel 10 years ago
Philip Kaufmann 21f1516468 [Qt] add all used colors in txtablemodel to guiconstants 10 years ago
Philip Kaufmann 187115c01d cleanup include of assert.h 10 years ago
Philip Kaufmann 4d04492bf2 add missing copyright headers 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan 8bdd2877c4
Fix a few "Uninitialized scalar field" warnings 10 years ago
Jeff Garzik 11a899445e
qt/splashscreen: #include version.h 10 years ago
jtimon 87d9819d4d fix comments ExtractAddress() -> ExtractDestination() 10 years ago
Wladimir J. van der Laan d2d6f708e4 Fix build with DEBUG_LOCKORDER 10 years ago
Wladimir J. van der Laan 70352e11c0
Revert "Add a getutxos command to the p2p protocol. It allows querying of the UTXO set" 10 years ago
Wladimir J. van der Laan 2e280311b8
Perform CVerifyDB on pcoinsdbview instead of pcoinsTip 10 years ago
Cory Fields 9f7f504efc build: add -DMINIUPNP_STATICLIB for new version 10 years ago
Cozz Lovan 80daee0fb5 [Qt] Call checkBalanceChanged() periodically instead for every updated transaction 10 years ago
Wladimir J. van der Laan f30801afbd
qt: Add null check in setClientModel(0) 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan f841aa2892 Move `COIN` and `CENT` to core.h 10 years ago
Wladimir J. van der Laan 6e5fd003e0 Move `*Version()` functions to version.h/cpp 10 years ago
Wladimir J. van der Laan b4aa769bcb Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h 10 years ago
Wladimir J. van der Laan af8297c010 Move functions in wallet.h to implementation file 10 years ago
Wladimir J. van der Laan 651480c8e4 move functions in main and net to implementation files 10 years ago
Wladimir J. van der Laan 610a8c0759 Move SetThreadPriority implementation to util.cpp instead of the header 10 years ago
Wladimir J. van der Laan f780e65ac6 Remove unused function `ByteReverse` from util.h 10 years ago
Wladimir J. van der Laan 121d6ad9db Remove unused `alignup` function from util.h 10 years ago
Wladimir J. van der Laan d1e26d4e71 Move CMedianFilter to timedata.cpp 10 years ago
Daniel Kraft d0867acb0e Use const CCoinsView's at some places. 10 years ago
Daniel Kraft a3dc587a62 Make appropriate getter-routines "const" in CCoinsView. 10 years ago
Daniel Kraft ffb4c210bc Mark LevelDB "Read" and "Exists" functions as const. 10 years ago
Pieter Wuille 92bb6f2f17 Bypass reloading blocks from disk 10 years ago
Peter Todd aa41ac216e
Test IsPushOnly() with invalid push 10 years ago
Pieter Wuille fff7455ded Make CScript::clear() release its memory 10 years ago
Pieter Wuille b0875eb3fe Allow BatchWrite to destroy its input, reducing copying 10 years ago
jtimon 654871d436 replace ComputeMinWork with CheckMinWork 10 years ago
jtimon b343c1a1e3 Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) 10 years ago
jtimon c2c02f3fa9 Move UpdateTime to pow 10 years ago
Jeff Garzik 7f836c66bd rpc_tests: use BOOST_CHECK_EQUAL 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Wladimir J. van der Laan 9b6d4c5cdc Move strprintf define to tinyformat.h 10 years ago
Wladimir J. van der Laan 81212588c0 Remove print() from core functions 10 years ago