9987 Commits (0893705ebfa66c4997838734208ebf44a773eed7)
 

Author SHA1 Message Date
Wladimir J. van der Laan 9b8fc6c89a
Merge pull request #7035 9 years ago
Jonas Schnelli ff723da6f6
[Qt] improve minimum absolute fee option 9 years ago
Jonas Schnelli 31b508a18b
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation 9 years ago
Jonas Schnelli 80462dda0a
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute 9 years ago
Pieter Wuille ecc7c82361
Move fPayAtLeastCustomFee function to CC 9 years ago
Pieter Wuille aa4b0c26b0 When not filtering blocks, getdata sends more in one test 9 years ago
Wladimir J. van der Laan 96b802510d
Merge pull request #7112 9 years ago
Gregory Maxwell d41e44c9ac Actually only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman b6a0da45db Only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman 6b849350ab Rename setInventoryKnown filterInventoryKnown 9 years ago
Gregory Maxwell e20672479e Remove mruset as it is no longer used. 9 years ago
Gregory Maxwell ec73ef37ec Replace setInventoryKnown with a rolling bloom filter. 9 years ago
Daniel Cousens 4531fc4272 torcontrol: only output disconnect if -debug=tor 9 years ago
Wladimir J. van der Laan a7751824ce
Merge pull request #7103 9 years ago
Wladimir J. van der Laan 6fc287f2df
Merge pull request #7027 9 years ago
Jonas Schnelli 9af5f9cb87
Move uiInterface.NotifyBlockTip signal above the core/wallet signal 9 years ago
Wladimir J. van der Laan 9ebedc1756
Merge pull request #7126 9 years ago
Wladimir J. van der Laan 74b5ce24c6
Merge pull request #7116 9 years ago
Jonas Schnelli fa93174a7c
Merge pull request #7127 9 years ago
Jonas Schnelli c28d3937b0
Merge pull request #7025 9 years ago
Jonas Schnelli 4082e46603
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal 9 years ago
Jonas Schnelli 947d20b84a
[Qt] reduce cs_main in getVerificationProgress() 9 years ago
Jonas Schnelli e6d50fcdec
[Qt] update block tip (height and date) without locking cs_main, update always (each block) 9 years ago
Jonas Schnelli 012fc91511
NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* 9 years ago
Jorge Timón cb491e7788 Trivial: Fix warning introduced by #7053 by casting to uint64_t 9 years ago
Gregory Sanders d52fbf00e3 Added additional config option for multiple RPC users. 9 years ago
Pieter Wuille 9ac63d6d30 Keep track of explicit wallet conflicts instead of using mempool 9 years ago
Pieter Wuille 5d5ef3a4cf
Merge pull request #7129 9 years ago
Pieter Wuille 49fb8e89b7 Documentation updates for BIP 130 9 years ago
Suhas Daftuar 50262d8953 Allow block announcements with headers 9 years ago
Gregory Maxwell c894fbbb1d
Merge pull request #7106 9 years ago
MarcoFalke fa506c0c9b [wallet] Add rpc tests to verify fee calculations 9 years ago
Ryan Havar 4b89f01d72 Default fPayAtLeastCustomFee to false 9 years ago
Luke Dashjr a6cbc02b6b Bugfix: Default -uiplatform is not actually the platform this build was compiled on 9 years ago
Pieter Wuille 61457c29d7
Merge pull request #6508 9 years ago
MarcoFalke fa4b627269 Move blocksonly parameter interaction to InitParameterInteraction() 9 years ago
Pieter Wuille 8d26289c9a
Merge pull request #6961 9 years ago
MarcoFalke fa41d4c8c6 [qt] Move GUI related HelpMessage() part downstream 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Pieter Wuille 086ee67d83 Switch to a more efficient rolling Bloom filter 9 years ago
Luke Dashjr 3307bdb333 Bugfix: Omit wallet-related options from -help when wallet is not supported 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Nick 996d3117c7 [RPC] Add transaction size to JSON output 9 years ago
Pieter Wuille 92aa7311d6
Merge pull request #6942 9 years ago
Pieter Wuille 8332457e95
Merge pull request #7003 9 years ago
Wladimir J. van der Laan 8284feb3c9
Merge pull request #7117 9 years ago
paveljanik a64d7b4e42 Print correct minimum mempool size in MB 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Pieter Wuille ee60e5625b Add merkle.{h,cpp}, generic merkle root/branch algorithm 9 years ago
Wladimir J. van der Laan 93e0514fd0
Merge pull request #7078 9 years ago