Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | Add RPC call decodescript | Peter Todd | |
2013-09-12 | Move Parse{Hash|Hex} to be usable by all RPC code | Peter Todd | |
2013-09-10 | Merge pull request #2979 from luke-jr/autoconf | Gregory Maxwell | |
Autoconf fixes | |||
2013-09-10 | Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt | Gregory Maxwell | |
Longer term workaround for chainstate corruption from negative versions. | |||
2013-09-10 | Bugfix: Since test_bitcoin is being built and run inside src/test/, try ↵ | Luke Dashjr | |
using relative directories from that point | |||
2013-09-10 | configure: Prefer specific known-good versions of Qt metacompiler tools | Luke Dashjr | |
2013-09-10 | build-unix.md: Remove now-redundant and unnecessary Gentoo instructions | Luke Dashjr | |
2013-09-10 | configure: Check common include subdirectories for bdb headers, and refuse ↵ | Luke Dashjr | |
to use any version other than 4.8 by default | |||
2013-09-10 | autotools: use an absolute path to test data | Cory Fields | |
2013-09-09 | Merge pull request #2961 from Diapolo/cosmetic | Wladimir J. van der Laan | |
fix some cosmetic glitches in the codebase | |||
2013-09-09 | fix some cosmetic glitches in the codebase | Philip Kaufmann | |
- rename URL into URI in paymentserver where correct - add some missing Qt-coding-stuff in paymentserver - change QSpinBox to QLineEdit as base for BitcoinAmountField in .ui files (as this is the result when converting the BAF back into base) - remove some c_str() and replace with QString::fromStdString() - remove several new-lines - remove unneeded spaces - indentation fixes | |||
2013-09-09 | Longer term workaround for chainstate corruption from negative versions. | Gregory Maxwell | |
This also makes negative transaction versions non-standard. This avoids an issue triggered in block 256818 where transactions with negative version numbers were incorrectly serialized into the UTXO set. On restart nodes detect the inconsistency and refuse to start so long as a block with these transactions is inside the self-consistency check window, logging "coin database inconsistencies found". The software recommends reindexing, but reindexing does not correct the problem. This should be fixed by changing the chainstate serialization, but working around it seems harmless for now because the version is not used by any network rule currently. A patch free workaround is to start with -checklevel=2 which skips the consistency checks, but the IsStandard change is important for miners in order to protect unpatched nodes. | |||
2013-09-08 | Merge pull request #2968 from TheBlueMatt/master | Gavin Andresen | |
Don't warn about forks while fIsInitialDownload | |||
2013-09-08 | Merge pull request #2977 from laanwj/2013_09_release_process_protobuf | Gavin Andresen | |
Add protobuf 2.5.0 download to gitian release process | |||
2013-09-07 | configure.ac: remove superfluous bracket | Jeff Garzik | |
Reported-by: Cory Fields | |||
2013-09-06 | Merge pull request #2943 from theuni/autotools-final | Jeff Garzik | |
Autotools buildsystem | |||
2013-09-06 | Merge pull request #2976 from laanwj/2013_09_txid_details | Wladimir J. van der Laan | |
qt: add vout index to transaction id in transactions details dialog | |||
2013-09-06 | Merge pull request #2973 from Diapolo/qDebug | Wladimir J. van der Laan | |
Bitcoin-Qt: Use qDebug() for printing to debug.log | |||
2013-09-06 | qt: add vout index to transaction id in transactions details dialog | Wladimir J. van der Laan | |
2013-09-06 | Bitcoin-Qt: Use qDebug() for printing to debug.log | Philip Kaufmann | |
- removes all usages of PrintDebugStringF from Qt code - ensure same format for all debug.log messages "functionname : Message" | |||
2013-09-05 | Merge pull request #2978 from gmaxwell/rpc_settxfee_doc | Gavin Andresen | |
Make settxfee clear that units are btc/kb. | |||
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |
2013-09-05 | Make settxfee clear that units are btc/kb. | Gregory Maxwell | |
2013-09-05 | Qt 4.8.3 r2 in gitian and release process | Wladimir J. van der Laan | |
Also needed to add `unzip` package for the added unzip command for OpenSSL in the Qt build. | |||
2013-09-05 | Add protobuf 2.5.0 download to gitian release process | Wladimir J. van der Laan | |
2013-09-03 | Merge pull request #2944 from gavinandresen/acceptheader | Gavin Andresen | |
Set Accept: application/bitcoin-paymentrequest header | |||
2013-09-03 | Don't warn about forks while fIsInitialDownload | Matt Corallo | |
2013-09-02 | Merge pull request #2948 from jgarzik/changeaddr | Gregory Maxwell | |
RPC: add getrawchangeaddress, for raw transaction change destinations | |||
2013-09-02 | Merge pull request #2958 from laanwj/2013_08_txfee2 | Wladimir J. van der Laan | |
[Qt] Display txfee in first sendCoinsDialog message box | |||
2013-09-02 | Merge pull request #2967 from tstranex/master | Pieter Wuille | |
Fix typo in a comment: it's base58, not base48. | |||
2013-09-02 | Fix typo in a comment: it's base58, not base48. | Timothy Stranex | |
2013-09-02 | Merge pull request #2951 from laanwj/2013_08_addressbook_purpose | Wladimir J. van der Laan | |
[Qt] Handle address purpose in incremental updates | |||
2013-09-02 | Merge pull request #2963 from Diapolo/log-qt | Wladimir J. van der Laan | |
Bitcoin-Qt: allow to differentiate Qt log entries from core | |||
2013-08-31 | Bitcoin-Qt: allow to differentiate Qt log entries from core | Philip Kaufmann | |
- prepend "Bitcoin-Qt" in front of debug.log entries, which come from Qt - move DebugMessageHandler installation upwards to the event handler installation, which fits much better | |||
2013-08-31 | qt: Display txfee in first sendCoinsDialog message box | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-08-30 | Merge pull request #2959 from jmcorgan/fix-typo | Pieter Wuille | |
fix the typo fix in linearize.py | |||
2013-08-30 | fix the typo fix in linearize.py | Johnathan Corgan | |
2013-08-30 | Merge pull request #2957 from Rav3nPL/patch-1 | Wladimir J. van der Laan | |
fix help prompt | |||
2013-08-30 | fix help prompt | Rav3nPL | |
2013-08-30 | Merge pull request #2955 from laanwj/2013_08_htmlescape | Wladimir J. van der Laan | |
qt: Use GUIUtil::HtmlEscape to escape HTML | |||
2013-08-30 | qt: Use GUIUtil::HtmlEscape to escape HTML | Wladimir J. van der Laan | |
This is why we created this function. Avoids some #ifdef. | |||
2013-08-30 | contrib/misc/mkbootstrap: rename to linearize.py | Jeff Garzik | |
2013-08-30 | Merge branch 'mkbootstrap' | Jeff Garzik | |
2013-08-30 | Add "mkbootstrap" script to contrib, for creating bootstrap.dat. | Jeff Garzik | |
2013-08-30 | qt: Add comment to sorting step in refreshAddressTable | Wladimir J. van der Laan | |
2013-08-29 | Merge pull request #2930 from Diapolo/displayUnit | Wladimir J. van der Laan | |
Bitcoin-Qt: fixes for using display unit from options | |||
2013-08-29 | qt: Handle address purpose in incremental updates | Wladimir J. van der Laan | |
Correctly use the purpose of addresses that are added after the start of the client. Addresses with purpose "refund" and "change" should not be visible in the GUI. This is now handled correctly. | |||
2013-08-29 | Merge pull request #2940 from Diapolo/checkpoint | Pieter Wuille | |
move Checkpoints:fEnabled from step 2 to step 3 in init | |||
2013-08-29 | Bitcoin-Qt: fixes for using display unit from options | Philip Kaufmann | |
- extend PaymentServer with setOptionsModel() and rework initNetManager() to make use of that - fix all other places in the code to use display unit from options and no hard-coded unit | |||
2013-08-28 | RPC: add getrawchangeaddress, for raw transaction change destinations | Jeff Garzik | |