5504 Commits (41113e33ad62333d99fd8cc6bf717c0794681d86)

Author SHA1 Message Date
Michael Ford 63e4c9cd35 Fix clang compile warnings intriduced in #5681 9 years ago
dexX7 3a3ecc02e5
Initialization: setup environment before starting QT tests 9 years ago
dexX7 fc3979ac69
Initialization: setup environment before starting tests 9 years ago
Jonas Schnelli c8168331a2 [Qt] fix rpc console font size to flexible metrics 9 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 9 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 9 years ago
Jorge Timón bd006110fb Consensus: Refactor: Introduce Consensus::Params class 9 years ago
Wladimir J. van der Laan cbb2cf5522
Fix --disable-wallet build after merge of #5681 9 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 9 years ago
Jorge Timón eca0b1ea62 Includes: MOVEONLY: move more method definitions out of wallet.h 9 years ago
Jorge Timón 26c16d9de9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main 9 years ago
Ruben de Vries fc720207e0 don't trickle for whitelisted nodes 9 years ago
Cory Fields a354a59f1f wallet: move crypter to wallet 9 years ago
Mike Hearn 5983a4e50f Add a NODE_GETUTXO service bit and document NODE_NETWORK. 9 years ago
Philip Kaufmann 341e2385d5 use constant references for strings in functions in wallet/*.* 9 years ago
Pieter Wuille 18051c7fbd Abstract out Ctransaction-specific signing into TransactionSignatureCreator 9 years ago
Jonas Schnelli 2bb1c87700 refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp 9 years ago
Cory Fields d7d187e8a4 allocators: split allocators and pagelocker 9 years ago
Pieter Wuille 9c2737901b Reduce fingerprinting through timestamps in 'addr' messages. 9 years ago
Alex Morcos cd3d67cf3b Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates 9 years ago
Jonas Schnelli 8b60808c1e [QT] some mac specifiy cleanup (memory handling, unnecessary code) 9 years ago
Luke Dashjr 40a757331a rpcwallet/sendmany: Just take an array of addresses to subtract fees from, rather than an Object with all values being identical 9 years ago
Cozz Lovan 292623adf5 Subtract fee from amount 9 years ago
fsb4000 e96c5184e7 BUGFIX: Stack around the variable 'rv' was corrupted 9 years ago
Alex Morcos a9af415887 fix InvalidateBlock to repopulate setBlockIndexCandidates 9 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 9 years ago
Wladimir J. van der Laan 92fd887fd4 tests: add a BasicTestingSetup and apply to all tests 10 years ago
Jonas Schnelli 89e70e931d [QT] fix OSX dock icon window reopening 10 years ago
dexX7 317e66c741
Initialization: set Boost path locale in main thread 10 years ago
Luca Venturini f75470794b Fix - bitcoin-qt usage message 10 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 10 years ago
Cory Fields bb6acff079 fix possible block db breakage during re-index 10 years ago
Wladimir J. van der Laan 3aa0130b96 test: remove fSkipProofOfWork 10 years ago
Wladimir J. van der Laan 59bd89f116 test: Remove UNITTEST params 10 years ago
Wladimir J. van der Laan 8cbe1f4f58
tests: change main and wallet tests to BOOST_FIXTURE_TEST_SUITE 10 years ago
Philip Kaufmann 8517e9709e [Qt] rework setNumBlocks to have blockDate as parameter 10 years ago
Wladimir J. van der Laan a0ae79d775 Replace CBlockHeader::GetHash with call to SerializeHash 10 years ago
Wladimir J. van der Laan 62b30f09ac Add serialize float/double tests 10 years ago
Wladimir J. van der Laan 9f4fac98c4 src/txmempool.cpp: make numEntries a uint32_t 10 years ago
Wladimir J. van der Laan f4e6487219 src/arith_256.cpp: bigendian compatibility 10 years ago
Wladimir J. van der Laan aac3205375 src/netbase.h: Fix endian in CNetAddr serialization 10 years ago
Wladimir J. van der Laan 01f9c3449a src/serialize.h: base serialization level endianness neutrality 10 years ago
Wladimir J. van der Laan 4e853aa163 src/script/script.h: endian compatibility for PUSHDATA sizes 10 years ago
Wladimir J. van der Laan 4f92773f92 src/primitives/transaction.h: endian compatibility in serialization 10 years ago
Wladimir J. van der Laan 81aeb28436 src/primitives/block.cpp: endian compatibility in GetHash 10 years ago
Wladimir J. van der Laan dec84cae2a src/net.cpp: endian compatibility in EndMessage 10 years ago
Wladimir J. van der Laan 556814ec4e src/main.cpp: endian compatibility in packet checksum check 10 years ago
Luke Dashjr 721cb557aa GUI: Display label rather than address on popups 10 years ago
Wladimir J. van der Laan 3ca5852dc2 src/hash.cpp: endian compatibility 10 years ago