Commit Graph

  • b394bd5b5c Merge branch 'develop' into release/v0.25.0 Ethan Buchman 2018-09-23 01:24:50 -04:00
  • f5824bc837 Update abci and app docs (#2470) Ethan Buchman 2018-09-23 01:14:05 -04:00
  • 111e627037 mempool: Filter new txs if they have insufficient gas (#2385) Dev Ojha 2018-09-21 17:50:06 -07:00
  • ee8b8bbefb flush changelog pending, bump version Ethan Buchman 2018-09-21 17:41:02 -04:00
  • dde0936fb8 linkify changelog Ethan Buchman 2018-09-21 17:37:40 -04:00
  • 2dfde37f44 update changelog and upgrading Ethan Buchman 2018-09-21 16:45:00 -04:00
  • f1ce6ff4d0 add wiki do-not-delete/wiki zramsay 2018-09-21 14:45:32 -04:00
  • f99e4010f2 Add stats related channel between consensus state and reactor (#2388) Zarko Milosevic 2018-09-21 20:36:48 +02:00
  • f11db8c1b0 Pass http.ServeTLS() errors back to the caller (#2461) Alessio Treglia 2018-09-21 17:12:29 +01:00
  • 886a83dfb8 docs: Add assets/instructions for local docs build (#2453) Zach 2018-09-21 07:39:55 -04:00
  • 8d50bb9dad conesnsu: follow up to removing some consensus params (#2427) Anton Kaliaev 2018-09-21 13:00:36 +04:00
  • d54c09dd67 WIP: exploring changes related to proposed ADR: https://github.com/tendermint/tendermint/pull/2445 sign_bytes_amino Ismail Khoffi 2018-09-21 10:49:43 +02:00
  • 7b727bf3d0 Minor changelog fixes (#2449) Ethan Buchman 2018-09-20 11:55:36 -04:00
  • 84b518b8d3 rpc: Add /consensus_params endpoint (#2415) Aravind 2018-09-20 18:01:20 +05:30
  • bd951171db docs: Add missing changelog entry and comment (#2451) Anton Kaliaev 2018-09-20 13:14:02 +04:00
  • 0d6b75bd53 common: Delete unused functions (#2452) Dev Ojha 2018-09-20 02:12:42 -07:00
  • f76312ffe6 docs: Update secure-p2p doc to match the spec + current implementation ValarDragon 2018-09-19 19:33:20 -07:00
  • 8aad09d9d4 Output error instead of panic when the given db_backend is not initialised (#2411) bradyjoestar 2018-09-20 13:53:25 +08:00
  • faa3509646 adr-021: note about tag spacers (#2362) Ethan Buchman 2018-09-19 18:56:23 -04:00
  • a045c562a2 update adr-016 (#2435) Ethan Buchman 2018-09-19 18:11:11 -04:00
  • 26aa978456 Make mempool cache a proper LRU (#2407) bradyjoestar 2018-09-20 01:40:22 +08:00
  • 6ddc0199ef WIP: get a feel for what changes will be necessary and where to put the new Response / Request types Ismail Khoffi 2018-09-19 19:34:08 +02:00
  • aa5495f24e p2p: add RPCAddress to NodeInfoOther.String() (#2442) Anton Kaliaev 2018-09-19 17:54:14 +04:00
  • c0cdb9d441 libs : Remove libs/common/word.go (#2431) Dev Ojha 2018-09-19 06:38:30 -07:00
  • 91a8767083 proxy: remove Handshaker from proxy pkg (#2437) Ethan Buchman 2018-09-19 09:35:09 -04:00
  • 3e099f75c7 minor note in indexing-transactions.md (#2443) (#2444) zhangzheng 2018-09-19 17:46:37 +08:00
  • bdd01310a0 p2p: Integrate new Transport Alexander Simmerl 2018-09-18 22:14:40 +02:00
  • be5d68ea4f p2p: Implement PeerTransport Alexander Simmerl 2018-09-18 22:11:54 +02:00
  • 89462c52d9 spec: add missing field to NodeInfoOther (#2426) Anton Kaliaev 2018-09-18 13:28:32 +04:00
  • 2fbf810cd8 Delay starting node until Genesis time (#2389) Zarko Milosevic 2018-09-18 11:16:50 +02:00
  • 64fc8f8157 Merge pull request #2337 from tendermint/anton/cleveldb Anton Kaliaev 2018-09-18 12:48:45 +04:00
  • e1bda36c6c switch back to original fork Anton Kaliaev 2018-09-17 13:25:17 +04:00
  • ff9d0cdfb6 generate random txs Anton Kaliaev 2018-09-14 12:35:41 +04:00
  • 788474d08d change consensus_block_interval_seconds metric type to gauge Anton Kaliaev 2018-09-12 13:12:12 +04:00
  • 484194789f update Vagrantfile to install go1.11 Anton Kaliaev 2018-09-10 14:55:06 +04:00
  • 747797bf3b cleanup after tests! Anton Kaliaev 2018-09-05 17:08:51 +04:00
  • 76302c651f remove LICENSE from libs/db in favor of root license Anton Kaliaev 2018-09-05 16:53:51 +04:00
  • 5bfb9001eb switch from jmhodges/levigo to DataDog/leveldb Anton Kaliaev 2018-09-05 16:49:34 +04:00
  • 38bced2440 [types] add Address to GenesisValidator (#2418) Anton Kaliaev 2018-09-18 11:59:52 +04:00
  • 4fe9906361 docs: Update README (#2393) Zach 2018-09-17 12:43:10 -04:00
  • fc7f9bcaf6 rpc: Transform /status result.node_info.other into map (#2417) Anton Kaliaev 2018-09-17 20:39:52 +04:00
  • 8ae3334423 [libs/autofile & db/fsdb] Throw error if file permissions change (#2286) Ismail Khoffi 2018-09-17 12:38:29 +02:00
  • c6c0b52d0c tools/tm-bench: bounds check for txSize and improving test cases (#2410) zhangzheng 2018-09-17 17:08:47 +08:00
  • e3e3c13741 [common] revert started flag when service already stopped (#2326) Anton Kaliaev 2018-09-13 03:07:29 +04:00
  • 1ea64fc27f Make mempool aware of MaxGas requirement (#2360) Dev Ojha 2018-09-12 13:41:19 -07:00
  • 0e1cd88863 Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) Anton Kaliaev 2018-09-12 23:44:43 +04:00
  • 33b4617e9a docs: update link to rpc (#2361) Zach 2018-09-12 13:03:17 -04:00
  • 503de8c9b8 docs/spec/abci: improve docs on AppHash (#2363) Ethan Buchman 2018-09-10 09:10:53 -04:00
  • dea4e96f66 fix docs links (#2352) xiaoping 2018-09-10 14:42:48 +08:00
  • a57aae7072 [ADR] ABCI errors and events (#2314) Ethan Buchman 2018-09-09 14:04:01 -04:00
  • 0bec20a1e3 update readme, clsoes #2357 (#2359) Zach 2018-09-08 08:45:12 -04:00
  • 83a7c04bce Merge pull request #2356 from tendermint/master Ethan Buchman 2018-09-07 07:47:36 -04:00
  • d419fffe18 Merge pull request #2350 from tendermint/release/v0.24.0 v0.24.0 Ethan Buchman 2018-09-07 07:46:44 -04:00
  • c8895dab98 minor note in UPGRADING.md Ethan Buchman 2018-09-07 07:43:22 -04:00
  • 8b94deca73 Merge pull request #2354 from tendermint/anton/fix-typos-in-spec Ethan Buchman 2018-09-07 07:28:50 -04:00
  • 4cd2e40fb1 TMBIN -> Amino Ethan Buchman 2018-09-07 07:28:58 -04:00
  • 47dc4e6428 fix a few typos in spec Anton Kaliaev 2018-09-07 11:40:16 +04:00
  • 94288006ba minor fixes Ethan Buchman 2018-09-06 22:47:05 -04:00
  • 22445a5029 Merge pull request #2349 from tendermint/release/v0.24.0 Ethan Buchman 2018-09-06 22:25:20 -04:00
  • 299d46304d update UPGRADING.md and minor docs fixes Ethan Buchman 2018-09-06 22:35:31 -04:00
  • 5106af484f docs: add abci spec to config.js Ethan Buchman 2018-09-06 22:18:15 -04:00
  • 114c405120 docs/spec/abci: fixes and more from #2249 Ethan Buchman 2018-09-06 22:17:00 -04:00
  • 246a56283a Merge pull request #2343 from tendermint/release/v0.24.0 Ethan Buchman 2018-09-06 20:44:54 -04:00
  • 1144e72c61 docs: refactor ABCI docs Ethan Buchman 2018-09-06 20:51:36 -04:00
  • 3fd54c5df5 docs/spec/abci: update spec Ethan Buchman 2018-09-06 19:36:30 -04:00
  • 20c55cffc4 docs: move app-dev/abci-spec.md to spec/abci/abci.md Ethan Buchman 2018-09-06 18:36:11 -04:00
  • dea34506fb types/time: add note about stripping monotonic part Ethan Buchman 2018-09-06 17:58:52 -04:00
  • 54fe6ef73c version: add and bump abci version Ethan Buchman 2018-09-06 17:58:12 -04:00
  • 6fd79d1545 docs/spec/blockchain: remove tags from result for now Ethan Buchman 2018-09-06 12:47:26 -04:00
  • 8fcabe8b05 docs: fix note about ChainID size Ethan Buchman 2018-09-06 12:42:23 -04:00
  • e0fa827a53 docs/spec/blockchain: specify consensus params in state.md Ethan Buchman 2018-09-06 12:41:57 -04:00
  • bdf3238710 docs/spec/blockchain: bring blockchain.md up-to-date Ethan Buchman 2018-09-06 12:41:33 -04:00
  • ed9e00a8a7 docs/spec/blockchain: fix encoding JSON Ethan Buchman 2018-09-06 12:41:02 -04:00
  • 604eae86b6 Merge branch 'master' into release/v0.24.0 v0.24.0-rc0 Ethan Buchman 2018-09-05 19:15:06 -04:00
  • b616e54c9b changelog and version Ethan Buchman 2018-09-05 19:24:19 -04:00
  • fae21c9f52 linkify changelog pending Ethan Buchman 2018-09-05 19:25:22 -04:00
  • 8c0c4844b6 Merge pull request #2342 from tendermint/dev/changelog2 Ethan Buchman 2018-09-05 19:10:48 -04:00
  • bbc30f992e Merge pull request #2340 from tendermint/bucky/changelog Ethan Buchman 2018-09-05 19:03:03 -04:00
  • 91f8af8fd8 docs/spec/blockchain: update vote, signature, time Ethan Buchman 2018-09-05 19:14:18 -04:00
  • 0881068d76 add script to add links in changelog ValarDragon 2018-09-05 15:58:29 -07:00
  • 80c217089a docs/spec/blockchain: remove json tags, dont use HexBytes Ethan Buchman 2018-09-05 18:57:54 -04:00
  • 61914cf48e docs/tm-core/using-tm: fix indentation for genesis.validators Ethan Buchman 2018-09-05 18:56:58 -04:00
  • 4416c9e4bc fix links in abci readme. fixes #2335 Ethan Buchman 2018-09-05 18:43:21 -04:00
  • c9510d0f50 name drop external contribs in changelog Ethan Buchman 2018-09-05 18:26:12 -04:00
  • 892b170818 Bucky/changelog (#2339) Ethan Buchman 2018-09-05 18:02:45 -04:00
  • 7f6bd5c161 docs & spec: deduplicate block-structure.md (#2331) Zach 2018-09-05 12:21:04 -04:00
  • eb5cf0f0dd ignore existing peers in DialPeersAsync (#2327) Anton Kaliaev 2018-09-05 19:52:22 +04:00
  • 2a3520a714 Merge pull request #2134 from tendermint/2027-cs-failure Ethan Buchman 2018-09-05 11:48:34 -04:00
  • 39ab199181 Merge pull request #2333 from tendermint/anton/docs Ethan Buchman 2018-09-05 11:41:42 -04:00
  • 4c7591cf6b Merge pull request #2336 from tendermint/zach/hotfix Ethan Buchman 2018-09-05 09:14:47 -04:00
  • 0149c8ffee fix failing website build zramsay 2018-09-05 08:56:48 -04:00
  • 9db66deaa2 test make localnet in CI (#2281) Zach 2018-09-05 05:25:15 -04:00
  • 098681fd91 test searching txs by height Anton Kaliaev 2018-09-05 12:01:38 +04:00
  • cb91cd5965 [docs] one can also index txs by height now Anton Kaliaev 2018-09-05 11:05:06 +04:00
  • 92185c017c Several minor docs & spec cleanup (#2330) Zach 2018-09-05 02:30:36 -04:00
  • d0bb1ab2b0 Filter out empty addresses in persistent_peers/seeds lists (#2323) JamesRay 2018-09-05 14:13:25 +08:00
  • d27cd972d2 Index tx.height (#2324) cong 2018-09-05 14:00:10 +08:00
  • 29d2db352e update outdated abci-cli install instructions (#2325) Anton Kaliaev 2018-09-04 23:20:45 +04:00
  • eabb1ece8e tmtime: Canonical, some comments (#2312) Ethan Buchman 2018-09-04 04:20:58 -04:00
  • 166fd82b70 max-bytes PR follow-up (#2318) Anton Kaliaev 2018-09-04 11:46:34 +04:00