7009 Commits (c6cb6f7d4c4bbfe96256c66b3aef4e7e3ff6285f)

Author SHA1 Message Date
Alex Morcos c6cb6f7d4c Avoid unnecessary database access for unknown transactions 8 years ago
Matthew English 03c77fdc14 Doc: Update isStandardTx comment 8 years ago
Suhas Daftuar e4ba9f6b04 Version 2 transactions remain non-standard until CSV activates 8 years ago
Wladimir J. van der Laan 62b9a557fc Reduce block timeout to 10 minutes 8 years ago
Pieter Wuille 0e24bbf679 Self check after the last peer is removed 8 years ago
Pieter Wuille 2d1d6581ec Track block download times per individual block 8 years ago
Jorge Timón bf477bcc79 Trivial: Globals: Explicitly pass const CChainParams& to ProcessMessage() 8 years ago
Wladimir J. van der Laan 07398e8e9d init: allow shutdown during 'Activating best chain...' 8 years ago
mruddy eda3d92489 Net: Add IPv6 Link-Local Address Support 8 years ago
mruddy 92107d574d RPC: add versionHex in getblock and getblockheader JSON results; expand data in getblockchaininfo bip9_softforks field. 8 years ago
Pavel Janík 0087f26848 Use relative paths instead of absolute paths 8 years ago
Jonas Schnelli 8efed3bc93
[Qt] Support for abandoned/abandoning transactions 8 years ago
mruddy 60361ca481 RPC: fix generatetoaddress failing to parse address and add unit test 8 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 8 years ago
paveljanik a22bde9449 Fix typo: Optimizaton -> Optimization 8 years ago
Pieter Wuille eff736e55e Reformat version in UpdateTip and other messages 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
Pavel Janík ae2156f123 Clear the input line after activating autocomplete 8 years ago
Wladimir J. van der Laan 18f05c765c build: python 3 compatibility 8 years ago
mruddy e1523cee58 P2P: add maxtimeadjustment command line option 8 years ago
Jonas Schnelli 7d5e31a82b
[Qt] remove trailing output-index from transaction-id 8 years ago
Jonas Schnelli cef8bdf5d7
[Wallet][RPC] add missing abandon status documentation 8 years ago
Jonas Schnelli fc737d127f
[Qt] remove unused formatBuildDate method 8 years ago
João Barbosa df9e9233dc Fix lockunspents help message 8 years ago
Jonas Schnelli 263de3d1c8
[Wallet][RPC] add abandoned status to listtransactions 8 years ago
instagibbs f1bb13c93d Added companion removeprunedfunds call. 8 years ago
instagibbs 7eb702954e Add importprunedfunds rpc call 8 years ago
João Barbosa bb16c8894b Prevent multiple calls to CWallet::AvailableCoins 8 years ago
Jonas Schnelli 4856f1d671
[Qt] Debug window: replace "Build date" with "Datadir" 8 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 8 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 8 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 8 years ago
Denis Lukianov c5825d2d73 Correct importaddress help reference to importpubkey 8 years ago
MarcoFalke fad13b1612 [amount] Preempt issues with negative fee rates 8 years ago
Patrick Strateman c90036f664 Always disconnect old nodes which request filtered connections. 8 years ago
Thomas Kerin 6601ce508e protocol.h/cpp: Removes NetMsgType::ALERT 8 years ago
BtcDrak ad7210408c Formatting 8 years ago
BtcDrak 1b77471bd6 Remove alert keys 8 years ago
BtcDrak 01fdfeffc4 Remove `-alerts` option 8 years ago
BtcDrak 92066344fd Update alert notification and GUI 8 years ago
BtcDrak bbb9d1d123 Remove p2p alert handling 8 years ago
Alex Morcos 68d4282774 Fix calculation of balances and available coins. 8 years ago
BtcDrak 12c89c9185 Policy: allow transaction version 2 relay policy. 8 years ago
BtcDrak 02c2435802 Soft fork logic for BIP68 8 years ago
BtcDrak 478fba6d52 Soft fork logic for BIP113 8 years ago
Pieter Wuille 65751a3cf2 Add CHECKSEQUENCEVERIFY softfork through BIP9 8 years ago
João Barbosa 0f176927f8 Improve COutPoint less operator 8 years ago
MarcoFalke faf756ae4e [amount] Make GetFee() monotonic 8 years ago
MarcoFalke fab6880494 [qa] Add amount tests 8 years ago
MarcoFalke fae8467d41 [qt] Remove unneeded "fSendFreeTransactions" check 8 years ago