| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| | |
c9ce17b Trivial: Grammar and capitalization (Derek Miller)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
c14ffd5 [trivial] fix mempool comment (outdated by BIP125) (jonnynewbs)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
fa6e71b [qa] Add getinfo smoke tests and rework versionbits test (MarcoFalke)
ddddaaf [rpc] Deprecate getinfo (MarcoFalke)
|
| | | | |
| | | |
| | | |
| | | | |
This was replaced by getmininginfo, getnetworkinfo and getwalletinfo
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
381826d bitcoin-cli: More detailed error reporting (Wladimir J. van der Laan)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Register a evhttp error handler to get a more detailed error message
if the HTTP request fails.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
faef293 [wallet] Add high transaction fee warnings (MarcoFalke)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
3650668 Squashed 'src/univalue/' changes from f32df99..daf1285 (MarcoFalke)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
edeaf24 Fix future copyright year (Mitchell Cash)
|
| | |/ / / / |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
3333bd2 [test] Remove redundant print in addrman_tests (MarcoFalke)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
08827df [Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul (Jonas Schnelli)
d8b062e [Qt] only update "amount of blocks left" when the header chain is in-sync (Jonas Schnelli)
e3245b4 [Qt] add out-of-sync modal info layer (Jonas Schnelli)
e47052f [Qt] ClientModel add method to get the height of the header chain (Jonas Schnelli)
a001f18 [Qt] Always pass the numBlocksChanged signal for headers tip changed (Jonas Schnelli)
bd44a04 [Qt] make Out-Of-Sync warning icon clickable (Jonas Schnelli)
0904c3c [Refactor] refactor function that forms human readable text out of a timeoffset (Jonas Schnelli)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
overhaul
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6d0ced1 Do not set an addr time penalty when a peer advertises itself. (Gregory Maxwell)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Claims a peer makes about itself are inherently more credible.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
f839350 Do not shadow in src/qt (Pavel Janík)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
b5ccded Comment on CConnman::nLocalServices meaning (instagibbs)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | | |
482f852 Implement NULLDUMMY softfork (Johnson Lau)
|
| | | |_|/ / /
| |/| | | | |
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | | |
7c069a7 Do not shadow global variable (Pavel Janík)
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6666ca6 [qt] WalletModel: Expose disablewallet (MarcoFalke)
|
| | | | | | | |
|
| |\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
fa58edb [wallet] Introduce DEFAULT_DISABLE_WALLET (MarcoFalke)
fab9107 init: Get rid of fDisableWallet (MarcoFalke)
|
| | | | | | | |
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
c6f5ca8 [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (Jonas Schnelli)
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
c015634 qt: Adding transaction size to transaction details window (Hampus Sjöberg)
\-- merge fix for s/size/total size/
fdf82fb Adding method GetTotalSize() to CTransaction (Hampus Sjöberg)
|
| | | | | | |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
GetTotalSize() returns the total transaction size (including witness) in
bytes.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1586044 [Qt] RPC-Console: support nested commands and simple value queries (Jonas Schnelli)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Commands can be executed with bracket syntax, example: `getwalletinfo()`.
Commands can be nested, example: `sendtoaddress(getnewaddress(), 10)`.
Simple queries are possible: `listunspent()[0][txid]`
Object values are accessed with a non-quoted string, example: [txid].
Fully backward compatible.
`generate 101` is identical to `generate(101)`
Result value queries indicated with `[]` require the new brackets syntax.
Comma as argument separator is now also possible: `sendtoaddress,<address>,<amount>`
Space as argument separator works also with the bracket syntax, example: `sendtoaddress(getnewaddress() 10)
No dept limitation, complex commands are possible:
`decoderawtransaction(getrawtransaction(getblock(getbestblockhash())[tx][0]))[vout][0][value]`
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2ca6b9d Remove last reference to CWalletDB from accounting_tests.cpp (Patrick Strateman)
02e2a81 Remove pwalletdb parameter from CWallet::AddAccountingEntry (Patrick Strateman)
d2e678d Add CWallet::ReorderTransactions and use in accounting_tests.cpp (Patrick Strateman)
59adc86 Add CWallet::ListAccountCreditDebit (Patrick Strateman)
|
| | | | | | | |
|
| | | | | | | |
|