Commit Graph

  • 6222b1d8cc Rework and Improve addblock utility. Dave Collins 2014-01-12 12:05:05 -06:00
  • d8ec5bd33c Prepare for release 0.5.0. BTCD_0_5_0_ALPHA Dave Collins 2014-01-13 17:47:21 -06:00
  • 8b479794ab Add 0.5.0 deps to deps.txt. Dave Collins 2014-01-13 17:45:15 -06:00
  • 15f2ce4abd Fix a couple incorrect comments. Josh Rickmar 2014-01-13 17:16:58 -05:00
  • c99a227df2 Fix a couple of comment typos. Dave Collins 2014-01-10 22:32:05 -06:00
  • 427fb3cd94 gencerts: Print error lowercased for consistency. Josh Rickmar 2014-01-10 17:57:14 -05:00
  • aec17304a0 Add standalone gencerts utility to create RPC TLS certificates. Josh Rickmar 2014-01-10 16:59:54 -05:00
  • 035f8f82b7 Switch to btcutil for certificate generation. Josh Rickmar 2014-01-10 14:45:04 -05:00
  • 3a59e4d064 Set the Connection header to close David Hill 2014-01-10 10:57:05 -05:00
  • dacf9d77c5 Comment the onion/proxy dial/lookup configuration. Dave Collins 2014-01-10 01:52:15 -06:00
  • 4f8c2a3aaf Move missing config file warn just before return. Dave Collins 2014-01-10 01:34:50 -06:00
  • d33e9b4165 Unexport and comment btcDial and btcLookup func. Dave Collins 2014-01-10 01:31:20 -06:00
  • 6578e7345f catch up to new goleveldb Marco Peereboom 2014-01-06 16:02:26 -06:00
  • cd3084afcd Rework the btcwallet connection. Josh Rickmar 2014-01-08 11:40:27 -05:00
  • a5cc3196b4 Clear fetchheaders fields if in that mode and syncpeer detaches. Dale Rahn 2014-01-09 10:40:20 -05:00
  • f93c8a4af1 Don't display btcctl getconnectioncount as float. Dave Collins 2014-01-09 12:17:26 -06:00
  • af0750dd76 Don't display getblockccount from btcctl as float. Dave Collins 2014-01-09 12:15:46 -06:00
  • 05a0ba18b4 Kill GetBalancesCmd. Josh Rickmar 2014-01-09 13:14:53 -05:00
  • b3f63cf35e Fix typo in fetch blocks log message. Dave Collins 2014-01-09 12:13:14 -06:00
  • 28f485a1d1 Fix a couple of style nits. Dave Collins 2014-01-09 11:36:25 -06:00
  • 33890d49e9 Fix a typo. Josh Rickmar 2014-01-09 11:51:51 -05:00
  • 371dfdd76a Kill last sqlite3 bits. Marco Peereboom 2014-01-09 10:26:17 -06:00
  • 6b18796af7 Add 2014 to copyright dates. Dave Collins 2014-01-08 23:54:52 -06:00
  • 18ac5c848a Add 2014 to copyright dates. Dave Collins 2014-01-08 23:52:54 -06:00
  • 58cab817f0 Add 2014 to copyright dates. Dave Collins 2014-01-08 23:51:37 -06:00
  • bf90ed2142 Add 2014 to copyright dates. Dave Collins 2014-01-08 23:49:06 -06:00
  • 565f11409c Add 2014 to copyright dates. Dave Collins 2014-01-08 23:47:23 -06:00
  • 6c7f45fdb7 Add 2014 to copyright dates. Dave Collins 2014-01-08 23:44:08 -06:00
  • d493181886 Add TxSpentNtfn to notify wallets spent outpoints. Josh Rickmar 2014-01-08 21:29:19 -05:00
  • 3946d84887 Make use of the new size hint functions in btcwire. Dave Collins 2014-01-08 17:46:59 -06:00
  • 2458841855 Add tests for new size hint functions. Dave Collins 2014-01-08 17:42:57 -06:00
  • 497aac6d4a Add new funcs to allow size hints on getdata/inv. Dave Collins 2014-01-08 17:21:51 -06:00
  • 6e3f9e451b Rename RescanResultNtfn to ProcessedTxNtfn. Josh Rickmar 2014-01-08 15:23:59 -05:00
  • 462bc5a031 Update for recent btcscript API changes. Dave Collins 2014-01-07 20:30:01 -06:00
  • 9ea77c00f2 Add RescanResultNtfn to notify rescan results. Josh Rickmar 2014-01-08 11:28:38 -05:00
  • 6747e36f51 Slight increase in test coverage. John C. Vernaleo 2014-01-08 10:31:54 -05:00
  • c06d4007fe Fix build for new btcjson.Cmd interface. Josh Rickmar 2014-01-08 09:44:11 -05:00
  • d1efe0c109 Add SetId() to Cmd along with tests. John C. Vernaleo 2014-01-08 09:29:10 -05:00
  • e50681264b Add 100% test coverage for ExtractPkScriptAddrs. Dave Collins 2014-01-07 17:50:04 -06:00
  • 6c8003b064 Refactor and improve address extraction code. Dave Collins 2014-01-06 20:49:01 -06:00
  • 96ded50f6b Dont write pprof info in addblock. Marco Peereboom 2014-01-07 15:39:38 -06:00
  • d00ccc0d3c Make limits into a pkg. Marco Peereboom 2014-01-07 15:30:25 -06:00
  • dd7c910e86 Enable use of a different proxy for .onion addresses. Owain G. Ainsworth 2013-12-17 15:10:59 +00:00
  • ee378dc0c0 Add additional tests for listreceivedbyaccount. John C. Vernaleo 2014-01-07 13:49:45 -05:00
  • cea1120a0a Add tests for listreceivebyaddress. John C. Vernaleo 2014-01-07 10:22:17 -05:00
  • 126991b60b Make opcode disasm names match reference impl. Dave Collins 2014-01-06 20:43:52 -06:00
  • 34657d43d9 Add the useragent to the new valid peer message. Dave Collins 2014-01-07 10:34:34 -06:00
  • 47c92c0e62 fix typo David Hill 2014-01-06 15:57:37 -05:00
  • e2f14e2cfa Fix comment typo. Dave Collins 2014-01-06 12:14:43 -06:00
  • 8b5277e73a Add sendrawtransaction support to btcctl. Josh Rickmar 2014-01-06 11:50:02 -05:00
  • 5ced990c22 Add test for listsinceblock. Fix bug in listsinceblock found by test. John C. Vernaleo 2014-01-06 11:02:32 -05:00
  • 0ef1452247 Improve test coverage a bit. John C. Vernaleo 2014-01-06 10:12:35 -05:00
  • ae347a6f67 Add new DNS seed seed.bitcoinstats.com David Hill 2014-01-04 23:20:06 -05:00
  • 2005fae908 Change OP_CHECK_MULTISIG -> OP_CHECKMULTISIG. Dave Collins 2014-01-04 15:13:29 -06:00
  • 8a73f9b245 Correct p2sh field of decodescript RPC result. Dave Collins 2014-01-04 12:42:50 -06:00
  • 92eee5cb96 Populate p2sh field in decodescript RPC result. Dave Collins 2014-01-04 11:55:09 -06:00
  • e1053b4a95 Add P2sh field to DecodeScriptResult. Dave Collins 2014-01-04 11:54:39 -06:00
  • b713590902 Group the StackErrX definitions. Dave Collins 2014-01-04 09:56:02 -06:00
  • 4cb1500a0b Add decodescript support to btcctl. Dave Collins 2014-01-03 23:30:08 -06:00
  • 47a78ea5c2 Add support for decodescript RPC command. Dave Collins 2014-01-03 23:29:24 -06:00
  • eb4fc19b95 Modify DisasmString to return partial disassembly. Dave Collins 2014-01-03 18:47:00 -06:00
  • f78d054700 Add struct for DecodeScriptResult. Dave Collins 2014-01-03 17:52:39 -06:00
  • 258e9ef4c6 Add test for the Cmd.Id() functions. John C. Vernaleo 2014-01-03 17:50:17 -05:00
  • a8ff7fecb4 Add createrawtransaction support to btcctl. Dave Collins 2014-01-02 13:48:06 -06:00
  • 814c920c96 Add tests for new payment script creation funcs. Dave Collins 2014-01-03 13:42:22 -06:00
  • 3d60bac238 Add new funcs for creating payment scripts. Dave Collins 2014-01-03 13:35:31 -06:00
  • b6b2fd15b3 Add support for createrawtransaction RPC command. Dave Collins 2014-01-01 10:17:40 -06:00
  • 405eca4a44 Remove usage of deprecated address encode/decode API. Josh Rickmar 2014-01-03 13:22:28 -05:00
  • 2944ccb86b Update coverage report. John C. Vernaleo 2014-01-03 12:02:41 -05:00
  • 84cb4c7130 Export new function ConvertCreateRawTxParams. Dave Collins 2014-01-03 10:22:37 -06:00
  • 8d7354f45b Gofmt. Dave Collins 2014-01-03 10:22:07 -06:00
  • e64e6f0757 Add tests for new BitcoinNet Stringer. Dave Collins 2014-01-03 08:36:11 -06:00
  • 626662fb5f Add Stringer to BitcoinNet. Dave Collins 2014-01-03 08:32:43 -06:00
  • 082ad7caf2 Updated createVoutList to support scripthash/multisig outputs Francis Lam 2014-01-02 00:30:00 -05:00
  • 3a8ec0078b Added another multisig test with compressed pubkey Francis Lam 2014-01-02 13:50:22 -05:00
  • 3f52f559eb Added tests for multisig scripts and fixed comments Francis Lam 2014-01-02 13:31:00 -05:00
  • a5aaf90687 Added support to decode scripthash/multisig from pkscripts Francis Lam 2014-01-02 00:28:16 -05:00
  • aeec39c1ff Add 2014 to copyright dates. Dave Collins 2014-01-01 10:16:15 -06:00
  • 30802fdd52 Rename RPC handlers map to rpcHandlers. Dave Collins 2013-12-31 15:53:19 -06:00
  • 835cee229a Move RPC handler maps near the top of file. Dave Collins 2013-12-31 14:48:50 -06:00
  • 9b166b3876 Remove wallet notifications chan from std commands. Dave Collins 2013-12-31 14:39:17 -06:00
  • 5ad6d543d6 Move RPC websocket code to its own file. Dave Collins 2013-12-31 13:15:44 -06:00
  • 426db5ae21 Add getaccountaddress support to btcctl. Josh Rickmar 2013-12-31 13:11:01 -05:00
  • 5d91e16e7c Added MarshalJSON to Vin and changed Vout.ScriptPubKey Francis Lam 2013-12-30 20:00:54 -05:00
  • f2a2744bec Correct error handling from the previous commit. Dave Collins 2013-12-30 20:27:36 -06:00
  • 28d08f8b16 Small changes to createVinList/createVoutList Francis Lam 2013-12-30 20:06:13 -05:00
  • c0236b5a2f Change LockTime in TxRawDecodeResult to uint32. Dave Collins 2013-12-30 18:42:21 -06:00
  • eb624acfd4 Add support for decoderawtransaction RPC command. Dave Collins 2013-12-30 18:22:39 -06:00
  • bf7c5fa062 Fix a typo. Josh Rickmar 2013-12-30 16:32:25 -05:00
  • 13868e76ec Add getaccount support to btcctl. Josh Rickmar 2013-12-30 16:31:47 -05:00
  • 87b7352008 Add getunconfirmedbalance extension. Josh Rickmar 2013-12-30 13:53:43 -05:00
  • d17a97b485 Correct verifychain RPC call return. Dave Collins 2013-12-30 10:59:14 -06:00
  • 3bfeabb47a Improve btcctl verifychain usage. Dave Collins 2013-12-30 10:34:29 -06:00
  • 86575afa91 Add listaddresstransactions extension. Josh Rickmar 2013-12-20 15:00:31 -05:00
  • bd29b12d31 Notify wallets when mempool txs pay to a wallet address. Josh Rickmar 2013-12-17 13:16:12 -05:00
  • 2d875b39f9 Bring README.md up-to-date with the current status. Dave Collins 2013-12-28 15:04:12 -06:00
  • cc712827da Add tests for pad function. Dave Collins 2013-12-28 15:27:48 -06:00
  • ca14702e5d Correct getpeerinfo JSON marshalling for omitempty. Dave Collins 2013-12-27 19:25:20 -06:00
  • 3faa256f75 Correct the getpeerinfo RPC services field. Dave Collins 2013-12-27 17:34:39 -06:00
  • 674ef590bb No need to cast something is already a uint32. Dave Collins 2013-12-27 13:20:13 -06:00