| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra... | Luke Dashjr | 2012-08-23 | 1 | -0/+1 | |
| * | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik | 2012-08-21 | 1 | -7/+0 | |
| |\ | ||||||
| | * | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | 2012-08-21 | 1 | -7/+0 | |
| * | | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen | 2012-08-20 | 1 | -10/+10 | |
| |/ | ||||||
| * | When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp... | Gavin Andresen | 2012-08-20 | 1 | -1/+5 | |
| * | Correctly handle missing inputs in signrawtransaction. Fixes #1654. | Gregory Maxwell | 2012-08-06 | 1 | -3/+8 | |
| * | New feature for signrawtransaction: specify signature hash (ALL/NONE/etc) | Gavin Andresen | 2012-07-17 | 1 | -3/+24 | |
| * | Bug fix: sendrawtransaction was not relaying properly | Gavin Andresen | 2012-07-12 | 1 | -10/+23 | |
| * | Use unsigned ints to fix signed/unsigned warnings | Gavin Andresen | 2012-07-05 | 1 | -3/+3 | |
| * | Implement raw transaction RPC calls | Gavin Andresen | 2012-07-05 | 1 | -0/+470 | |