Commit Graph

  • 9fa32a4b74 [DEV-240] Remove blank import of ffldb from config/config.go Mike Zak 2018-10-31 11:49:18 +02:00
  • 0fa59533f7 [DEV-240] Unexported config.DefaultHomeDir Mike Zak 2018-10-31 11:30:10 +02:00
  • 92811aad60 [DEV-240] Add comment to FullUTXOSet.Get Mike Zak 2018-10-31 11:28:50 +02:00
  • 795bf70e2d [DEV-242] Renamed toLowercaseCamelCase to toCamelCase. Stas Boutenko 2018-10-31 11:15:48 +02:00
  • de7cc62cc6 [DEV-240] Add comment explaining blank import of ffldb in blockdag/test_utils.go Mike Zak 2018-10-31 11:10:26 +02:00
  • c0cd0ae902 [DEV-240] Fix blockdag package comment to satisfy golint Mike Zak 2018-10-31 11:07:37 +02:00
  • bd148330de [DEV-240] Unexport BlockDAG/SelectedTip, since it returns unexported *blockNode Mike Zak 2018-10-31 11:06:40 +02:00
  • cede83976e [DEV-242] Cleaned up toLowercaseCamelCase. Stas Boutenko 2018-10-31 10:49:55 +02:00
  • a5dcb52d46 [DEV-242] Corrected help functionality for struct names. Stas Boutenko 2018-10-29 18:45:29 +02:00
  • 47e68a4ee3 [DEV-81] Use monkey.patch from bou.ke and not from github Mike Zak 2018-10-29 18:10:01 +02:00
  • 3ebded9ae7 [DEV-255] create checkConnectToPastUTXO and move the required functionalities to it from checkConnectBlock1) Ori Newman 2018-10-29 17:58:09 +02:00
  • f7fd7ac3c5 [DEV-242] Corrected help functionality for struct field names. Stas Boutenko 2018-10-29 16:12:17 +02:00
  • 719db0c1f1 [DEV-242] Modified some help functionality to convert to lowercase camel case instead of just lowercase. Stas Boutenko 2018-10-29 15:16:40 +02:00
  • 58f772e3b1 [DEV-255] add comment to describe ErrWithDiff Ori Newman 2018-10-29 12:20:05 +02:00
  • 3ff2ef19e4 [DEV-254] Defer any monkey unpatching (#109) Ori Newman 2018-10-29 12:16:58 +02:00
  • f0d0551db7 [DEV-255] rename pNode -> node Ori Newman 2018-10-28 17:49:47 +02:00
  • e680667bb7 [DEV-255] get rid of checkConnectBlock Ori Newman 2018-10-28 17:42:49 +02:00
  • ede9656bb0 [DEV-255] create checkConnectToPastUTXO and move the required functionalities to it from checkConnectBlock Ori Newman 2018-10-28 16:22:36 +02:00
  • 43c4656c61 [DEV-81] Added error-cases for DBCache.flush() and DBCache.commitTreaps() Mike Zak 2018-10-28 14:47:04 +02:00
  • 29d5df64df [DEV-234] test TxAcceptedInBlock and TxBlocks Ori Newman 2018-10-24 13:02:58 +03:00
  • 50d76d2bc3 Merge remote-tracking branch 'origin/master' into dev-81-database-coverage Mike Zak 2018-10-28 14:20:02 +02:00
  • 3ace16ad23 [DEV-134] Implement Continuous Integration (#105) stasatdaglabs 2018-10-25 18:58:41 +03:00
  • c4a541d093 [DEV-91] Increase mempool test coverage part 2 (#107) Ori Newman 2018-10-25 18:13:02 +03:00
  • ddcb838c52 [DEV-134] Tried being too clever in the last commit. Stas Boutenko 2018-10-25 17:00:51 +03:00
  • 46b2a9aa5b [DEV-134] Fixed gofmt some more. Stas Boutenko 2018-10-25 16:52:26 +03:00
  • 5267bf557d [DEV-134] Fixed gofmt line in build script. Stas Boutenko 2018-10-25 16:35:12 +03:00
  • 40b32cb5da Merge branch 'dev-81-database-coverage' of github.com:daglabs/btcd into dev-81-database-coverage Mike Zak 2018-10-25 15:57:52 +03:00
  • d21e8a7a7f Merge remote-tracking branch 'origin/master' into dev-81-database-coverage Mike Zak 2018-10-25 15:18:54 +03:00
  • 2a99992c4c [DEV-134] Renamed tm to measure_runtime and removed do_ prefixes from functions. Stas Boutenko 2018-10-25 15:48:31 +03:00
  • 0c68cb606e [DEV-134] Added comments to test.sh. Stas Boutenko 2018-10-25 15:36:13 +03:00
  • 210c964aa4 Merge remote-tracking branch 'origin/master' into dev-81-database-coverage Mike Zak 2018-10-25 15:18:54 +03:00
  • ec35a9c9f3 [DEV-91] use the result of monkey.patch to unpatch Ori Newman 2018-10-25 12:28:00 +03:00
  • 3bd7f195f1 [DEV-134] Fixed misleading comment. Stas Boutenko 2018-10-25 14:30:23 +03:00
  • 62252af378 [DEV-134] Made build fail if gofmt prints out anything. Stas Boutenko 2018-10-25 14:18:21 +03:00
  • e1cbe1330a [DEV-254] Defer any monkey unpatching Ori Newman 2018-10-25 12:20:51 +03:00
  • 847c0ab84a [DEV-91] get rid of fakeErr type and defer unpatching monkey patch Ori Newman 2018-10-25 12:08:31 +03:00
  • a84e6f0c7a Merge remote-tracking branch 'origin/master' into dev-134-cont-integ Stas Boutenko 2018-10-25 11:52:32 +03:00
  • 21766564bb [DEV-134] Added "don't inline functions" to compiler flags for testing. Stas Boutenko 2018-10-25 11:06:11 +03:00
  • 8af055e038 [DEV-134] Disabled structcheck and varcheck. Stas Boutenko 2018-10-25 11:01:43 +03:00
  • 2b1ecd7401 [DEV-134] Disabled aligncheck. Stas Boutenko 2018-10-25 10:59:21 +03:00
  • d9b69c2424 [DEV-134] Disabled golint and removed removing debug symbols. Stas Boutenko 2018-10-25 10:55:37 +03:00
  • 499adbf046 DEV-222: Changed type of TxOut.Value and util.Amount to uin64 (#108) Evgeny Khirin 2018-10-24 16:29:50 +03:00
  • 33763b0cec [DEV-222] Fixed overflow comment Evgeny Khirin 2018-10-24 16:10:08 +03:00
  • 2fcf115b48 [DEV-222] Fixed comment to reflect uint64 instead of int64 Evgeny Khirin 2018-10-24 13:13:56 +03:00
  • 84a02f5120 [DEV-222] Replaced math.MaxUint64 with 0 Evgeny Khirin 2018-10-24 12:37:04 +03:00
  • 6c98349905 [DEV-222] Changed type of TxOut.Value and util.Amount to uin64 Evgeny Khirin 2018-10-23 18:43:09 +03:00
  • ac01babfb1 [DEV-213] Converted all RPC commands to lowercaseCamelCase. (#106) stasatdaglabs 2018-10-23 12:24:57 +03:00
  • 52f7b3824f [DEV-91] fix conflicts Ori Newman 2018-10-23 12:21:35 +03:00
  • 46f2cedae1 [DEV-134] Disabled testing with coverage for now. Stas Boutenko 2018-10-23 11:53:12 +03:00
  • 3ab3cd83af [DEV-134] Fixed a bash-ism. Stas Boutenko 2018-10-23 11:14:03 +03:00
  • 24584c5f34 [DEV-134] Added a robust testing script. Stas Boutenko 2018-10-23 11:03:16 +03:00
  • 2d55c45e8c [DEV-91] add TestExtractRejectCode in mempool_test.go Ori Newman 2018-10-23 11:02:40 +03:00
  • d5b0b7f021 [DEV-213] Converted all RPC commands to lowercaseCamelCase. Stas Boutenko 2018-10-22 17:57:06 +03:00
  • dd374a90a1 [DEV-234] add TxAcceptedInBlock and TxBlocks Ori Newman 2018-10-22 17:22:17 +03:00
  • 21125cdc8f [DEV-134] Implement Continuous Integration Stas Boutenko 2018-10-18 11:59:03 +03:00
  • 31e0f299e1 [DEV-134] Unexported blockHeap::pop. Stas Boutenko 2018-10-22 10:39:40 +03:00
  • 3117f0dc6f Merge remote-tracking branch 'origin/master' into dev-134-jenkins Stas Boutenko 2018-10-22 10:26:34 +03:00
  • 4c95e29345 [DEV-134] Made golint ignore the vendor directory. Stas Boutenko 2018-10-21 18:15:49 +03:00
  • 21736dbca3 [DEV-134] Renamed ExampleBlockChain_ProcessBlock to ExampleBlockDAG_ProcessBlock to satisfy go vet. Stas Boutenko 2018-10-21 18:07:42 +03:00
  • beea648659 [DEV-134] Removed pushing the built docker to a remove repository. That's unnecessary at this stage. Stas Boutenko 2018-10-21 18:03:05 +03:00
  • bee911edc8 [DEV-134] Made all precompilation checks run on everything instead of only the root dir. Stas Boutenko 2018-10-21 17:57:19 +03:00
  • 585f92aec9 [DEV-134] Added "github.com/pkg/errors" to dep. Stas Boutenko 2018-10-21 17:43:57 +03:00
  • 5f02f57083 [DEV-134] -vendor-only is written with only one hyphen. Stas Boutenko 2018-10-21 17:38:11 +03:00
  • 3eee7f9588 [DEV-134] go vet instead of go tool vet. Stas Boutenko 2018-10-21 17:33:33 +03:00
  • 0c2d43437c [DEV-134] Split all the pre-compile checks to separate lines to be able to tell which of them is failing. Stas Boutenko 2018-10-21 17:28:13 +03:00
  • 780519c8d4 [DEV-134] Ran gofmt on everything. Stas Boutenko 2018-10-21 17:23:54 +03:00
  • 8247146bd5 Dev 223 fix txindex (#100) Ori Newman 2018-10-21 16:01:22 +03:00
  • bff68aa346 [DEV-134] Gave executable permission to deploy.sh Stas Boutenko 2018-10-21 16:13:01 +03:00
  • e8e046e9a0 [DEV-134] Made golint ignore the vendor directory. Stas Boutenko 2018-10-21 18:15:49 +03:00
  • 79b6d34a5c [DEV-134] Renamed ExampleBlockChain_ProcessBlock to ExampleBlockDAG_ProcessBlock to satisfy go vet. Stas Boutenko 2018-10-21 18:07:42 +03:00
  • 10777ee534 [DEV-134] Removed pushing the built docker to a remove repository. That's unnecessary at this stage. Stas Boutenko 2018-10-21 18:03:05 +03:00
  • 32ce295fdb [DEV-134] Made all precompilation checks run on everything instead of only the root dir. Stas Boutenko 2018-10-21 17:57:19 +03:00
  • 592a0a710b [DEV-134] Added "github.com/pkg/errors" to dep. Stas Boutenko 2018-10-21 17:43:57 +03:00
  • ff4d589e5d [DEV-134] -vendor-only is written with only one hyphen. Stas Boutenko 2018-10-21 17:38:11 +03:00
  • f1bc783a9e [DEV-134] go vet instead of go tool vet. Stas Boutenko 2018-10-21 17:33:33 +03:00
  • 601ebb07dc [DEV-134] Split all the pre-compile checks to separate lines to be able to tell which of them is failing. Stas Boutenko 2018-10-21 17:28:13 +03:00
  • db3c41d5c2 [DEV-134] Ran gofmt on everything. Stas Boutenko 2018-10-21 17:23:54 +03:00
  • e6b1a2a030 Merge remote-tracking branch 'origin/master' into dev-134-jenkins Stas Boutenko 2018-10-21 17:20:16 +03:00
  • 302a1def01 [DEV-91] added TestCount Ori Newman 2018-10-21 16:49:48 +03:00
  • 4c864801a2 [DEV-134] Triggering a build. Stas Boutenko 2018-10-21 16:38:15 +03:00
  • 9e127ea9b3 [DEV-134] Triggering a build. Stas Boutenko 2018-10-21 16:28:53 +03:00
  • 5d9f1e8c48 [DEV-134] Gave executable permission to deploy.sh Stas Boutenko 2018-10-21 16:13:01 +03:00
  • 5e41d83015
    Dev 223 fix txindex (#100) Ori Newman 2018-10-21 16:01:22 +03:00
  • 3e8bd00e8e [DEV-223] add named returned value for applyUTXOChanges Ori Newman 2018-10-21 16:00:31 +03:00
  • d70c826354 [DEV-134] Triggering a build. Stas Boutenko 2018-10-21 15:53:14 +03:00
  • c802b855b3 [DEV-223] rename type BlueBlockTransaction to TxWithBlockHash Ori Newman 2018-10-21 15:50:36 +03:00
  • 7b1225fbbc [DEV-134] Triggering a build. Stas Boutenko 2018-10-21 15:36:27 +03:00
  • fb3d3f7cac [DEV-223] write in dbFetchFirstTxRegion's comment that it returns the first block region Ori Newman 2018-10-21 15:29:39 +03:00
  • c13eabeefc [DEV-134] Triggering a build. Stas Boutenko 2018-10-21 15:29:17 +03:00
  • e5a875fefa [DEV-134] Triggering a build. Stas Boutenko 2018-10-21 15:14:30 +03:00
  • 0790472b22 [DEV-223] use the same cursor instance for dbFetchFirstTxRegion Ori Newman 2018-10-21 14:25:21 +03:00
  • 9659824771 [DEV-223] use bucket cursor for dbFetchFirstTxRegion Ori Newman 2018-10-21 12:54:12 +03:00
  • ed7c3307b6 Merge remote-tracking branch 'origin/master' into dev-91-increase-mempool-test-coverage-part-2 Ori Newman 2018-10-21 12:44:59 +03:00
  • 6113de6945 [DEV-223] fix comments and unite blueTransaction and AcceptedTxData to one type Ori Newman 2018-10-21 12:41:34 +03:00
  • 34cbee5e68 [DEV-223] add unit test for txindex Ori Newman 2018-10-21 10:54:54 +03:00
  • 7b21e85ef0 [DEV-134] Triggering a build. Stas Boutenko 2018-10-18 17:59:05 +03:00
  • 0cb78cab78 [DEV-134] Triggering a build. Stas Boutenko 2018-10-18 17:56:18 +03:00
  • 8a43dec289 [DEV-223] rename BluesTxData -> AcceptedTxData, and return from applyUTXOChanges only transactions that got accepted Ori Newman 2018-10-18 14:55:37 +03:00
  • d7a5bb30f4 [DEV-223] edit txindex comments Ori Newman 2018-10-18 13:30:08 +03:00
  • 0c839684b5 [DEV-223] fix conflicts Ori Newman 2018-10-18 13:25:16 +03:00