Commit Graph

  • cd0fd06b0d update for sdk2 libs. need to fix kv test Ethan Buchman 2018-01-06 01:26:51 -05:00
  • 4e3488c677 update types Ethan Buchman 2018-02-03 03:23:10 -05:00
  • 061ad355bb update glide Ethan Buchman 2018-02-03 03:22:56 -05:00
  • 2679b7554b lite: comment out iavl code - TODO #1183 Ethan Buchman 2018-02-03 03:02:49 -05:00
  • 5a4f56056e Merge pull request #189 from tendermint/no-wire-crypto Ethan Buchman 2018-02-03 02:55:22 -05:00
  • 1148027baf remove go-wire and go-crypto deps Ethan Buchman 2018-02-03 02:39:34 -05:00
  • 21dd648732 Merge pull request #187 from tendermint/no-iavl Ethan Buchman 2018-02-03 02:26:26 -05:00
  • baea45177d example/dummy: remove iavl dep - just use raw db Ethan Buchman 2018-02-03 02:02:40 -05:00
  • deaaf014d8 Merge pull request #141 from tendermint/no-wire Ethan Buchman 2018-02-03 01:57:27 -05:00
  • 951333ecb0 common: IsHex should be able to handle 0X prefixed strings Emmanuel Odeke 2018-02-02 23:40:38 -07:00
  • d6d97889f2 merkle: remove go-wire dep by copying EncodeByteSlice Ethan Buchman 2018-02-03 01:29:39 -05:00
  • c617737e03 Merge pull request #184 from tendermint/sdk2 Ethan Buchman 2018-02-03 00:22:50 -05:00
  • 4450a20bde types: check bufio.Reader Ethan Buchman 2018-02-03 00:24:48 -05:00
  • d2845d923b add more versions to glide Ethan Buchman 2018-02-03 00:11:20 -05:00
  • 700792bc10 update glide Ethan Buchman 2018-02-03 00:08:39 -05:00
  • 11d383f1c7 update for go-wire sdk2 Ethan Buchman 2018-01-14 18:37:59 -05:00
  • 4fc3055dbd update glide again Ethan Buchman 2018-02-02 23:50:24 -05:00
  • 1d7fc78ea1 update glide Ethan Buchman 2018-02-02 23:49:14 -05:00
  • 5a94049dbc update glide again Ethan Buchman 2018-02-02 23:42:22 -05:00
  • 9e897ab8b0 update glide Ethan Buchman 2018-02-02 23:34:07 -05:00
  • 690d6c6070 cli: WriteDemoConfig -> WriteConfigVals Ethan Buchman 2018-01-18 22:56:36 -05:00
  • 4542cc5a71 Merge pull request #64 from tendermint/sdk2 Ethan Buchman 2018-02-02 22:48:01 -05:00
  • 027c37281d Merge pull request #123 from tendermint/sdk2 Ethan Buchman 2018-02-02 22:32:33 -05:00
  • 1b5176003a DbBackend -> DBBackend Ethan Buchman 2018-02-02 22:31:17 -05:00
  • 45b71f7d11 Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs PR is merged Adrian Brink 2018-02-02 18:51:41 +01:00
  • cbc63518e5 Export DbBackendType in order to fix IAVL tests Adrian Brink 2018-02-02 18:50:24 +01:00
  • 0391e499fb Clean up glide.yaml Adrian Brink 2018-02-02 18:31:25 +01:00
  • 2e76546223 Clean up glide.yaml Adrian Brink 2018-02-02 18:09:48 +01:00
  • 6b2409f714 Update go-wire to develop Adrian Brink 2018-02-02 14:12:29 +01:00
  • 95b53c80e1 Merge pull request #140 from tendermint/sdk2-hashers-and-simple-map Anton Kaliaev 2018-02-02 14:15:56 +04:00
  • 9ccfe161ad lowercase memDB type key Anton Kaliaev 2018-02-02 13:51:39 +04:00
  • f6dbe9ba05 Refactor string -> dbBackendType Jae Kwon 2018-01-24 15:55:31 -08:00
  • b95cac5f4f Remove unnecessary Byteser interface Jae Kwon 2018-01-24 15:13:39 -08:00
  • c75298e359 Update SimpleMap to hash both keys and values for benefit; Hashable is Hasher; Don't assume go-wire Jae Kwon 2018-01-21 18:47:18 -08:00
  • 580c3db8f9 Hashable -> Hasher; SimpleMap upgrade; No "SimpleHashFromBinary" (#128) Jae Kwon 2018-01-25 20:05:23 -08:00
  • 7ef6d4b813 Glide update Jae Kwon 2018-01-14 21:25:57 -08:00
  • ff230682d1 Fix logical time (#122) Jae Kwon 2018-01-14 21:20:53 -08:00
  • cfbb9338bd use go-wire sdk2 Ethan Buchman 2018-01-14 17:35:57 -05:00
  • 6637c202bf Revert "Update to use tmlibs sdk2" Jae Kwon 2018-01-14 13:40:18 -08:00
  • 4e2a275a67 Update to use tmlibs sdk2 Jae Kwon 2018-01-14 13:30:47 -08:00
  • bcd8d403dc Remove encoding from common cli Jae Kwon 2018-01-14 13:27:34 -08:00
  • 62c9cad484 Merge pull request #1180 from tendermint/1146-add-BFT-time-spec Ethan Buchman 2018-02-01 16:38:05 -05:00
  • 4cbdbbaac9 Add BFT time spec Zarko Milosevic 2018-02-01 15:21:09 +01:00
  • 9ed296ae71 GetByHeight switches between linear & binary search on >=50 items Emmanuel Odeke 2018-01-31 20:26:34 -07:00
  • e8d0960cef nolint Zach Ramsay 2018-01-29 16:02:04 +00:00
  • 2023115ff8 lite: TestCacheGetsBestHeight with GetByHeight and GetByHeightBinarySearch Emmanuel Odeke 2018-01-25 01:13:39 -07:00
  • 7790ae9e6f Fix spelling mistake Adrian Brink 2018-01-08 10:02:57 +01:00
  • 206da7a1b8 lite: < len(v) in for loop check, as per @melekes' recommendation Emmanuel Odeke 2018-01-01 20:11:55 -08:00
  • 14eaba9ec3 lite: memStoreProvider GetHeightBinarySearch method + fix ValKeys.signHeaders Emmanuel Odeke 2017-12-29 23:35:00 -07:00
  • 2919bc3f7f Merge pull request #1178 from tendermint/nice-err-msg Ethan Buchman 2018-01-31 21:32:58 -05:00
  • 1c01671ec6 improve vague error msg, closes #1158 Zach Ramsay 2018-01-31 16:00:15 +00:00
  • af30cef574 Coin changes for Peng's faucet Greg Szabo 2018-01-30 09:45:05 -05:00
  • 13f009bf68 Merge pull request #136 from tendermint/fix-bitArray-nil-update Ethan Buchman 2018-01-29 17:17:18 -05:00
  • 85be26c675 common: BitArray: feedback from @adrianbrink to simplify tests Emmanuel Odeke 2018-01-28 22:02:46 -07:00
  • 73a4cfb06a moer basecoin build fixes Greg Szabo 2018-01-28 22:49:44 -05:00
  • c6190b3859 basecoin build typo fix Greg Szabo 2018-01-28 22:37:58 -05:00
  • 1f3e1eec83 basecoin build copy fix Greg Szabo 2018-01-28 21:14:50 -05:00
  • b3a14da617 basecoin build fix Greg Szabo 2018-01-28 21:11:37 -05:00
  • 84afef20f5 common: fix BitArray.Update to avoid nil dereference Emmanuel Odeke 2018-01-28 10:35:34 -07:00
  • fe632ea32a spec: minor fixes Ethan Buchman 2018-01-26 17:26:11 -05:00
  • 5b368252ac spec: more fixes Zach Ramsay 2018-01-25 05:02:26 +00:00
  • 8cca953590 spec: remove notes, see #1152 Zach Ramsay 2018-01-25 03:25:09 +00:00
  • 4b4a2029c4 spec: typos & other fixes Zach Ramsay 2018-01-25 02:11:07 +00:00
  • 6aa85357b6 Merge pull request #1160 from shapeshed/patch-1 Ethan Buchman 2018-01-26 17:17:43 -05:00
  • eae62ec09b Merge branch 'develop' into patch-1 Ethan Buchman 2018-01-26 17:17:28 -05:00
  • 18d96266bc Merge pull request #1140 from tendermint/feature/vagrant Ethan Buchman 2018-01-26 17:12:06 -05:00
  • 4529fd6787 Fix documentation typos George Ornbo 2018-01-26 14:44:48 +00:00
  • c00faa8960 Token spitter wallet Greg Szabo 2018-01-26 08:08:18 -05:00
  • 4a99a2a07d update contributing.md Ethan Buchman 2018-01-26 01:18:33 -05:00
  • 4b63b3aa0b Switch to correct directory in Vagrant Adrian Brink 2018-01-25 11:35:14 +01:00
  • fc860c3a07 Final Vagrantfile Adrian Brink 2018-01-22 15:33:09 +01:00
  • 2f147ec000 Remove upgrade step Adrian Brink 2018-01-22 14:55:58 +01:00
  • 0a7a190cd1 Fix vagrantfile Adrian Brink 2018-01-22 13:40:32 +01:00
  • 3366dfe32a Merge pull request #1151 from tendermint/fix/p2p-stop-conn Ethan Buchman 2018-01-25 02:45:06 -05:00
  • baff4bd8cc p2p/conn: better handling for some stop conditions Ethan Buchman 2018-01-24 17:14:38 -05:00
  • fb109db33d update changelog Ethan Buchman 2018-01-25 02:10:01 -05:00
  • 2f5971532e Merge pull request #1154 from tendermint/fix/consensus-tests Ethan Buchman 2018-01-25 02:07:20 -05:00
  • ab13806276 consensus: print go routines in failed test Ethan Buchman 2018-01-25 01:01:27 -05:00
  • 3ae26bd6e6 consensus: fix SetLogger in tests Ethan Buchman 2018-01-24 23:34:57 -05:00
  • fa8c374aff Merge branch 'master' into develop Zach 2018-01-25 00:10:39 +00:00
  • 27ef3489a0 Merge pull request #1049 from tendermint/p2p-channels Ethan Buchman 2018-01-24 15:29:38 -05:00
  • b6eb275b22 p2p: fix break in double loop Ethan Buchman 2018-01-24 14:27:37 -05:00
  • 57cc8ab977 Merge pull request #1143 from tendermint/1091-race-condition Ethan Buchman 2018-01-24 14:22:43 -05:00
  • 99034904f8 p2p: fix tests for required channels Ethan Buchman 2018-01-23 23:40:33 -05:00
  • a0ffcbcee4 Merge pull request #1137 from tendermint/docs-consolidate Ethan Buchman 2018-01-23 23:45:20 -05:00
  • 260affd037 docs consolidation Ethan Buchman 2018-01-21 18:19:38 -05:00
  • d7b1b8d3d5 Merge pull request #1129 from tendermint/addrbook Ethan Buchman 2018-01-23 23:10:50 -05:00
  • 50129ad8ac p2p: add Channels to NodeInfo and don't send for unknown channels Ethan Buchman 2018-01-21 11:45:04 -05:00
  • 5c9cb5e6a2 Merge pull request #1133 from tendermint/fix/stop-peer-for-error Ethan Buchman 2018-01-23 22:26:52 -05:00
  • 4051391039 blockchain: test wip for hard to test functionality [ci skip] Ethan Buchman 2018-01-23 22:06:40 -05:00
  • 8f3bd3f209 p2p: addrBook.Save() on DialPeersAsync Ethan Buchman 2018-01-23 22:25:39 -05:00
  • 85816877c6 config: fix addrbook path to go in config Ethan Buchman 2018-01-23 22:21:17 -05:00
  • 87087b8acd consensus: minor cosmetic Ethan Buchman 2018-01-23 21:41:13 -05:00
  • 775bb85efb p2p/pex: wait to connect to all peers in reactor test Ethan Buchman 2018-01-23 21:30:53 -05:00
  • 21ce5856b3 p2p: notes about ListenAddr Ethan Buchman 2018-01-23 21:26:19 -05:00
  • f5226e0008 Merge pull request #1144 from tendermint/create-logs-tarball Ethan Buchman 2018-01-23 12:47:45 -05:00
  • a745fe2eed mercy for developers with slow Internet Anton Kaliaev 2018-01-23 20:37:38 +04:00
  • 5f3048bd09 call FlushSync before calling CommitSync Anton Kaliaev 2018-01-23 16:56:14 +04:00
  • 6a5818e107 Merge pull request #1138 from tendermint/small-fix Ethan Buchman 2018-01-22 17:27:35 -05:00
  • dfdfd6c98e Small fix in example Zarko Milosevic 2018-01-22 13:10:54 +01:00