index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
mining.cpp
Age
Commit message (
Expand
)
Author
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-23
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-23
[rpc] add 'getnewaddress' hint to 'generatetoaddress' help text.
John Newbery
2018-10-13
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-09
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-09-24
Merge #13311: Don't edit Chainparams after initialization
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-23
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-22
[RPC] Remove warning for removed estimatefee RPC
John Newbery
2018-09-13
Merge #13983: rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-15
rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-08-13
rpc: Expose ProcessNewBlockHeaders
MarcoFalke
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-03
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-07-22
Merge #12764: doc: Remove field in getblocktemplate help that has never been ...
MarcoFalke
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-19
Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock
Jonas Schnelli
2018-06-11
rpc: Avoid "duplicate" return value for invalid submitblock
MarcoFalke
2018-05-20
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-23
Merge #12448: Interrupt block generation on shutdown request
Wladimir J. van der Laan
2018-04-12
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-12
Add assertion to guide static analyzers. Clang Static Analyzer needs this gui...
practicalswift
2018-04-09
Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in ...
MarcoFalke
2018-04-03
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
2018-04-03
Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
[RPC] Remove field in getblocktemplate help that has never been used
Conor Scott
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-16
rpc: Interrupt block generation on shutdown request
João Barbosa
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-05
[rpc] Remove deprecated getmininginfo RPC option
John Newbery
2018-02-05
[rpc] remove deprecated estimatefee RPC
John Newbery
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-24
[Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetran...
Jan Čapek
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-06
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...
Matt Corallo
2017-09-27
Change getmininginfo errors field to warnings
Andrew Chow
[next]