1493 Commits (f628d9a29a2d83c80323c801f618b5375543bd0d)

Author SHA1 Message Date
Johnson Lau 3ade2f64cf Add standard limits for P2WSH with tests 8 years ago
Pieter Wuille 6aa28abf53 Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
Matt Corallo 06128da751 Make GetFetchFlags always request witness objects from witness peers 8 years ago
Wladimir J. van der Laan 2c09a5209a protocol.h: Move MESSAGE_START_SIZE into CMessageHeader 8 years ago
Cory Fields 905bc68d05 net: fix a few cases where messages were sent rather than dropped upon disconnection 8 years ago
Wladimir J. van der Laan 41e58faf04 net: Consistent checksum handling 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
Pieter Wuille d9ff591d42 Move static global randomizer seeds into CConnman 8 years ago
Pavel Janík b4fb512719 UndoReadFromDisk works on undo files (rev), not on block files. 8 years ago
rodasmith 1d635ae61b fix op order to append first alert 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields f60b9059e4 net: Pass best block known height into CConnman 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields be9c796dc5 net: move SendBufferSize/ReceiveFloodSize to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields 960cf2e405 net: move nLocalHostNonce to CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields a0f3d3cdad net: move ban and addrman functions into CConnman 8 years ago
Cory Fields aaf018e3b7 net: handle nodesignals in CConnman 8 years ago
Cory Fields 5b446dd5b1 net: Pass CConnection to wallet rather than using the global 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Jeremy Rubin ec81881b86 Performance Regression Fix: Pre-Allocate txChanged vector 8 years ago
Pavel Janík 125b946cb4 Do not shadow upper local variable 'send', prevent -Wshadow compiler warning. 8 years ago
Pieter Wuille 34521e4d7d Do not store witness txn in rejection cache 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Johnson Lau 482f852da6 Implement NULLDUMMY softfork 8 years ago
Pieter Wuille 887919c7b7 Check for compatibility with download in FindNextBlocksToDownload 8 years ago
Pieter Wuille 144ed76ea0 Fix some locks 8 years ago
Pieter Wuille 35fe0393f2 Rename to PrecomputedTransactionData 8 years ago
Gregory Maxwell eb3596f7c2 Do not add random inbound peers to addrman. 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
R E Broadley 259ee09f88 Show "end" instead of many zeros when getheaders request received with a hashStop of Null. 8 years ago
MarcoFalke fa785d1211 Use __func__ to get function name for output printing 8 years ago
Pieter Wuille d2c5d044d0 Precompute sighashes 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Jonas Schnelli b3b3c2a562
Reduce cs_main locks during ConnectTip/SyncWithWallets 8 years ago
Michael Rotarius f13c1bae52 Move AdvertiseLocal debug output to net category 8 years ago
Pieter Wuille 0fd2a33648 Use a signal to continue init after genesis activation 8 years ago
Wladimir J. van der Laan 5c9e49d12c net: Ignore `notfound` P2P messages 8 years ago
Jorge Timón c8664eeac7 Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckBlock 8 years ago
Suhas Daftuar 1d06e49834 Ignore CMPCTBLOCK messages for pruned blocks 8 years ago
Suhas Daftuar 1de2a46632 Ignore GETBLOCKTXN requests for unknown blocks 8 years ago
NicolasDorier 122786d0e0 Consensus: Remove ISM 8 years ago
Johnson Lau 1ffaff2f74 Make witness v0 outputs non-standard before segwit activation 8 years ago
NicolasDorier 7821889bce Consensus: Remove calls to error() from ContextualCheckBlock 8 years ago
Jonas Schnelli 2f32c82b3d
[Qt] show network/chain errors in the GUI 8 years ago
Pieter Wuille ab942c15bd Treat high-sigop transactions as larger rather than rejecting them 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Jorge Timón 38c4c8b701 Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock 8 years ago
Jorge Timón 6f3d616dc8 Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and ContextualCheckBlock 8 years ago