aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-021-1/+2
|\ \ \ | |/ / |/| / | |/
| * Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-021-1/+2
* | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-0/+31
|\ \
| * | Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-241-5/+9
| * | Add address groupings RPC from the coincontrol patches.coderrr2012-08-231-0/+27
| |/
* | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-4/+2
* | Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-231-33/+22
|/
* Choose reasonable "smart" times to display for transactionsLuke Dashjr2012-08-231-20/+2
* JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr2012-08-231-0/+2
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-5/+7
* Spaces in stringsxanatos2012-08-231-2/+2
* RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-0/+31
* RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik2012-08-211-0/+1429