aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-22/+24
|
* Merge pull request #215 from gavinandresen/negativemoveJeff Garzik2011-05-121-15/+0
|\ | | | | Allow move RPC to take account balances negative
| * Allow move RPC to take account balances negativeGavin Andresen2011-05-091-15/+0
| | | | | | | | | | | | Use case: Customer owes you bitcoins, so you create a payment address associated with an account with a negative balance (the amount they owe). When customer pays, that account balance will go to zero.
* | Add settxfee RPC, to permit setting default TX fee at runtime.Jeff Garzik2011-05-091-0/+18
|/
* Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001Gavin Andresen2011-05-091-2/+2
|
* Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen2011-05-091-1/+1
|
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-6/+12
| | | | | Conflicts: src/sha256.cpp
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+2184
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs