15105 Commits (ff4cd6075b12fb32b9a906deea3ed033e3f9560a)
 

Author SHA1 Message Date
Paul Berg d552ed678c Put back inadvertently removed copyright notices 7 years ago
MarcoFalke 96ac26e566
Merge #11310: [tests] Test listwallets RPC 7 years ago
Cristian Mircea Messel fb1f325822 Add listwallets RPC test to multiwallet.py 7 years ago
MarcoFalke fadd0c16b6 [qa] zapwallettxes: Wait up to 3s for mempool reload 7 years ago
MarcoFalke cce94c518a
Merge #11311: travis: Revert default datadir check 7 years ago
MarcoFalke fa4fad9d86 travis: Revert default datadir check 7 years ago
MarcoFalke 801dd40666
Merge #7142: Travis: Test build against system libs (& Qt4) 7 years ago
MarcoFalke ce829855cf
Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file. 7 years ago
MarcoFalke b148803b18
Merge #11264: [doc] Fix broken Markdown table in dependencies.md 7 years ago
MarcoFalke c377feaad8
Merge #11267: rpc: update cli for estimate*fee argument rename 7 years ago
MarcoFalke b37cab65c6
Merge #11230: [tests] fixup dbcrash interaction with add_nodes() 7 years ago
Alex Morcos bf64c3cb34 Ignore transactions added to mempool during a reorg for fee estimation purposes. 7 years ago
Alex Morcos 04f78ab5b9 Do not reject based on mempool min fee when bypass_limits is set. 7 years ago
Alex Morcos fd849e1b03 Change AcceptToMemoryPool function signature 7 years ago
MarcoFalke fadf31ef02 wallet: Display non-HD error on first run 7 years ago
MarcoFalke fa65dcdda0 doc: Update release notes for 0.16.0 7 years ago
MarcoFalke fa2c3b6cf7 doc: Bump manpages to 0.15.99 7 years ago
Marko Bencun 05cae8aefd range-based loops and const qualifications in net.cpp 7 years ago
Pieter Wuille b9bceaf1c0
Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr. 7 years ago
Pieter Wuille 1afc22a766
Merge #11100: Fix confusing blockmax{size,weight} options, dont default to throwing away money 7 years ago
Matt Corallo 6f703e9bf1 Add release notes describing blockmaxweight deprecation 7 years ago
Matt Corallo 3dc263c9b9 Use a sensible default for blockmaxweight 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
Wladimir J. van der Laan 31e72b284e
Merge #11268: [macOS] remove Growl support, remove unused code 7 years ago
Marko Bencun 35e5c2269c remove unused IsArgSet check 7 years ago
Marko Bencun 605918272c add m_added_nodes to connman options 7 years ago
MeshCollider df10edfd03 More user-friendly error message when partially signing 7 years ago
MarcoFalke 16e41844e7
Merge #11297: Make sure ~/.bitcoin doesn't exist before build 7 years ago
MarcoFalke ee50c9e487
Merge #11276: [Docs] Update CONTRIBUTING.md to reduce unnecessary review workload 7 years ago
MeshCollider b73628d5a8 Make sure ~/.bitcoin doesn't exist before build 7 years ago
MarcoFalke 11dacc6154
Merge #11286: [depends] Don't build libevent sample code 7 years ago
Pieter Wuille 3255d6347b
Merge #11285: Add -usehd to excluded args in check-doc.py 7 years ago
fanquake f38c051048
[depends] Don't build libevent sample code 7 years ago
practicalswift b8d91e03a9 [Docs] Fix broken Markdown table in dependencies.md. Cleanups. 7 years ago
MeshCollider 7d03418aea Add -usehd to excluded args in check-doc.py 7 years ago
Wladimir J. van der Laan c22a53cd63
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option 7 years ago
Jonas Schnelli 91c39e38d9
Update CONTRIBUTRING.md to reduce unnecesarry review workload 7 years ago
Wladimir J. van der Laan 5acd82de9a rpc: make estimatesmartfee argument naming consistent with documentation 7 years ago
Wladimir J. van der Laan 24697c40ee rpc: update cli for estimatefee argument rename 7 years ago
Andrew Chow 713a92073b Remove usehd option and warn when it is used 7 years ago
Andrew Chow d4c18f7330 Bump wallet version number to 159900 7 years ago
MarcoFalke 791a0e6dda
Merge #10767: [wallet] Clarify wallet initialization / destruction interface 7 years ago
John Newbery 5d2a3995e7 [trivial] fixup comment for VerifyWallets() 7 years ago
John Newbery 43b0e81d0f [wallet] Add StartWallets() function to wallet/init.cpp 7 years ago
John Newbery 290f3c56d9 [wallet] Add RegisterWalletRPC() function to wallet/init.cpp 7 years ago
John Newbery 062d63102e [wallet] Add CloseWallets() function to wallet/init.cpp 7 years ago
John Newbery 77fe07c159 [wallet] Add StopWallets() function to wallet/init.cpp 7 years ago
John Newbery 2da5eafa47 [wallet] Add FlushWallets() function to wallet/init.cpp 7 years ago
John Newbery 1b9cee66e1 [wallet] Rename WalletVerify() to VerifyWallets() 7 years ago
John Newbery 9c76ba18cd [wallet] Rename InitLoadWallet() to OpenWallets() 7 years ago