6320 Commits (8fe30fb4d130532d4a0e4c9d143f03e1b85a749e)

Author SHA1 Message Date
Pieter Wuille 3fcfbc8ac5 Add a consistency check for the block chain data structures 10 years ago
Jonas Schnelli c8168331a2 [Qt] fix rpc console font size to flexible metrics 10 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 10 years ago
Pieter Wuille 1cc0e96e9c Trivial optimization: use GetAncestor to compute new target 10 years ago
Gavin Andresen ad9e86dca1
Keep mempool consistent during block-reorgs 10 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 10 years ago
Jorge Timón bd006110fb Consensus: Refactor: Introduce Consensus::Params class 10 years ago
Wladimir J. van der Laan cbb2cf5522
Fix --disable-wallet build after merge of #5681 10 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 10 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 10 years ago
Jorge Timón eca0b1ea62 Includes: MOVEONLY: move more method definitions out of wallet.h 10 years ago
Jorge Timón 26c16d9de9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main 10 years ago
Ruben de Vries fc720207e0 don't trickle for whitelisted nodes 10 years ago
Pieter Wuille 1d21ba2f5e Scale up addrman 10 years ago
Pieter Wuille c6a63ceeb4 Always use a 50% chance to choose between tried and new entries 10 years ago
Pieter Wuille f68ba3f67b Do not bias outgoing connections towards fresh addresses 10 years ago
Pieter Wuille a8ff7c62ed Simplify hashing code 10 years ago
Pieter Wuille e6b343d880 Make addrman's bucket placement deterministic. 10 years ago
Pieter Wuille b23add5521 Switch addrman key from vector to uint256 10 years ago
Cory Fields a354a59f1f wallet: move crypter to wallet 10 years ago
Mike Hearn 5983a4e50f Add a NODE_GETUTXO service bit and document NODE_NETWORK. 10 years ago
Philip Kaufmann 341e2385d5 use constant references for strings in functions in wallet/*.* 10 years ago
Pieter Wuille 18051c7fbd Abstract out Ctransaction-specific signing into TransactionSignatureCreator 10 years ago
dexX7 e9c3215b77
[Wallet] sort pending wallet transactions before reaccepting 10 years ago
Jonas Schnelli 2bb1c87700 refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp 10 years ago
Cory Fields d7d187e8a4 allocators: split allocators and pagelocker 10 years ago
Pieter Wuille 9c2737901b Reduce fingerprinting through timestamps in 'addr' messages. 10 years ago
Alex Morcos cd3d67cf3b Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates 10 years ago
Jonas Schnelli 8b60808c1e [QT] some mac specifiy cleanup (memory handling, unnecessary code) 10 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 10 years ago
Cozz Lovan 292623adf5 Subtract fee from amount 10 years ago
fsb4000 e96c5184e7 BUGFIX: Stack around the variable 'rv' was corrupted 10 years ago
Alex Morcos a9af415887 fix InvalidateBlock to repopulate setBlockIndexCandidates 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 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