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-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-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
2017-09-27
Unify help text for GetWarnings output in get*info RPCs
Andrew Chow
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-09-12
Merge #11267: rpc: update cli for estimate*fee argument rename
MarcoFalke
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-08
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-05
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
Fix currency/fee-rate unit string in the help text
Akio Nakamura
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
Convert named argument from nblocks to conf_target
Alex Morcos
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-10
Improve error reporting for estimaterawfee
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-06-29
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
[next]