Age | Commit message (Collapse) | Author |
|
Fix horrific performance found by gmaxwell.
|
|
|
|
Fix transaction type in UI
|
|
|
|
|
|
Fix typo (#734)
|
|
|
|
|
|
|
|
|
|
Fix dnsseed deadlock
|
|
Made three critical blocks for cs_mapAddresses smaller, and moved
writing to the database out of them. This should also improve the
concurrency of the code.
|
|
|
|
necessarily IP tx'es
- Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther",
(IP tx'es are so rare they can be put together with funky EV_EVAL scripts)
|
|
|
|
exactly-3-deep recursion
|
|
|
|
|
|
|
|
IsStandardInputs could crash if given invalid input index.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #722.
|
|
Context menu updates for TransactionView and AddressTablePage
|
|
- Also, unify similar code related to copying transaction fields to clipboard
|
|
|
|
|
|
|
|
QR Code generation via libqrencode
|
|
|
|
keystore if they care)
|
|
|
|
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
|
|
|
|
API: GetMinFee modes
|
|
|
|
Implement "Start on window system startup" on Win32 + Linux.
|
|
|
|
|
|
|
|
Store fewer time samples
|
|
Cleanups suggested by genjix
|
|
USE_QRENCODE=1.
Amended build docs for Linux and OSX, and OSX makefile.
Added package 'qrencode' to gitian.yml
|
|
explicity init static var
|
|
|
|
modern c++ compilers)
|