Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
exactly-3-deep recursion
|
|
|
|
|
|
|
|
IsStandardInputs could crash if given invalid input index.
|
|
|
|
|
|
- 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
|
|
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)
|
|
When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()
|
|
|
|
|
|
|
|
so it takes a flag for how to interpret OP_EVAL.
Also increased IsStandard size of scriptSigs to 500 bytes, so
a 3-of-3 multisig transaction IsStandard.
|
|
|
|
|
|
|
|
|
|
OP_EVAL is a new opcode that evaluates an item on the stack as a script.
It enables a new type of bitcoin address that needs an arbitrarily
complex script to redeem.
|
|
|
|
Initial support for (a and b), (a or b), and 2-of-3 escrow
transactions (where a, b, and c are keys).
|
|
|
|
|
|
Dumpprivkey
|
|
Add "About Qt" menu option to show built-in Qt About dialog
|
|
Implement BIP 14 : separate protocol version from client version
|