Commit Graph

  • 2861f795f5 add SimpleProofsFromMap mossid 2018-04-05 21:30:15 +02:00
  • c9a263c589 Merge pull request #1389 from tendermint/1380-trim-whitespaces Ethan Buchman 2018-04-05 18:22:46 +03:00
  • e4492afbad Merge Jae Kwon 2018-04-05 08:17:10 -07:00
  • 799beebd36 fix consensus tests Ethan Buchman 2018-04-05 17:54:26 +03:00
  • 45ec5fd170 WIP consensus Jae Kwon 2018-04-05 07:05:45 -07:00
  • 6e39ec6e26 do not even try to dial ourselves Anton Kaliaev 2018-04-05 15:21:11 +02:00
  • d38a6cc7ea trim whitespace from elements of lists (like persistent_peers) Anton Kaliaev 2018-03-29 12:06:15 +02:00
  • 7f6ee7a46b add a comment for NewSwitch Anton Kaliaev 2018-04-05 15:20:53 +02:00
  • 34b77fcad4 log error when we fail to add new address Anton Kaliaev 2018-04-05 15:19:15 +02:00
  • 3b3f45d49b use addrbook#AddOurAddress to store our address Anton Kaliaev 2018-03-22 16:58:57 +01:00
  • 3284a13fee add test Anton Kaliaev 2018-03-22 09:55:21 +01:00
  • fc9ffee2e3 remove unused tracking because it leads to memory leaks in tests Anton Kaliaev 2018-03-22 09:54:32 +01:00
  • 3a672cb2a9 update changelog [ci skip] Anton Kaliaev 2018-03-21 20:23:22 +01:00
  • 4b8e342309 fix panic: lookup testing on 10.0.2.3:53: no such host Anton Kaliaev 2018-03-21 20:08:43 +01:00
  • 5a2fa71b03 use combination of IP and port, not just IP Anton Kaliaev 2018-03-21 20:04:22 +01:00
  • 9a57ef9cbf do not dial ourselves (ok, maybe just once) Anton Kaliaev 2018-03-21 19:41:56 +01:00
  • a1dd329d72 update version v0.18.0-rc1 Ethan Buchman 2018-04-05 16:17:32 +03:00
  • 59ca9bf480 update to tmlibs v0.8.1 Ethan Buchman 2018-04-05 16:16:36 +03:00
  • 7cce07bc99 Merge pull request #1352 from tendermint/1228-require-id Ethan Buchman 2018-04-05 15:55:41 +03:00
  • 0ae66f75ce Merge pull request #1420 from tendermint/1414-data-race Ethan Buchman 2018-04-05 15:53:15 +03:00
  • 5d1c758730 Fix evidence Jae Kwon 2018-04-05 05:43:23 -07:00
  • 1b9323f105 Fix blockchain tests Jae Kwon 2018-04-05 05:17:43 -07:00
  • 2e24b64fc1 Add IsEmpty; Publish 0.8.1 Jae Kwon 2018-04-05 03:12:21 -07:00
  • cee7b5cb54 GetSelectionWithBias Anton Kaliaev 2018-03-24 17:49:42 +01:00
  • 1585152341 https://github.com/tendermint/tendermint/pull/1128#discussion_r162799294 Anton Kaliaev 2018-03-24 17:04:59 +01:00
  • 8e699c2bfd defaultSeedDisconnectWaitPeriod should be at least as long as we expect it to take for a peer to become MarkGood Anton Kaliaev 2018-03-24 17:04:32 +01:00
  • 904a3115a6 require addresses to have an ID by default Anton Kaliaev 2018-03-22 11:27:10 +01:00
  • a506cf47ad protect Record* peerStateStats functions by mutex Anton Kaliaev 2018-04-05 11:42:45 +02:00
  • 7689c15413 Merge pull request #1378 from tendermint/bucky/disable-test-libs Anton Kaliaev 2018-04-05 11:06:30 +02:00
  • f907113c19 Net_info should print the ID of peers (#1312) Zaki Manian 2018-04-05 02:02:23 -07:00
  • 140f962201 Merge pull request #1406 from tendermint/docker Anton Kaliaev 2018-04-05 10:57:19 +02:00
  • c23d907f12 Merge pull request #1391 from tendermint/581-include-validator-power Ethan Buchman 2018-04-05 11:18:45 +03:00
  • 105847b7dd Fix comments Alessio Treglia 2018-04-05 08:13:13 +01:00
  • 9c02c8ce93 Add import/export of public keys #79 Alessio Treglia 2018-04-04 23:25:14 +01:00
  • fb7bde9c24 Add cause in Error.Error() Jae Kwon 2018-04-04 13:43:19 -07:00
  • 390de81bbc Release version 0.8.0 Jae Kwon 2018-04-04 12:30:13 -07:00
  • 1b51cbc224 Changed wallet addresses (#84) Greg Szabo 2018-04-04 12:04:09 -04:00
  • ed782e7508 include validator's voting power in /status Anton Kaliaev 2018-03-29 13:39:15 +02:00
  • 0732526465 use more relaxing < and >= ops instead of != Anton Kaliaev 2018-03-29 13:37:12 +02:00
  • 39a4963782 document funcs in validator_set.go Anton Kaliaev 2018-03-29 13:35:15 +02:00
  • 37ce6b195a ValidatorSet#GetByAddress: return -1 if no validator was found Anton Kaliaev 2018-03-29 13:32:14 +02:00
  • 7aa6d36258 Merge pull request #1412 from tendermint/bucky/exit-conR-subscribe-routine Ethan Buchman 2018-04-03 23:53:48 +03:00
  • 5c3d3f0875 Merge pull request #194 from Tilkal/random-missing-methods Ethan Buchman 2018-04-03 23:52:16 +03:00
  • 991017fc41 Merge pull request #1336 from tendermint/zarko/1308-add-light-client-spec Ethan Buchman 2018-04-03 23:02:32 +03:00
  • 5f548c7679 consensus: close pubsub channels. fixes #1372 Ethan Buchman 2018-04-03 22:56:46 +03:00
  • d14aacf03e Merge pull request #1300 from tendermint/lite-proxy-hardening-and-tests Ethan Buchman 2018-04-03 22:43:38 +03:00
  • 39ff4d22e9 minor cleanup Ethan Buchman 2018-04-03 22:34:18 +03:00
  • 74486f7f93 Add Int63n() and RandInt63n(). Thomas Corbière 2018-04-03 16:24:38 +02:00
  • d66d43d2ea Add Int31n() and RandInt31n(). Thomas Corbière 2018-04-03 16:23:36 +02:00
  • 196f8410ba WIP commit; Fix types/results_test Jae Kwon 2018-04-03 07:03:08 -07:00
  • f457435199 HexBytes formatting; Make computeHashFromAunts more defensive Jae Kwon 2018-04-03 07:01:08 -07:00
  • 8462493cbf [rpc] fix subscribing using an abci.ResponseDeliverTx tag Anton Kaliaev 2018-03-27 19:00:24 +02:00
  • 47b8bd1728 wrote a test for EventBus#PublishEventTx Anton Kaliaev 2018-03-27 18:18:24 +02:00
  • 89cdde7f1e Fix state tests Jae Kwon 2018-04-03 06:50:53 -07:00
  • fec8de831a Added more wallets (#82) Greg Szabo 2018-04-03 09:46:53 -04:00
  • 3cd4dcf13b changelog Ethan Buchman 2018-04-03 16:23:41 +03:00
  • b5e6f8a446 Merge pull request #191 from Tilkal/random-float64 Ethan Buchman 2018-04-03 16:15:06 +03:00
  • f664b020cd Merge pull request #189 from mohanson/patch-2 Ethan Buchman 2018-04-03 16:13:56 +03:00
  • 657fd671ea Merge pull request #1409 from tendermint/zach/docs/tm-monitor Ethan Buchman 2018-04-03 15:24:55 +03:00
  • 3375dac049 add Float64() and RandFloat64(). Thomas Corbière 2018-04-03 14:09:50 +02:00
  • 7d00575898 Merge pull request #81 from tendermint/update-monitor-and-bench-3 Anton Kaliaev 2018-04-03 13:49:14 +02:00
  • 315c475b79 docs: build updates Zach Ramsay 2018-04-03 04:48:40 -07:00
  • 3d333f5cac [bench] bump version Anton Kaliaev 2018-04-03 13:42:57 +02:00
  • 63deea9675 [bench] update monitor Anton Kaliaev 2018-04-03 13:42:13 +02:00
  • a66b20aff4 Merge pull request #80 from tendermint/update-monitor-and-bench-2 Anton Kaliaev 2018-04-03 13:26:28 +02:00
  • 34896f2988 remove .dockerignore Anton Kaliaev 2018-04-03 13:21:21 +02:00
  • 8f741b44d6 [monitor/bench] fix Dockerfile.dev Anton Kaliaev 2018-04-03 13:19:21 +02:00
  • b221ca0efa refine comments Mohanson 2018-04-03 19:04:09 +08:00
  • 4bffda0dc2 [monitor] bump version Anton Kaliaev 2018-04-03 13:03:31 +02:00
  • 5a211ff791 [monitor] move to int64 for height Anton Kaliaev 2018-04-03 13:02:09 +02:00
  • d831b443da [bench] fix type errors Anton Kaliaev 2018-04-03 12:48:33 +02:00
  • aa40f8a868 [bench] do not send vendor dir to docker Anton Kaliaev 2018-04-03 12:43:09 +02:00
  • 2912f40f8e [bench] switch from glide to dep Anton Kaliaev 2018-04-03 12:42:49 +02:00
  • efb8f6fc1f [bench] update Makefile Anton Kaliaev 2018-04-03 12:39:58 +02:00
  • 62965e68f1 Merge pull request #79 from tendermint/update-monitor-and-bench Anton Kaliaev 2018-04-03 12:30:39 +02:00
  • ee67e34519 Fix lint errors (#190) Thomas Corbière 2018-04-03 12:23:28 +02:00
  • 585b163d94 [monitor] fix linter error Anton Kaliaev 2018-04-03 11:56:00 +02:00
  • 4a03eb7baf [monitor] bring back readme Anton Kaliaev 2018-04-03 11:55:43 +02:00
  • 445ddbf040 [monitor] fix data races! Anton Kaliaev 2018-04-03 11:33:16 +02:00
  • 664d4ebf4c [monitor] ignore vendor when building docker Anton Kaliaev 2018-04-03 11:07:51 +02:00
  • 2f1c7a3646 [monitor] make linters happy Anton Kaliaev 2018-04-03 11:06:34 +02:00
  • 0e09c09c30 [monitor] switch to dep Anton Kaliaev 2018-04-03 11:06:02 +02:00
  • 9a2935cff6 [monitor] update Makefile Anton Kaliaev 2018-04-03 11:05:28 +02:00
  • 29a8cb8d87 add comments. Mohanson 2018-04-03 16:51:30 +08:00
  • 8833335948 Merge pull request #78 from tendermint/feature/jenkins Anton Kaliaev 2018-04-03 10:11:36 +02:00
  • 2fbd9f15fa bug fix: WriteFileAtomic Mohanson 2018-04-03 15:26:47 +08:00
  • 5ef639fcbe p2p: persistent - redial if first dial fails Javed Khan 2018-04-02 10:15:02 +05:30
  • a557bb4d0b Merge pull request #185 from tendermint/bucky/merge-master Ethan Buchman 2018-04-02 22:26:22 +03:00
  • b800b4ec1d update docker readme Anton Kaliaev 2018-04-02 16:57:25 +02:00
  • 208ac32fa2 update Dockerfile to point to 0.17.1 release Anton Kaliaev 2018-04-02 16:56:07 +02:00
  • 641476d40f update docker to use alpine 3.7 Anton Kaliaev 2018-04-02 16:55:43 +02:00
  • 491c8ab4c1 [rpc/lib] log cert and key files in StartHTTPAndTLSServer Anton Kaliaev 2018-04-02 11:55:55 +02:00
  • 5ef8a6e887 deprecate not fully formed addresses Anton Kaliaev 2018-04-02 11:47:04 +02:00
  • d694d47d22 [rpc/lib] rename vars according to Go conventions Anton Kaliaev 2018-04-02 11:40:47 +02:00
  • ecdc1b9bb0 Add a method for creating an https server (#1403) Zaki Manian 2018-04-02 02:36:09 -07:00
  • 9c757108ca [test] remove test_libs Anton Kaliaev 2018-04-02 11:29:03 +02:00
  • 5243e54641 [codecov] ignore docs, scripts and DOCKER dirs Anton Kaliaev 2018-04-02 11:23:18 +02:00
  • 70e7454c21 comment out test_libs because of gcc dep in tmlibs Ethan Buchman 2018-03-27 11:44:53 -04:00
  • 382e99d06e Add IsTypedNil Jae Kwon 2018-04-02 01:46:24 -07:00
  • 2644a529f0 Fix lint errors (#1390) Thomas Corbière 2018-04-02 10:21:17 +02:00