Commit graph

  • fac055c24e Add comments to clarify interface function caching. Dave Collins 2013-05-31 13:40:38 -0500
  • 4ab8ca5eef Add code to test for allowable types in json rpc id field along with test code for the new function. John C. Vernaleo 2013-05-31 10:59:46 -0400
  • 7416e9a71d Rename funcs and variables for Idx to Height. Dave Collins 2013-05-30 17:27:39 -0500
  • 7b4aeb2353 the JSON-RPC 1.0 spec allows the id to be of any type AndreasM 2013-05-31 01:23:23 +0300
  • bea4ccbeef Finish incomplete comment. Dave Collins 2013-05-30 17:21:15 -0500
  • 684582cde6 Cleanup the Db interface comments a bit. Dave Collins 2013-05-30 17:18:13 -0500
  • e76c83b27f Fix typo in README.md. Dave Collins 2013-05-29 18:11:27 -0500
  • b4e38662ba Update README.md. Dave Collins 2013-05-29 16:43:05 -0500
  • 6ac2a9b934 Add note to README.md that Db interface may change. Dave Collins 2013-05-29 16:41:51 -0500
  • f6c3d6d57a Fix typo in README.md. Dave Collins 2013-05-29 16:36:45 -0500
  • c97c8f17a4 Add test coverage report and generate script. Dave Collins 2013-05-29 16:20:06 -0500
  • e30ceb5947 Cleanup and fix operational tests. Dave Collins 2013-05-29 16:08:43 -0500
  • 9bf708595d Add InsertBlockData needed by tests to interface. Dave Collins 2013-05-29 15:08:07 -0500
  • 21b8011155 Remove log setup from tests as they don't need it. Dave Collins 2013-05-29 14:49:21 -0500
  • 1846307821 Use correct import path in btcdb tests. Dave Collins 2013-05-29 14:47:48 -0500
  • 7630a95724 fix Stringer interface for ShaHash. mischief 2013-05-29 11:51:13 -0700
  • a2e3fd92b0 Only try to drop the uniquetx index if it exists. Owain G. Ainsworth 2013-05-29 17:54:46 +0100
  • 752ca5dfbb Initial implementation. Dave Collins 2013-05-28 19:07:21 -0500
  • a02af039b5 Initial commit. Dave Collins 2013-05-28 19:03:53 -0500
  • 14a1da417f Enforce max block payload size of 1MB. Dave Collins 2013-05-16 09:07:04 -0500
  • c896d61625 Improve examples in package overview documentation. Dave Collins 2013-05-15 19:29:20 -0500
  • d8007e9387 Update README to reflect 100% test coverage. Dave Collins 2013-05-15 14:00:06 -0500
  • c164de1692 Fix version typos in README. Dave Collins 2013-05-15 13:57:29 -0500
  • 2fc8982be5 Add tests for MarshallAndSend function. John C. Vernaleo 2013-05-14 10:13:44 -0400
  • f8553b4a57 Remove test coverage TODO since it's now 100%. Dave Collins 2013-05-13 13:55:07 -0500
  • 648e6317bb Fix comment typo -- implimented -> implemented. Dave Collins 2013-05-13 13:21:01 -0500
  • d0d58c54db Initial implementation. John C. Vernaleo 2013-05-10 16:16:18 -0400
  • a3226897f0 Update package overview Errors section. Dave Collins 2013-05-13 02:19:57 -0500
  • 5b78dee7e1 Add negative tests for MsgTx. Dave Collins 2013-05-13 02:09:55 -0500
  • 6f511eb75d Make MsgTx test data available to all funcs. Dave Collins 2013-05-13 02:08:14 -0500
  • f9b6375d5b Add negative tests for MsgVersion. Dave Collins 2013-05-12 21:47:36 -0500
  • 3aef93f442 Make MsgVersion test data available to all funcs. Dave Collins 2013-05-12 20:56:30 -0500
  • 1bab947596 Remove a few dead error checks. Dave Collins 2013-05-12 14:01:50 -0500
  • 1ca8015ea0 Add negative tests for MsgBlock tx location decode. Dave Collins 2013-05-12 12:47:43 -0500
  • 0e033023bf Improve MsgBlock negative tests. Dave Collins 2013-05-12 12:43:01 -0500
  • 4e16030fe8 Add tests for MsgBlock transaction location decode. Dave Collins 2013-05-12 11:50:31 -0500
  • c9d2dfea3d Add negative tests for WriteMessage. Dave Collins 2013-05-11 23:32:20 -0500
  • 0400d0cec3 Remove dead error check in WriteMessage. Dave Collins 2013-05-11 23:22:09 -0500
  • 7385f6ff24 Correct several test error messages. Dave Collins 2013-05-11 12:55:50 -0500
  • 93070ef960 Add negative tests for MsgAlert. Dave Collins 2013-05-11 12:49:22 -0500
  • 3d303feefb Add negative test for NewShaHash. Dave Collins 2013-05-11 11:19:46 -0500
  • 61b86b1bb5 Add negative tests for MsgGetBlocks. Dave Collins 2013-05-11 11:06:52 -0500
  • 2a2745d0d3 Add negative tests for MsgGetHeaders. Dave Collins 2013-05-11 10:52:22 -0500
  • 20bebc13a5 Convert WriteMessage errors to MessgeError type. Dave Collins 2013-05-11 02:29:11 -0500
  • cbcbe5eb43 Convert MsgVersion errors to MessageError type. Dave Collins 2013-05-11 02:23:45 -0500
  • f6cdbd430e Convert MsgMemPool errors to MessageError type. Dave Collins 2013-05-11 02:18:03 -0500
  • bd1dcf8a0c Convert MsgGetBlocks errors to MessageError type. Dave Collins 2013-05-11 02:15:50 -0500
  • 9bd97a5972 Convert MsgGetHeaders errors to MessageError type. Dave Collins 2013-05-10 23:58:10 -0500
  • 95aa4a7da8 Add negative tests for MsgHeaders. Dave Collins 2013-05-10 23:12:55 -0500
  • 40a9a90e4b Convert MsgHeaders errors to MessageError type. Dave Collins 2013-05-10 23:10:59 -0500
  • 88e1d7634f Add negative tests for MsgPong. Dave Collins 2013-05-10 21:46:41 -0500
  • cbb28edb30 Convert MsgPong errors to MessageError type. Dave Collins 2013-05-10 21:31:56 -0500
  • 1220e72f35 Add negative tests for MsgAddr. Dave Collins 2013-05-10 18:09:10 -0500
  • cfb17f7da4 Update gocov path in comments to correct path. Dave Collins 2013-05-10 15:58:05 -0500
  • e699ca0bef Cleanup a few comments. Dave Collins 2013-05-10 15:39:37 -0500
  • d5f4e5e989 Initial commit. Dave Collins 2013-05-10 15:06:18 -0500
  • 1f72b40823 Convert MsgAddr errors to MessageError type. Dave Collins 2013-05-10 14:54:36 -0500
  • 72348986c9 Correct func prefix in GetData error message. Dave Collins 2013-05-10 13:37:55 -0500
  • 2665b4358e Add negative tests for MsgGetData. Dave Collins 2013-05-10 13:14:19 -0500
  • 7c3129bf89 Convert MsgGetData errors to MessageError type. Dave Collins 2013-05-10 13:04:20 -0500
  • 0c65e7da89 Add negative tests for MsgNotFound. Dave Collins 2013-05-10 12:51:45 -0500
  • 9b798b6306 Convert MsgNotFound errors to MessageError type. Dave Collins 2013-05-10 11:32:20 -0500
  • e41a3bcaf3 Correct a couple of func prefixes in err messages. Dave Collins 2013-05-10 11:31:06 -0500
  • d33fdb2c3c Add additional doco on how btcwire relates to btcd. Dave Collins 2013-05-10 11:04:30 -0500
  • 29cd3a7246 Fix comment typo in test coverage report script. Dave Collins 2013-05-10 10:31:39 -0500
  • 72fa9f4b7b Update test coverage report. Dave Collins 2013-05-10 10:18:34 -0500
  • 59d64ee076 Add negative tests for MsgInv. Dave Collins 2013-05-10 10:14:13 -0500
  • 036f14ff49 Convert MsgInv errors to new MessageError type. Dave Collins 2013-05-10 10:12:45 -0500
  • 953a236e2a Add negative tests for MsgBlock. Dave Collins 2013-05-10 09:12:46 -0500
  • 862374115f Bump the protocol version to 70001. Dave Collins 2013-05-10 00:54:56 -0500
  • e026f50486 Improve MsgGetBlocks tests. Dave Collins 2013-05-10 00:36:49 -0500
  • 135552cd72 Improve MsgBlock tests. Dave Collins 2013-05-09 23:47:12 -0500
  • 4aea957b19 Add negative tests for NetAddress. Dave Collins 2013-05-09 23:01:09 -0500
  • 2aee754448 Add test for discarding invalid large messages. Dave Collins 2013-05-09 22:25:21 -0500
  • f182e4f323 Correct error output colon string placement. Dave Collins 2013-05-09 21:25:19 -0500
  • e7abb08b6b Fix a comment typo. Dave Collins 2013-05-09 21:24:47 -0500
  • 149d77ad3f Add negative tests for ReadMessage. Dave Collins 2013-05-09 21:22:35 -0500
  • aa4086a1b1 Update test coverage report. Dave Collins 2013-05-09 21:13:37 -0500
  • ec6ebb3916 Add initial implementation of MessageError type. Dave Collins 2013-05-09 20:56:03 -0500
  • 6286a39378 Combine readMessage with ReadMessage. Dave Collins 2013-05-09 20:15:27 -0500
  • d829f688b9 Fix comment typo. Dave Collins 2013-05-09 18:12:11 -0500
  • 970b9c129d Remove dead error check. Dave Collins 2013-05-09 15:23:31 -0500
  • 4c160efc96 Fix a minor typo in the package overview doco. Dave Collins 2013-05-09 13:57:44 -0500
  • 4fc0089f63 Fix typo: s/MsgPong/MsgPing/ Matthew Dempsky 2013-05-09 12:26:23 -0600
  • cdc17121b8 Display correct import path for gocov. Dave Collins 2013-05-09 13:19:09 -0500
  • c369c0c16e Correct discardInput comment for buffer size. Dave Collins 2013-05-09 13:00:00 -0500
  • 3cd90355df Correct error output string colon placement. Dave Collins 2013-05-09 11:36:29 -0500
  • 5e416389b1 Add negative tests for MsgPing. Dave Collins 2013-05-09 10:41:21 -0500
  • bf5c0b58d8 Fix a few comment typos. Dave Collins 2013-05-09 00:02:07 -0500
  • e473fd6eb8 Add message tests for MsgAlert and MsgMemPool. Dave Collins 2013-05-09 00:01:29 -0500
  • ff7d582c66 Remove a few unused variables and constants. Dave Collins 2013-05-08 22:59:45 -0500
  • 69b27dd5d3 Initial implementation. Dave Collins 2013-05-08 14:31:00 -0500
  • b4ebd0057b Initial commit. Dave Collins 2013-05-08 14:16:41 -0500