7969 Commits (65679990967c0fa4fc0320907d9cd33c801faf5a)

Author SHA1 Message Date
Wladimir J. van der Laan 6567999096 rpc: Add `getmemoryinfo` call 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
Wladimir J. van der Laan f4d1fc259b wallet: Get rid of LockObject and UnlockObject calls in key.h 8 years ago
Wladimir J. van der Laan 999e4c91c2 wallet: Change CCrypter to use vectors with secure allocator 8 years ago
Jonas Schnelli e7156ad61b
[RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
Wladimir J. van der Laan 23c32a9694
rpc: Change JSONRPCRequest to JSONRPCRequestObj 8 years ago
Jonas Schnelli ef0c9ee296 [Qt] make warnings label selectable 8 years ago
Luke Dashjr 59daa58d6a RPC/Mining: getblocktemplate: Update and fix formatting of help 8 years ago
Gregory Maxwell 4630479135 Make dnsseed's definition of acute need include relevant services. 8 years ago
Russell Yanofsky 18dacf9bd2 Add microbenchmarks to profile more code paths. 8 years ago
Jorge Timón b26a7b5377
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
R E Broadley a1919adab0 Report NodeId in misbehaving debug 8 years ago
Gregory Maxwell 9583477288 Be more aggressive in connecting to peers with relevant services. 8 years ago
Matt Corallo 1ab21cf344 Remove bogus assert on number of oubound connections. 8 years ago
Christian Decker 2449e12681 My DNS seed supports filtering 8 years ago
Matt Corallo ffb4713920 Add x9 service bit support to dnsseed.bluematt.me 8 years ago
Matt Corallo 504c72ad34 Comment that most dnsseeds only support some service bits combos 8 years ago
Pieter Wuille 3ac6de0a04 Align constant names for maximum compact block / blocktxn depth 8 years ago
instagibbs b2e93a343e Add cmpctblock to debug help list 8 years ago
Matt Corallo fe998e962d More agressively filter compact block requests 8 years ago
Matt Corallo 02a337defd Dont remove a "preferred" cmpctblock peer if they provide a block 8 years ago
Pieter Wuille f9c23dea97 Define start and end time for segwit deployment 8 years ago
Wladimir J. van der Laan 5eaaa83ac1 Kill insecure_random and associated global state 8 years ago
BtcDrak b0aea80579
Sync bitcoin-tx with tx version policy 8 years ago
Johnson Lau 9260085377 test segwit uncompressed key fixes 8 years ago
Pieter Wuille 248f3a76a8 Fix ismine and addwitnessaddress: no uncompressed keys in segwit 8 years ago
Johnson Lau 4c0c25a604 Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 8 years ago
Johnson Lau 3ade2f64cf Add standard limits for P2WSH with tests 8 years ago
R E Broadley 1724a405c9 Display minimum ping in debug window. 8 years ago
Luke Dashjr 21f5a6364d Qt: Add "Copy URI" to payment request context menu 8 years ago
Wladimir J. van der Laan 8aed5f6c23 qt: Translate all files, even if wallet disabled 8 years ago
MarcoFalke fafeec3cf2 [qt] sync-overlay: Don't show progress twice 8 years ago
jnewbery 621441a7a7 add verbose mode to bitcoin-util-test.py 8 years ago
jonnynewbs 4408558843 Update bitcoin-tx to output witness data. 8 years ago
jnewbery d51f182461 Don't return the address of a P2SH of a P2SH. 8 years ago
Wladimir J. van der Laan 1df311118d protocol.h: Make enums in GetDataMsg concrete values 8 years ago
Cory Fields cb78c60534 gui: fix ban from qt console 8 years ago
Luke Dashjr a78e5428ac Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block 8 years ago
Matt Corallo a9aec5c24d Use BlockChecked signal to send reject messages from mapBlockSource 8 years ago
Matt Corallo 7565e03b96 Remove SyncWithWallets wrapper function 8 years ago
Matt Corallo 12ee1fe018 Always call UpdatedBlockTip, even if blocks were only disconnected 8 years ago
Matt Corallo f5efa28393 Remove CConnman parameter from ProcessNewBlock/ActivateBestChain 8 years ago
Matt Corallo fef1010199 Use CValidationInterface from chain logic to notify peer logic 8 years ago
Matt Corallo aefcb7b70c Move net-processing logic definitions together in main.h 8 years ago
Pieter Wuille 6aa28abf53 Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
Matt Corallo 0278fb5f48 Remove duplicate nBlocksEstimate cmp (we already checked IsIBD()) 8 years ago
Matt Corallo 87e7d72807 Make validationinterface.UpdatedBlockTip more verbose 8 years ago
Matt Corallo 06128da751 Make GetFetchFlags always request witness objects from witness peers 8 years ago
MarcoFalke eeeebdd3cb [doc] Rework docs 8 years ago