Commit Graph

  • 5d1459b584 libs/fail: clean up fail.go (#3785) Marko 2019-07-14 15:50:33 +02:00
  • 4e3b6bfb26 Merge remote-tracking branch 'origin' into marko/v0.32.1 Marko Baricevic 2019-07-13 13:40:04 +02:00
  • 7a86e49312 moved abci change to features as it doesnt break the abci Marko Baricevic 2019-07-13 13:39:11 +02:00
  • 78e634dd5c tm-monitor: add Context to RPC handlers (#3792) Karoly Albert Szabo 2019-07-13 08:09:28 +02:00
  • 6d96cf4f05 tm-monitor: update build-docker Makefile target (#3790) Karoly Albert Szabo 2019-07-13 07:57:43 +02:00
  • 744d65f173 Merge branch 'master' into marko/v0.32.1 Marko Baricevic 2019-07-12 19:30:11 +02:00
  • e7ac73177e upgrade go.mod (#3793) Aditya 2019-07-12 17:29:36 +00:00
  • 1b69c6b56b include doc change for abci/app Marko Baricevic 2019-07-12 15:59:53 +02:00
  • e5084a4787 Merge branch 'master' into marko/v0.32.1 Marko Baricevic 2019-07-12 15:51:14 +02:00
  • eddb433d7c abci: Fix documentation regarding CheckTx type update (#3789) Thane Thomson 2019-07-12 09:43:03 -04:00
  • 0787b79347 add link bump abci Version Marko Baricevic 2019-07-12 11:17:20 +02:00
  • 823d916a11 Apply suggestions from code review Marko 2019-07-12 11:06:27 +02:00
  • 378a0e51bf docs: replace priv_validator.json with priv_validator_key.json (#3786) Andy Nogueira 2019-07-11 15:31:42 -04:00
  • e8926867d8 wording change Marko Baricevic 2019-07-11 21:22:14 +02:00
  • 0f076e5fbe add links to changelog Marko Baricevic 2019-07-11 18:37:46 +02:00
  • ac232caef3 Release branch for v0.32.1 Marko Baricevic 2019-07-11 18:34:21 +02:00
  • e32fa44d6f Add init and verifyUpdate funcs zm_light_client_spec Zarko Milosevic 2019-07-11 14:27:03 +02:00
  • ef8e18a1f3 Initial version of time related concerns Zarko Milosevic 2019-07-10 17:07:12 +02:00
  • e9c9c558d7 libs/common: remove unused functions (#3784) Marko 2019-07-10 16:40:21 +02:00
  • f05c2a9558 p2p: extract ID validation into a separate func (#3754) Anton Kaliaev 2019-07-10 13:36:48 +04:00
  • d70871f41b testnet: add consensus_params to testnet config generation (#3781) Ashley Vega 2019-07-10 10:27:17 +01:00
  • fc1eb46587 libs/common: remove heap.go (#3780) Marko 2019-07-10 11:06:03 +02:00
  • ddee2d641f infrastructure for reproducible builds (#3770) Alessio Treglia 2019-07-10 09:48:31 +01:00
  • 88b7c53dcf fix comment and use errors.New instead of fmt.Errorf Anton Kaliaev 2019-07-09 19:38:14 +04:00
  • f95b11e07a fix HeightAndHashPresent func Anton Kaliaev 2019-07-09 17:55:55 +04:00
  • 1f03ceb0ba refactor verifying/provider Anton Kaliaev 2019-07-09 17:52:10 +04:00
  • 45a447aa2f move PrivKeys to internal folder Anton Kaliaev 2019-07-09 17:41:06 +04:00
  • 8d43cdd846 fix comment Anton Kaliaev 2019-07-09 17:40:08 +04:00
  • 7849675827 Update types/validator_set.go Zaki Manian 2019-07-08 15:59:35 -07:00
  • f2ada0a604 docs: quick link fixes throughout docs and repo (#3776) Marko 2019-07-08 19:54:24 +02:00
  • 1d5fcc2281 adr: [43] blockchain riri-org (#3753) Sean Braithwaite 2019-07-08 19:45:52 +02:00
  • ceff0af81d restructure code in verifying/provider Anton Kaliaev 2019-07-08 16:45:22 +04:00
  • 06720dcd6b add a safety check in ConcurrentProvider#UpdateToHeight Anton Kaliaev 2019-07-08 15:57:47 +04:00
  • 6810bab382 refactor ConcurrentProvider Anton Kaliaev 2019-07-08 15:42:15 +04:00
  • 4b2e323728 remove extra comments in lite/commit Anton Kaliaev 2019-07-08 13:32:08 +04:00
  • ac330194b9 refactor lite/client package Anton Kaliaev 2019-07-08 13:23:58 +04:00
  • b441a71221 Make ConcurrentProvider public Zaki Manian 2019-07-07 22:09:53 -07:00
  • 39e589e3c7 Fix VerifyingProvider Nit Zaki Manian 2019-07-07 21:55:00 -07:00
  • 24cd2eba8e Fixup tests Zaki Manian 2019-07-07 21:47:39 -07:00
  • 2872df6634 Remove verify future commit as uncessessary Zaki Manian 2019-07-06 20:21:23 -07:00
  • 6746befb44 Add linear non bisceting verifier Zaki Manian 2019-07-06 20:20:37 -07:00
  • fb3663cfb1 verifyAndSave now internally checks if the commit is validate before proceeding. Zaki Manian 2019-07-06 19:05:10 -07:00
  • b97a8b69ed Update lite/verifying/provider.go Zaki Manian 2019-07-06 11:48:48 -07:00
  • 0be87cdcba privkey fix Marko Baricevic 2019-07-06 09:49:39 +02:00
  • 49bea520cf change trust to trusted Marko Baricevic 2019-07-06 09:47:47 +02:00
  • 3acc6e60e8 import and type calls fix Marko Baricevic 2019-07-06 09:46:01 +02:00
  • 0a145b83be Update lite/verifying/provider.go Zaki Manian 2019-07-05 20:52:21 -07:00
  • d15f0f8df0 Fix some CI bot nits Zaki Manian 2019-07-05 20:44:00 -07:00
  • 02c467237e Fix DB backed name change Zaki Manian 2019-07-05 20:23:38 -07:00
  • 165a3d15fb Fix conflicts with upsteam changes Zaki Manian 2019-07-05 20:23:23 -07:00
  • 94e0176ac2 behaviour: return correct reason in MessageOutOfOrder (#3772) Jay Namsayin 2019-07-04 00:26:13 -07:00
  • f76684a05c node: allow registration of custom reactors while creating node (#3771) Anton Kaliaev 2019-07-03 17:17:59 +04:00
  • e645442c9b abci: minor cleanups in the socket client (#3758) Anton Kaliaev 2019-07-02 22:01:29 +04:00
  • d041476819 p2p: dial addrs which came from seed instead of calling ensurePeers (#3762) Anton Kaliaev 2019-07-02 21:19:58 +04:00
  • 62f97a69e9 abci: Refactor CheckTx to notify of recheck (#3744) Thane Thomson 2019-07-02 10:14:53 -04:00
  • d9481e3648 config: make possible to set absolute paths for TLS cert and key (#3765) Ivan Kushmantsev 2019-07-01 12:48:54 +04:00
  • d4cf204087 libs: remove commented and unneeded code (#3757) Marko 2019-06-30 09:56:24 +02:00
  • d069eb62df docs: remove confusing statement from contributing.md (#3764) Ivan Kushmantsev 2019-06-30 11:46:31 +04:00
  • b2afc65908 docs: add readme image (#3763) Peng Zhong 2019-06-29 03:06:44 -04:00
  • 1014f8c84b docs: update to contributing.md (#3760) Marko 2019-06-28 17:32:15 +02:00
  • b73cfe8786 Merge pull request #3756 from tendermint/v0.32 Ethan Buchman 2019-06-26 11:27:24 -04:00
  • 747f99fdc1 changelog and version (#3750) v0.32.0 Ethan Buchman 2019-06-25 07:57:50 -04:00
  • eb08609de1 docs: update JS section of abci-cli.md (#3747) Mengjay Gao 2019-06-25 14:56:03 +08:00
  • e93e8e730d Added a disclaimer so the user is aware of binary (#3751) Marko 2019-06-24 20:13:25 +02:00
  • 4c4bf0f131 Added flags '-s -w' to buildflags (#3742) Marko 2019-06-24 16:32:24 +02:00
  • d88a639838 Make RPC bind to localhost by default (#3746) Thane Thomson 2019-06-24 10:32:12 -04:00
  • c37faf3ac1 docs: (rpc/broadcast_tx_*) write expectations for a client (#3749) Anton Kaliaev 2019-06-24 17:49:49 +04:00
  • a44c621d2d Remove double lint (#3748) Marko 2019-06-24 15:48:21 +02:00
  • 3e7752c29d cs: exit if SwitchToConsensus fails (#3706) v0.32.0-dev2 Anton Kaliaev 2019-06-22 19:48:01 +04:00
  • 1b77bf6f20 rpc/lib: write a test for TLS server (#3703) Anton Kaliaev 2019-06-22 19:44:12 +04:00
  • 8fc8368438 node: run whole func in goroutine, not just logger.Error fn (#3743) Anton Kaliaev 2019-06-22 10:30:23 +04:00
  • 228bba799d state: add more tests for block validation (#3674) Thane Thomson 2019-06-21 17:29:29 -04:00
  • 59497c362b Prepare nuking develop (#3726) Ismail Khoffi 2019-06-21 22:29:16 +02:00
  • 2e5b2a9537 abci/examples: switch from hex to base64 pubkey in kvstore (#3641) needkane 2019-06-21 19:18:49 +08:00
  • 866b343c0c Changes to files that had linting issue (#3731) Marko 2019-06-21 07:58:32 +02:00
  • 9d5ba576ee abci: Refactor ABCI CheckTx and DeliverTx signatures (#3735) Thane Thomson 2019-06-21 01:56:27 -04:00
  • 1b5110e91f node: fix a bug where nil is recorded as node's address (#3740) v0.32.0-dev1 Anton Kaliaev 2019-06-21 09:30:32 +04:00
  • 60827f7562 docs: fix some language issues and deprecated link (#3733) Hans Schoenburg 2019-06-19 20:35:53 +02:00
  • ed18ffdca3 p2p: refactor Switch#OnStop (#3729) Runchao Han 2019-06-17 21:30:12 +10:00
  • 0e1c492d3e docs: missing 'b' in python command (#3728) Andy Nogueira 2019-06-17 06:51:12 -04:00
  • 9010ff5f96 types: do not ignore errors returned by PublishWithEvents (#3722) Anton Kaliaev 2019-06-12 15:25:47 +02:00
  • ab0835463f abci: Refactor tagging events using list of lists (#3643) v0.32.0-dev0 Alexander Bezobchuk 2019-06-12 14:03:45 +02:00
  • 8b7ca8fd99 switch to go mod (#3613) Jack Zampolin 2019-06-09 05:27:48 -07:00
  • ed896f508b Merge pull request #3720 from Yawning/boltdb-fixes Ismail Khoffi 2019-06-07 10:43:32 +02:00
  • 319ecb3005 libs/db: Fix the BoltDB Get and Iterator Yawning Angel 2019-06-07 07:26:47 +00:00
  • f46ed4aac8 libs/db: Fix the BoltDB Batch.Delete Yawning Angel 2019-06-07 07:22:02 +00:00
  • 6a7d4182b4 p2p: Peerbehaviour follow up (#3653) (#3663) Sean Braithwaite 2019-06-06 22:33:39 +02:00
  • c1f264822a p2p: remove NewNetAddressStringWithOptionalID (#3711) Anton Kaliaev 2019-06-06 00:39:28 +09:00
  • a7e8fbf3a7 rpc: Use Wrap instead of Errorf error (#3686) Haochuan Guo 2019-06-05 17:23:53 +08:00
  • c9ef824ddf p2p: Per channel metrics (#3666) (#3677) Sean Braithwaite 2019-06-05 11:22:00 +02:00
  • 2a23eca368 docs: update /block_results RPC docs (#3708) Anton Kaliaev 2019-06-05 10:36:16 +09:00
  • c69ec87f67 Merge pull request #3715 from tendermint/v0.31 Ethan Buchman 2019-06-03 23:15:23 -04:00
  • 8fb2c2a0e8 Merge pull request #3712 from tendermint/release/v0.31.7 v0.31.7 Ethan Buchman 2019-06-03 23:14:37 -04:00
  • 96e132b4b0 libs/db: remove deprecated LevelDBBackend const (#3632) Anton Kaliaev 2019-06-04 12:12:43 +09:00
  • 99c9a35982 docs: update RPC docs for /subscribe & /unsubscribe (#3705) Anton Kaliaev 2019-06-04 10:05:22 +09:00
  • 65a3dfe235 changelog and version (#3709) release/v0.31.7 Ethan Buchman 2019-06-03 11:34:21 -04:00
  • 2506acb958 fixes josef/check-validators Josef Widder 2019-06-03 15:48:42 +02:00
  • 4214694d2b pdf version of draft spec Josef Widder 2019-06-03 15:45:10 +02:00
  • 782c655823 draft spec Josef Widder 2019-06-03 15:35:28 +02:00
  • 048ac8d94b remove invalid transactions from the mempool (#3701) Anton Kaliaev 2019-06-03 21:46:02 +09:00