Commit Graph

  • 4589d60212 Don't treat nulldata tx outs as nonstandard dust. Dave Collins 2015-01-11 14:43:25 -06:00
  • 22c85516e7 Correct sample-btcd.conf RPC listen comment. Dave Collins 2015-01-11 16:59:28 -06:00
  • c257da934e Improve double spend error strings. Josh Rickmar 2015-01-06 19:26:26 -05:00
  • 4e41922fe8 Merge branch 'jrick_double_spend_err' of https://github.com/jrick/btcchain into jrick-jrick_double_spend_err Dave Collins 2015-01-08 05:42:40 -06:00
  • be91008dc5 Update badges in README.md to SVG. Dave Collins 2015-01-08 05:29:33 -06:00
  • bf3195e4ae Update TravisCI to goclean script. Dave Collins 2015-01-08 05:16:46 -06:00
  • d58ea754f3 Add test and infrastructure for block scripts. Dave Collins 2015-01-08 05:08:11 -06:00
  • a64ffb820a Correct RPC time handling for getblocktemplate. Dave Collins 2015-01-08 00:57:13 -06:00
  • b9c8ec92d6 Add searchrawtransaction Olaoluwa Osuntokun 2014-12-28 21:21:40 -06:00
  • effe99b4b5 Correct typo: Unmashal -> Unmarshal Olaoluwa Osuntokun 2014-12-28 19:09:32 -06:00
  • 4b727d2035 Ignore error in script disassembly for RPC results. Dave Collins 2015-01-07 16:21:10 -06:00
  • 39d758c2c3 Fix TravisCI build for Go release version. Dave Collins 2015-01-06 21:09:02 -06:00
  • 8945620a84 Improve double spend error strings. Josh Rickmar 2015-01-06 19:20:25 -05:00
  • 0d01bb9cb9 Optimize NewShaHashFromStr. Josh Rickmar 2015-01-05 19:46:52 -05:00
  • a9e05a3030 Implement String for OutPoint. Josh Rickmar 2015-01-05 16:40:43 -05:00
  • df3469a792 Improve ShaHash.String comment and implementation. Josh Rickmar 2015-01-05 17:12:36 -05:00
  • c74bb4e087 Update license year to 2015. Dave Collins 2015-01-03 00:52:21 -06:00
  • e5a825324c Limit the number of addresses announced. David Hill 2014-12-22 02:00:58 -05:00
  • 04d47de262 Allow disabling RPC server TLS for localhost only. Dave Collins 2014-12-20 18:04:07 -06:00
  • e0fce5fe50 Fixed DeletePortMapping documentation typo Beldur 2015-01-01 21:59:57 +01:00
  • 08257ac529 Updated license date Ben Holden-Crowther 2014-12-29 20:46:11 +00:00
  • a680fb6f25 Update badges in README.md to SVG. Dave Collins 2014-12-22 23:13:10 -06:00
  • 90e8b84c8b Update TravisCI to goclean script. Dave Collins 2014-12-22 23:10:16 -06:00
  • b2186ae5ec Update README.md. Dave Collins 2014-12-22 22:50:17 -06:00
  • f1f12a3f2f Update all badges in README.md to SVG. Dave Collins 2014-12-22 22:46:39 -06:00
  • 68242fbba7 Update badges in README.md to SVG. Dave Collins 2014-12-22 22:02:26 -06:00
  • 2f74570188 Update TravisCI to goclean script. Dave Collins 2014-12-22 21:43:32 -06:00
  • e49bf14993 Update build status badge in README.md to SVG. Dave Collins 2014-12-22 20:23:42 -06:00
  • e6fe5877c4 Add test coverage badge to README.md. Dave Collins 2014-12-22 20:11:08 -06:00
  • 9c8ee93b5c Update TravisCI to goclean script. Dave Collins 2014-12-22 20:05:11 -06:00
  • 33546047e3 Use correct error name in handleGetRawTransaction. Dave Collins 2014-12-21 21:48:40 -06:00
  • f1cbd40713 Improve handling of the home directory creation. Dave Collins 2014-12-21 15:53:33 -06:00
  • 8e1973d865 Correct a couple of typos spotted while reviewing. Dave Collins 2014-12-19 23:44:27 -06:00
  • 2f902a5880 Rename signTxOutput to RawTxInSignature Guilherme Salgado 2014-10-31 10:14:41 -02:00
  • 45e7fe103f Sync TX tests with Bitcoin Core. David Hill 2014-12-19 15:20:48 -05:00
  • bc46f8273c Add more reserved IP space to address manager. David Hill 2014-12-16 13:02:39 -05:00
  • 1d0c09a852 Require TLS 1.2 minimum. Josh Rickmar 2014-12-15 13:44:19 -05:00
  • 37fbff291c Add missing error check David Hill 2014-12-13 10:02:59 -05:00
  • 7214218925 Be more specific in TravisCI go vet version test. Dave Collins 2014-12-11 12:20:56 -06:00
  • d041b80301 Correct recent TravisCI go vet fetch script. Dave Collins 2014-12-11 11:52:45 -06:00
  • 43b4cad8b6 Update TracisCI for Go 1.4 release. Dave Collins 2014-12-11 11:33:23 -06:00
  • 5a477c332b Update TravisCI for Go 1.4 release. Dave Collins 2014-12-11 10:40:20 -06:00
  • 67fc6fa645 Reference new subrepo paths in README. Josh Rickmar 2014-12-11 10:34:50 -05:00
  • 1c4ac4426c Switch to new subrepo import paths. Josh Rickmar 2014-12-11 10:32:33 -05:00
  • bca3d5ba7b Switch to new subrepo import paths. Josh Rickmar 2014-12-11 10:31:17 -05:00
  • def35f2cd4 Sync Bitcoin Core tests. David Hill 2014-12-08 15:41:27 -05:00
  • 9c0db2f7fd Ensure all tickers are explicitly stopped. Dave Collins 2014-12-03 18:20:19 -06:00
  • e0d536640d Add invalidateblock and reconsiderblock. John C. Vernaleo 2014-12-02 08:58:23 -05:00
  • 503670f7a5 For now, do not have travis build tip. John C. Vernaleo 2014-12-02 13:10:21 -05:00
  • 888884a399 Use .haveTransaction in new getmempool RPC code. Dave Collins 2014-11-17 15:46:42 -06:00
  • 1973aa5fd5 A few nitpicks with recent getrawmempool updates. Dave Collins 2014-11-17 00:18:44 -06:00
  • a49b0d05b3 Add the starting+current priority to getrawmempool. Olaoluwa Osuntokun 2014-10-28 18:39:08 -07:00
  • 7a1a260b78 Update TravisCI to work with go tip. Dave Collins 2014-11-14 21:03:37 -06:00
  • 4b6cd17561 Make RandomUint64 block until entropy is available. Dave Collins 2014-11-14 12:07:39 -06:00
  • c36b00c078 Add space in handleHeadersMessage log message. Dave Collins 2014-11-14 11:04:04 -06:00
  • d87778df6d update ValidateAddressResult for IsWatchOnly Javed Khan 2014-10-29 13:02:48 +05:30
  • 59e825d796 Added GetTxOut as a possible command to btcrpcclient. Jimmy Song 2014-10-17 15:39:45 -05:00
  • a8dda1fabf Add ListReceivedByAddress support. Dave Collins 2014-10-26 17:09:41 -05:00
  • e316258f6d Update ListReceivedByAddressResult txids field. Dave Collins 2014-10-26 13:22:39 -05:00
  • dd4763c726 Don't modify nil getnetworkinfo result. Dave Collins 2014-10-23 10:18:56 -05:00
  • a61c0f06cf Removed unnecessary signTxOutputCustomReader. Jonathan Gillham 2014-10-13 13:47:44 +01:00
  • d5cc72dc27 use btcec structs instead of ecdsa structs Jimmy Song 2014-09-29 16:31:26 -05:00
  • ae28fe6d97 Use btcec structs instead of ecdsa structs everywhere. Jimmy Song 2014-09-29 16:32:26 -05:00
  • ce0a334329 Comment ScriptInfo struct according to standards. Dave Collins 2014-10-12 19:39:01 -05:00
  • c0c3d860d6 Convert all StackErrX to ErrStackX. Dave Collins 2014-10-12 16:40:09 -05:00
  • 6af9302374 More false positive prevention in new time tests. Dave Collins 2014-10-11 18:03:14 -05:00
  • 37ad7042b6 Made hashType typed as SigHashType. Jonathan Gillham 2014-10-11 20:55:28 +01:00
  • b4c55aee28 Update new time tests to prevent false positives. Dave Collins 2014-10-11 14:49:35 -05:00
  • e1c622c4cf Modify the time sorter tests to make golint happy. Dave Collins 2014-10-11 13:30:08 -05:00
  • d078deb4a7 Update addblock util for recent chain API changes. Dave Collins 2014-10-11 13:16:32 -05:00
  • 9f47e9369c Fixed SignTxOutput doc spelling error. Jonathan Gillham 2014-10-10 11:43:32 +01:00
  • 208d4d79d7 Add 100% test coverage for new median time code. Dave Collins 2014-10-10 01:11:39 -05:00
  • df065eee19 Provide a new median time source API. Dave Collins 2014-10-03 15:29:25 -05:00
  • c3065d32f4 Make use of the new btcchain MedianTimeSource. Dave Collins 2014-10-09 01:41:08 -05:00
  • b89cabfb29 comment:script.go: ScriptDB->KeyDB kac- 2014-10-05 10:19:29 +02:00
  • a0fe3822fc Fixed minTxInPayload documentation. Jonathan Gillham 2014-10-01 18:14:42 +01:00
  • 1bbd1e9cba Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change. Jonathan Gillham 2014-10-01 16:34:30 +01:00
  • edb006c11c Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change. Jonathan Gillham 2014-10-01 13:57:27 +01:00
  • f60e503308 Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change. Jonathan Gillham 2014-10-01 13:53:47 +01:00
  • 968b6da5db Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change. Jonathan Gillham 2014-10-01 13:52:19 +01:00
  • 3eeb51ab54 Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change. Jonathan Gillham 2014-10-01 13:48:07 +01:00
  • ccee51a0be Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint for consistency. Jonathan Gillham 2014-10-01 13:43:37 +01:00
  • d312d47298 RecoverCompact and SignCompact now use the btcec.PrivateKey and btcec.PublicKey types. Jimmy Song 2014-09-27 13:33:45 -05:00
  • d69442834c Optimize ScalarBaseMult Jimmy Song 2014-09-24 12:41:07 -05:00
  • a5b1a31e07 Use the net package function for credentials. Dave Collins 2014-09-20 19:05:38 -05:00
  • 02647404fa Prepare for release 0.9.0. BTCD_0_9_0_BETA Dave Collins 2014-09-20 13:00:02 -05:00
  • 8733b9c8df Bump default user agent to 0.2.0. Dave Collins 2014-09-20 12:44:51 -05:00
  • 2a688a70b2 Update ldb tests for latest API error changes. Dave Collins 2014-09-20 00:47:20 -05:00
  • 4ad8622af9 Remove transactions from orphan pool. David Hill 2014-09-18 10:23:36 -04:00
  • 3bbe8ff0ca Add checkpoint at block height 319400. Dave Collins 2014-09-18 19:02:59 -05:00
  • 7452e51976 Update sample config file. Dave Collins 2014-09-18 15:11:17 -05:00
  • efcf90d83d Use Warnf when processing directives. David Hill 2014-09-17 09:37:37 -04:00
  • d6945f94e6 Fix tests. John C. Vernaleo 2014-09-16 15:13:31 -04:00
  • 2480cb3a87 Match error names to btcdb updates. John C. Vernaleo 2014-09-16 15:09:32 -04:00
  • f5f03e8172 Match error names to btcdb updates. John C. Vernaleo 2014-09-16 15:08:53 -04:00
  • a7ac93f5b6 Error improvements for lint. John C. Vernaleo 2014-09-16 14:43:09 -04:00
  • 1caddd4a37 handle http errors Javed Khan 2014-09-16 01:44:44 +05:30
  • 372bbe5c49 Add vet and lint where possible to travis. John C. Vernaleo 2014-09-16 11:31:51 -04:00
  • 68d10f4dc8 Add some missing comments. John C. Vernaleo 2014-09-16 10:54:38 -04:00
  • 26802c7ecc Fix JSONGetMethod to prevent panics on bad input. Josh Rickmar 2014-09-16 10:10:24 -05:00