91 Commits (e564e63ef04e55b1e446f8440d51c611bc41cec6)

Author SHA1 Message Date
Shaul Kfir e5ece053da Rename Interval() to DifficultyAdjustmentInterval() 10 years ago
Jonas Schnelli 17115d0a34 fix getblocktemplate lock issue 10 years ago
Shaul Kfir f4b2078f72 Replace difficulty readjustment blocks with Interval() 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Wladimir J. van der Laan 734f85c4f0 Use arith_uint256 where necessary 10 years ago
jtimon 0cc0d8d60b Get rid of the internal miner's hashmeter 10 years ago
Luke Dashjr a15dba5dff en: Avoid ambiguous language regarding when transactions confirm 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Luke Dashjr 7f71813919 Bugfix: prioritisetransaction: Do some basic sanity checking on txid 10 years ago
Luke Dashjr 8a20cd3c51 prioritisetransaction RPC: Restore compatibility with existing implementations by using satoshis for fee offset rather than BTC 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Luke Dashjr 60755dbf76 submitblock: Check for duplicate submissions explicitly 10 years ago
Luke Dashjr 9765a50cbd Implement BIP 23 Block Proposal 10 years ago
Luke Dashjr 3dcbb9b6b4 Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock 10 years ago
Gavin Andresen 18379875bf
Optimize -regtest setgenerate block generation 10 years ago
Luke Dashjr e69a5873e7 RPC: submitblock: Support for returning specific rejection reasons 10 years ago
Luke Dashjr 1bea2bbddc Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and document it 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Luke Dashjr d29a2917ff Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for submitblock 10 years ago
Luke Dashjr f877aaaf16 Bugfix: submitblock: Use a temporary CValidationState to determine accurately the outcome of ProcessBlock, now that it no longer does the full block validity check 10 years ago
jtimon cc97210799 Add fTestnetToBeDeprecatedFieldRPC to CChainParams 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
jtimon c2c02f3fa9 Move UpdateTime to pow 10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
Cozz Lovan ebdcc360b6 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis 10 years ago
Luke Dashjr ff6a7af154 getblocktemplate: longpolling support 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 10 years ago
jtimon 645d497aa0 Replace HexBits with strprintf 10 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 10 years ago
Pieter Wuille cf0c47b269 Remove getwork() RPC call 10 years ago
jtimon f6984e8141 Add "chain" to getmininginfo, improve help in getblockchaininfo 10 years ago
jtimon b82b7ec3dc Get rid of Params().RPCisTestNet() 10 years ago
Philip Kaufmann ac14bcc1f1 small formatting, indentation and comment fixes 10 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 10 years ago
jtimon 6fc0fa63d9 Add RPCisTestNet chain parameter 10 years ago
jtimon bfa9a1a638 Add MineBlocksOnDemand chain parameter 10 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 11 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 11 years ago
Isidoro Ghezzi f61287c9b1 RPC command getmininginfo showing right genproclimit 11 years ago
Gregory Maxwell aec55a073d "getnetworkhashps" with defaults was yielding "0", the hashrate is not 0. 11 years ago
Thomas Holenstein df840de5da
Make bitcoin compile without wallet if "db_cxx.h" is not present 11 years ago
Wladimir J. van der Laan 4a85e06750 Allow mining RPCs with --disable-wallet 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Gavin Andresen c8b74258ba setgenerate creates multiple blocks in -regtest mode 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago