119 Commits (be9c796dc51c05cab0b84d2e66c928973c6e5ed6)

Author SHA1 Message Date
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8ae2dac1c6 net: move added node functions to CConnman 8 years ago
Cory Fields a0f3d3cdad net: move ban and addrman functions into CConnman 8 years ago
Cory Fields b1a5f43208 net: move OpenNetworkConnection into CConnman 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Cory Fields d7349ca50d net: Add rpc error for missing/disabled p2p functionality 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Pieter Wuille 854f1af22e Make the dummy argument to getaddednodeinfo optional 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
MarcoFalke fa27c0a2c4 [doc] Fix typos in comments, doxygen: Fix comment syntax 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Sev 6ffd996b8e Corrected JSON typo on setban of net.cpp 8 years ago
whythat c784086075 use std::map::emplace() instead of std::map::insert() 8 years ago
whythat 5e187e7001 use c++11 std::unique_ptr instead of boost::shared_ptr 8 years ago
Luke Dashjr 160f895a80 Bugfix: Use pre-BIP141 sigops until segwit activates 8 years ago
Jameson Lopp 65f4532f13 document return value of networkhashps for getmininginfo RPC endpoint 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
NicolasDorier 122786d0e0 Consensus: Remove ISM 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Jonas Schnelli b1c7b244e2
[Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress 8 years ago
Pavel Janík 2129fcea69 The bit field is shown only when status is "started" 8 years ago
jl2012 409f83322e RPC: Hide softfork if timeout is 0 8 years ago
Daniel Cousens 27f8126ff3 remove unnecessary LOCK(cs_main) 8 years ago
NicolasDorier 745eb678ef [RPC] signrawtransaction can sign P2WSH 8 years ago
Pieter Wuille f4691ab3a9 [RPC] Add wallet support for witness transactions (using P2SH) 8 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Johnson Lau 7c4bf779e8 [RPC] Return witness data in blockchain RPCs 8 years ago
Pieter Wuille 3dd410294d BIP143: Verification logic 8 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 8 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Pieter Wuille 449f9b8deb BIP141: Witness program 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
Pieter Wuille 1111b80df8 Rework addnode behaviour 8 years ago
Suhas Daftuar 7f6eda8043 Add ancestor statistics to mempool entry RPC output 8 years ago
Suhas Daftuar b09b8135ae Add getmempoolentry RPC call 8 years ago
Suhas Daftuar 0dfd86956d Add getmempooldescendants RPC call 8 years ago
Jonas Schnelli 6fa950a573
[RPC] Fix createrawtx sequence number unsigned int parsing 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 8 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 8 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Jonas Nick bd0f413877 Reduce unnecessary hashing in signrawtransaction 8 years ago
Gregory Maxwell c769c4af11 Avoid counting failed connect attempts when probably offline. 8 years ago
Alex Morcos 4dc94d1036 Refactor CreateNewBlock to be a method of the BlockAssembler class 8 years ago
Suhas Daftuar 8f7b5dc4af Add getmempoolancestors RPC call 8 years ago
Suhas Daftuar 5ec0cde371 Refactor logic for converting mempool entries to JSON 8 years ago