5761 Commits (960e99404ff7337a5eefac9086dd2843fd70f24a)

Author SHA1 Message Date
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
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
Wladimir J. van der Laan 4414f5ffe1 build: Endian compatibility 10 years ago
Pieter Wuille ba04c4a780 Limit message sizes before transfer 10 years ago
Pieter Wuille 9519a9a420 Add correct bool combiner for net signals 10 years ago
Jonas Schnelli 9bbb880be4 [Qt] fix a issue where "command line options"-action overwrite "Preference"-action (on OSX) 10 years ago
Rob Van Mieghem 84a05b843b
QT: remove unused parameter 10 years ago
Cozz Lovan 90a43c1e93 [Qt] Code-movement-only: Format confirmation message in sendcoinsdialog 10 years ago
Pieter Wuille 51598b2631 Reinitialize state in between individual unit tests. 10 years ago
Cory Fields 16a58a8644 keys: remove libsecp256k1 verification until it's actually supported 10 years ago
Luke Dashjr e96028c78e GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Service" rather than [IP] "Address" 10 years ago
Pieter Wuille 9abbeeabd7 Remove obsolete pubsub method definitions 10 years ago
Wladimir J. van der Laan 6f1274c8c9
qt: Don't save geometry for options and about/help window 10 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class 10 years ago
21E14 32eaf8a3de WIN32 Seed Cleanup: Move nLastPerfmon behind win32 ifdef. 10 years ago
Pieter Wuille 85da07a5a0 Better fingerprinting protection for non-main-chain getdatas. 10 years ago
Cory Fields aa3673064c build: remove libstdc++ backwards-compat 10 years ago
Ross Nicoll 34e5015cd2
Add unit tests for next difficulty calculations 10 years ago
Michael Ford de5403f878 [GUI] Move fee dialog minimise button away from "Transaction Fee" 10 years ago
Philip Kaufmann 6cb4a52535 [Qt, Linux] honor current network when creating autostart link 10 years ago
Philip Kaufmann 9673c35daf [Qt, Win] honor current network when creating autostart link 10 years ago
Shaul Kfir e5ece053da Rename Interval() to DifficultyAdjustmentInterval() 10 years ago
Cory Fields 1630219d90 openssl: abstract out OPENSSL_cleanse 10 years ago
Suhas Daftuar 78c6bedb9c Add test for DER-encoding edge case 10 years ago
Suhas Daftuar 6f50dbd2fd Fix NegateSignatureS to not duplicate last byte of S 10 years ago
Philip Kaufmann deda3e156d [Qt] remove unused getNumBlocksAtStartup() from ClientModel 10 years ago
Philip Kaufmann 47ee8cf091 [Qt] use qint64 in BitcoinGUI::setNumBlocks 10 years ago
Gregory Maxwell 28d4cff0ed Sanitize command strings before logging them. 10 years ago