Commit Graph

  • ef01f6410d [DEV-301] implement blockNode.chainHeight as the height of the selectedParent chain Ori Newman 2018-12-23 16:54:45 +02:00
  • 5d60700d8e [DEV-301] Delete comment on TestChainHeight and expalain about the dag Ori Newman 2018-12-23 16:44:20 +02:00
  • 573852fe0d [DEV-320] Add decoupling-related fields to wire.Tx Ori Newman 2018-12-23 16:21:32 +02:00
  • 903927c0d9 [DEV-301] add description to TestChainHeight Ori Newman 2018-12-23 15:40:40 +02:00
  • a248861f2c [DEV-301] implement blockNode.chainHeight as the height of the selected parent chain Ori Newman 2018-12-23 15:25:25 +02:00
  • ff67a37ffa [DEV-252] Made a small change to trigger a Jenkins build. Stas Boutenko 2018-12-23 14:31:21 +02:00
  • 88cdc15806 [DEV-252] Made a small change to trigger a Jenkins build. Stas Boutenko 2018-12-23 12:15:03 +02:00
  • b522d6934d Added coverage.txt to .gitignore Mike Zak 2018-12-20 18:45:52 +02:00
  • e143f7c611 [DEV-267] use readElements/writeElements when possible Ori Newman 2018-11-08 13:55:31 +02:00
  • acc48e4ca6 Merge remote-tracking branch 'origin/master' into dev-267-implement-p2p-messages-for-initial-sync Ori Newman 2018-11-08 13:23:39 +02:00
  • 45c212deb4 [DEV-257] Include transaction acceptance status in getBlock RPC call (#123) Ori Newman 2018-11-08 13:19:53 +02:00
  • d38794eb88 [DEV-267] add comment to MsgSyncMe and its methods Ori Newman 2018-11-07 17:22:07 +02:00
  • 356a4be558 Merge branch 'dev-257-include-tx-acceptance-in-getblock-rpc' into dev-267-implement-p2p-messages-for-initial-sync Ori Newman 2018-11-07 15:27:31 +02:00
  • c2ea1ce86c [DEV-257] delete TxRawResult.accepted and instead create TxRawResult.acceptedBy Ori Newman 2018-11-07 15:20:29 +02:00
  • 2b52042977 [DEV-267] add MsgSyncMe Ori Newman 2018-11-07 12:07:34 +02:00
  • f7ab2159bb [DEV-257] change getBlock-acceptedtx help entry to getBlock-acceptedTx Ori Newman 2018-11-06 19:02:09 +02:00
  • 4c195f7f1a Merge remote-tracking branch 'origin/master' into dev-257-include-tx-acceptance-in-getblock-rpc Ori Newman 2018-11-06 18:59:04 +02:00
  • ac5a1cfc30 [DEV-267] add TipHashes field to MsgVersion Ori Newman 2018-11-06 18:58:39 +02:00
  • 225f349e6a [DEV-81] 100% Database Coverage (#110) Svarog 2018-11-06 18:18:42 +02:00
  • b521cc0125 Merge remote-tracking branch 'origin/master' into dev-81-database-coverage Mike Zak 2018-11-06 18:06:32 +02:00
  • 60afa37acf Update dockerfile to go 1.11 Mike Zak 2018-11-06 15:51:40 +02:00
  • 46ac9a6320 Gofmt fixes Mike Zak 2018-11-06 15:45:00 +02:00
  • 92624362c1 [DEV-257] gofmt Ori Newman 2018-11-06 13:16:02 +02:00
  • 555bd6838d [DEV-257] change txRawResult-accepted to camel case Ori Newman 2018-11-06 13:12:06 +02:00
  • 0a5af21195 Merge remote-tracking branch 'origin/master' into dev-257-include-tx-acceptance-in-getblock-rpc Ori Newman 2018-11-06 13:11:00 +02:00
  • d68877ce7b [DEV-269] Remove NumParentBlocks from master (#124) Ori Newman 2018-11-06 13:08:15 +02:00
  • 25e2a3be46 [DEV-269] Remove NumParentBlocks from master Ori Newman 2018-11-06 13:03:36 +02:00
  • bd1936796e [DEV-257] fix conflicts Ori Newman 2018-11-06 12:12:12 +02:00
  • 05d46e7c01 [DEV-244] Remove BlockHeader.NumParentBlocks and use a method instead (#121) Ori Newman 2018-11-06 11:26:59 +02:00
  • 8a234bf4a3 [DEV-242] Parameter names should be also camelCase in JSON-RPC (#118) stasatdaglabs 2018-11-05 18:50:55 +02:00
  • 94a4a5f268 [DEV-257] Include transaction acceptance status in getBlock RPC call Ori Newman 2018-11-05 18:09:52 +02:00
  • 7093155c3a [DEV-234] Add to txindex method to return the block in which tx was accepted (or indication it was not accepted) (#116) Ori Newman 2018-11-05 16:11:54 +02:00
  • 8ac2251154 [DEV-234] rename selectedPathChain -> selectedPathChainSet Ori Newman 2018-11-05 16:04:47 +02:00
  • f7a41dc0b7 [DEV-234] update block fields names in txindex_test.go Ori Newman 2018-11-05 15:00:51 +02:00
  • 65934ede43 Merge remote-tracking branch 'origin/master' into dev-234-add-txacceptedinblcok-and-txblocks Ori Newman 2018-11-05 14:48:06 +02:00
  • 3b9f5717de Merge remote-tracking branch 'origin/master' into dev-244-remove-numparentblocks Ori Newman 2018-11-05 14:46:27 +02:00
  • 3087db256c [DEV-242] Formatted config/config.go. Stas Boutenko 2018-11-05 14:41:06 +02:00
  • 9465a10de0 Merge remote-tracking branch 'origin/master' into dev-242-json-rpc-params Stas Boutenko 2018-11-05 14:35:35 +02:00
  • 4c2ce469aa [DEV-265] Fixed dockerfile to actually run golint and gofmt + fix gofmt errors (#122) Svarog 2018-11-05 14:29:33 +02:00
  • 87499c6a19 [DEV-265] Fixed dockerfile to actually run golint and gofmt + fix gofmt errors Mike Zak 2018-11-05 14:21:01 +02:00
  • 170d85fcee [DEV-242] Added a comment above DefaultHomeDir to satisfy golint. Stas Boutenko 2018-11-05 14:02:23 +02:00
  • c948c79e56 [DEV-242] Re-exported DefaultHomeDir because it's required in windows_service.go. Stas Boutenko 2018-11-05 13:48:46 +02:00
  • 410cb1792c Merge remote-tracking branch 'origin/master' into dev-242-json-rpc-params Stas Boutenko 2018-11-05 13:45:55 +02:00
  • a40c30a6ef [DEV-244] Remove BlockHeader.NumParentBlocks and use a method instead Ori Newman 2018-11-05 13:40:30 +02:00
  • a01fb879e3 [DEV-242] Moved toCamelCase into utils, wrote unit tests for it, and fixed an off-by-one bug. Stas Boutenko 2018-11-05 13:37:31 +02:00
  • 9519b9f2a1 [DEV-211] Change fields of serialized blocks and transactions to match spec (#104) Ori Newman 2018-11-05 13:11:42 +02:00
  • 676d01c145 [DEV-211] fixed conflicts Ori Newman 2018-11-05 13:08:07 +02:00
  • d70e2be641 [DEV-236] add counter to blockdag that will increment for each valid … (#115) Ori Newman 2018-11-05 12:58:37 +02:00
  • 35546b62d0
    [DEV-240] Style fixes to satisfy golint (#112) Svarog 2018-11-05 12:58:17 +02:00
  • 660f18e341 [DEV-234] rename TxAcceptingBlock to BlockThatAcceptedTx Ori Newman 2018-11-05 12:12:53 +02:00
  • aa060f525f [DEV-234] TestTxIndexConnectBlock make K=1 to make calculations easier Ori Newman 2018-11-05 12:08:42 +02:00
  • 6965731bea [DEV-211] change comments to adhere to the new block field names Ori Newman 2018-11-05 11:56:53 +02:00
  • 35a43f54af [DEV-242] Changed back from "jsonRpc" to "jsonrpc". Stas Boutenko 2018-11-05 11:28:49 +02:00
  • e970044ad1 [DEV-240] Typo fix in comment Mike Zak 2018-11-05 10:33:45 +02:00
  • 1808fce642 [DEV-211] change block fields Ori Newman 2018-11-04 16:38:29 +02:00
  • 1db6fd7acf [DEV-211] fix conflicts Ori Newman 2018-11-04 16:26:57 +02:00
  • 54f91863c4 [DEV-211] change block fields Ori Newman 2018-10-22 10:46:18 +03:00
  • 185a7ffc0e Silly change to trigger build Mike Zak 2018-11-04 16:14:01 +02:00
  • 11341e51a1 Silly change to trigger build Mike Zak 2018-11-04 16:08:34 +02:00
  • cfa7c70d00 Silly change to trigger build Mike Zak 2018-11-04 15:24:47 +02:00
  • 0ab398d307 Merge remote-tracking branch 'origin/master' into dev-236-maintain-blockcount Ori Newman 2018-11-04 15:18:33 +02:00
  • f5ab02dc31 [DEV-236] changed dag.BlockCount to return an unsigned value Ori Newman 2018-11-04 15:16:22 +02:00
  • ea37afe7ad Silly change to trigger build Mike Zak 2018-11-04 15:15:45 +02:00
  • 4ff61888e3 Silly change to trigger build Mike Zak 2018-11-04 15:13:29 +02:00
  • aac9c53322 [DEV-234] fix TestTxIndexConnectBlock and add DAGParams as part of config in DAGSetup Ori Newman 2018-11-04 12:41:12 +02:00
  • 5918d0144f [DEV-242] Fixed an off-by-one bug in toCamelCase. Stas Boutenko 2018-11-04 12:20:29 +02:00
  • 33ab1a99f6 Merge branch 'master' into dev-242-json-rpc-params Stas Boutenko 2018-11-04 12:13:07 +02:00
  • 5874a7196a [DEV-242] camelCase-ified the last few RPC parameter names. Stas Boutenko 2018-11-04 12:05:00 +02:00
  • 2f26ccf70c [DEV-242] Converted the rest of the stuff in rpcserverhelp.go to camelCase. Fixed a bug in the camelCase converter. Stas Boutenko 2018-11-04 11:28:45 +02:00
  • 7f86f8e743 [DEV-240] Fixed some typos in comments Mike Zak 2018-11-04 10:46:01 +02:00
  • 4e47bd2fdd Merge branch 'master' of github.com:daglabs/btcd into dev-240-golint-errors Mike Zak 2018-11-04 10:43:59 +02:00
  • 78e8c6084c [DEV-238] Remove addrlocal from getPeerInfo RPC call (#117) Ori Newman 2018-11-04 10:09:39 +02:00
  • 01160d5fb2 [DEV-238] Remove addrlocal from getPeerInfo RPC call Ori Newman 2018-11-01 15:45:13 +02:00
  • ada2f2cd9c [DEV-234] remove redudant dag instance in txindex Ori Newman 2018-11-01 15:28:09 +02:00
  • 70054e2c78 [DEV-236] increment dag.blockCount while building block index in initDagState Ori Newman 2018-11-01 15:06:10 +02:00
  • 4a7d9282f8 Merge remote-tracking branch 'origin/master' into dev-234-add-txacceptedinblcok-and-txblocks Ori Newman 2018-11-01 14:50:55 +02:00
  • 8721f0d03f [DEV-253] Remove dependancy on github.com/pkg/errors (#113) Svarog 2018-11-01 14:45:59 +02:00
  • 4951c0bee0 [DEV-260] Don't update parents on initBlockNode (#114) Ori Newman 2018-11-01 14:43:38 +02:00
  • bea3cdbbbc [DEV-81] Fixed some typo's + better formatting Mike Zak 2018-11-01 13:46:30 +02:00
  • eaf0cec824 [DEV-81] Use constant instead of hard-coded value Mike Zak 2018-11-01 13:43:18 +02:00
  • 6233d79d1f [DEV-81] Added comment that explains what setWriteRow does Mike Zak 2018-11-01 13:16:49 +02:00
  • 765b8e5562 [DEV-236] add counter to blockdag that will increment for each valid block that is connected to the dag Ori Newman 2018-11-01 13:15:08 +02:00
  • fbb0c03e2a [DEV-81] Added comment on how CRC32 checksums are calculated in reconcile_test.go Mike Zak 2018-11-01 13:10:07 +02:00
  • 36bb548d48 [DEV-260] update newProvisionalNode comment Ori Newman 2018-11-01 12:31:38 +02:00
  • 15c125bef6 [DEV-234] set indexers db as part of index manager initialization Ori Newman 2018-11-01 12:29:26 +02:00
  • 00b4d23fe8 [DEV-260] move addNodeAsChildToParents to blockdag/common_test.go Ori Newman 2018-11-01 12:05:05 +02:00
  • 77f1d6c403 [DEV-234] rename selectedPathSet to selectedPathChain Ori Newman 2018-11-01 12:02:49 +02:00
  • 55e5f7f59c [DEV-260] Don't update parents on initBlockNode Ori Newman 2018-11-01 11:29:26 +02:00
  • c4906c7a41 [DEV-234] test TxAcceptedInBlock and TxFirstBlockRegion Ori Newman 2018-11-01 11:20:30 +02:00
  • ede49daae6 [DEV-81] Removed useLogger - it's redundant Mike Zak 2018-10-31 17:36:25 +02:00
  • 2f74cc76c9 [DEV-81] use SimNet for database tests + Error if testDB exists after deleting it Mike Zak 2018-10-31 17:32:00 +02:00
  • 129aaf5f48 [DEV-81] Use os.TempDir() instead of /tmp/ to be cross-platform Mike Zak 2018-10-31 17:29:17 +02:00
  • f359fcf824 [DEV-81] Fix typo Mike Zak 2018-10-31 17:25:28 +02:00
  • 98550eb669 [DEV-81] Rename any database.Tx to dbTx instead of tx - to remove confusion with coin Tx Mike Zak 2018-10-31 17:22:22 +02:00
  • d7e8ce28c8 [DEV-234] fix conflicts Ori Newman 2018-10-31 15:20:50 +02:00
  • d6268d5161 [DEV-81] Rewrote IsErrorCode in both database and txscript packages to be more concise Mike Zak 2018-10-31 14:52:17 +02:00
  • 2d7f872c91 [DEV-253] Remove dependancy on github.com/pkg/errors Mike Zak 2018-10-31 12:52:24 +02:00
  • 6b334b0902 [DEV-240] Re-activate goline in CI Dockerfile Mike Zak 2018-10-31 11:55:41 +02:00
  • cc3aa167d8 [DEV-240] Added missing comments in hdkeychain/extendedkey.go Mike Zak 2018-10-31 11:54:42 +02:00
  • 03b2854173 [DEV-240] Added comment to daghash.Strings() Mike Zak 2018-10-31 11:51:21 +02:00