Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | Merge pull request #1672 from gmaxwell/filter_listunspent | Gregory Maxwell | |
Listunspent txout address filtering and listaddressgroupings | |||
2012-08-24 | Change CWallet addressgrouping to use CTxDestination instead of strings. | Gregory Maxwell | |
This is cleanup for the listaddressgroupings code. Also add some real help text. | |||
2012-08-24 | Avoid leaving return types or function attributes on their own lines. | Gregory Maxwell | |
2012-08-23 | Add txout address filtering to listunspent. | Gregory Maxwell | |
This applies on top of the coincontrol listaddressgroupings patch and makes finding eligible outputs from the groups returned by listaddressgroupings possible. | |||
2012-08-23 | JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to ↵ | Luke Dashjr | |
transaction Object outputs | |||
2012-08-21 | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik | |
Move code to new modules rpcwallet.cpp, rpcblockchain.cpp | |||
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | |
2012-08-20 | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen | |
Allows the user to pass null as the second or third parameter to signrawtransaction, in case you need to (for example) fetch private keys from the wallet but want to specify the hash type. | |||
2012-08-20 | When using SIGHASH_SINGLE, do not sign inputs that have no corresponding ↵ | Gavin Andresen | |
outputs. This fixes issue #1688 | |||
2012-08-06 | Correctly handle missing inputs in signrawtransaction. Fixes #1654. | Gregory Maxwell | |
Signrawtransaction rpc was crashing when some inputs were unknown, and even with that fixed was failing to handle all the known inputs if there were unknown inputs in front of them. This commit instead attempts to fetch inputs one at a time. | |||
2012-07-17 | New feature for signrawtransaction: specify signature hash (ALL/NONE/etc) | Gavin Andresen | |
2012-07-12 | Bug fix: sendrawtransaction was not relaying properly | Gavin Andresen | |
2012-07-05 | Use unsigned ints to fix signed/unsigned warnings | Gavin Andresen | |
2012-07-05 | Implement raw transaction RPC calls | Gavin Andresen | |
Implement listunspent / getrawtransaction / createrawtransaction / signrawtransaction, to support creation and signing-on-multiple-device multisignature transactions. |