Commit Graph

  • 5bfb9001eb
    switch from jmhodges/levigo to DataDog/leveldb Anton Kaliaev 2018-09-05 16:49:34 +0400
  • 38bced2440
    [types] add Address to GenesisValidator (#2418) Anton Kaliaev 2018-09-18 11:59:52 +0400
  • 4fe9906361 docs: Update README (#2393) Zach 2018-09-17 12:43:10 -0400
  • fc7f9bcaf6 rpc: Transform /status result.node_info.other into map (#2417) Anton Kaliaev 2018-09-17 20:39:52 +0400
  • 8ae3334423 [libs/autofile & db/fsdb] Throw error if file permissions change (#2286) Ismail Khoffi 2018-09-17 12:38:29 +0200
  • c6c0b52d0c tools/tm-bench: bounds check for txSize and improving test cases (#2410) zhangzheng 2018-09-17 17:08:47 +0800
  • e3e3c13741 [common] revert started flag when service already stopped (#2326) Anton Kaliaev 2018-09-13 03:07:29 +0400
  • 1ea64fc27f Make mempool aware of MaxGas requirement (#2360) Dev Ojha 2018-09-12 13:41:19 -0700
  • 0e1cd88863 Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) Anton Kaliaev 2018-09-12 23:44:43 +0400
  • 33b4617e9a docs: update link to rpc (#2361) Zach 2018-09-12 13:03:17 -0400
  • e164278b63
    fix GolevelDB perfomance degradation issue 1835-goleveldb Anton Kaliaev 2018-09-12 13:13:32 +0400
  • ec8f1b7ee3
    change consensus_block_interval_seconds metric type to gauge Anton Kaliaev 2018-09-12 13:12:12 +0400
  • 503de8c9b8
    docs/spec/abci: improve docs on AppHash (#2363) Ethan Buchman 2018-09-10 09:10:53 -0400
  • dea4e96f66 fix docs links (#2352) xiaoping 2018-09-10 14:42:48 +0800
  • a57aae7072
    [ADR] ABCI errors and events (#2314) Ethan Buchman 2018-09-09 14:04:01 -0400
  • ea5f3b329f catch up with amino changes in https://github.com/tendermint/go-amino/pull/222 amino_explicit_len_prefix Ismail Khoffi 2018-09-08 17:59:36 +0100
  • 0bec20a1e3 update readme, clsoes #2357 (#2359) zach-greg-rpc-docs Zach 2018-09-08 08:45:12 -0400
  • 83a7c04bce
    Merge pull request #2356 from tendermint/master Ethan Buchman 2018-09-07 07:47:36 -0400
  • d419fffe18
    Merge pull request #2350 from tendermint/release/v0.24.0 v0.24.0 Ethan Buchman 2018-09-07 07:46:44 -0400
  • c8895dab98 minor note in UPGRADING.md Ethan Buchman 2018-09-07 07:43:22 -0400
  • 8b94deca73
    Merge pull request #2354 from tendermint/anton/fix-typos-in-spec Ethan Buchman 2018-09-07 07:28:50 -0400
  • 4cd2e40fb1 TMBIN -> Amino Ethan Buchman 2018-09-07 07:28:58 -0400
  • 47dc4e6428
    fix a few typos in spec Anton Kaliaev 2018-09-07 11:40:16 +0400
  • 94288006ba minor fixes Ethan Buchman 2018-09-06 22:47:05 -0400
  • 22445a5029
    Merge pull request #2349 from tendermint/release/v0.24.0 Ethan Buchman 2018-09-06 22:25:20 -0400
  • 299d46304d update UPGRADING.md and minor docs fixes Ethan Buchman 2018-09-06 22:35:31 -0400
  • 5106af484f docs: add abci spec to config.js Ethan Buchman 2018-09-06 22:18:15 -0400
  • 114c405120 docs/spec/abci: fixes and more from #2249 Ethan Buchman 2018-09-06 22:17:00 -0400
  • 246a56283a
    Merge pull request #2343 from tendermint/release/v0.24.0 Ethan Buchman 2018-09-06 20:44:54 -0400
  • 1144e72c61 docs: refactor ABCI docs Ethan Buchman 2018-09-06 20:51:36 -0400
  • 3fd54c5df5 docs/spec/abci: update spec Ethan Buchman 2018-09-06 19:36:30 -0400
  • 20c55cffc4 docs: move app-dev/abci-spec.md to spec/abci/abci.md Ethan Buchman 2018-09-06 18:36:11 -0400
  • dea34506fb types/time: add note about stripping monotonic part Ethan Buchman 2018-09-06 17:58:52 -0400
  • 54fe6ef73c version: add and bump abci version Ethan Buchman 2018-09-06 17:58:12 -0400
  • 6fd79d1545 docs/spec/blockchain: remove tags from result for now Ethan Buchman 2018-09-06 12:47:26 -0400
  • 8fcabe8b05 docs: fix note about ChainID size Ethan Buchman 2018-09-06 12:42:23 -0400
  • e0fa827a53 docs/spec/blockchain: specify consensus params in state.md Ethan Buchman 2018-09-06 12:41:57 -0400
  • bdf3238710 docs/spec/blockchain: bring blockchain.md up-to-date Ethan Buchman 2018-09-06 12:41:33 -0400
  • ed9e00a8a7 docs/spec/blockchain: fix encoding JSON Ethan Buchman 2018-09-06 12:41:02 -0400
  • 604eae86b6
    Merge branch 'master' into release/v0.24.0 v0.24.0-rc0 Ethan Buchman 2018-09-05 19:15:06 -0400
  • b616e54c9b changelog and version Ethan Buchman 2018-09-05 19:24:19 -0400
  • fae21c9f52 linkify changelog pending Ethan Buchman 2018-09-05 19:25:22 -0400
  • 8c0c4844b6
    Merge pull request #2342 from tendermint/dev/changelog2 Ethan Buchman 2018-09-05 19:10:48 -0400
  • bbc30f992e
    Merge pull request #2340 from tendermint/bucky/changelog Ethan Buchman 2018-09-05 19:03:03 -0400
  • 91f8af8fd8 docs/spec/blockchain: update vote, signature, time Ethan Buchman 2018-09-05 19:14:18 -0400
  • 0881068d76 add script to add links in changelog ValarDragon 2018-09-05 15:58:29 -0700
  • 80c217089a docs/spec/blockchain: remove json tags, dont use HexBytes Ethan Buchman 2018-09-05 18:57:54 -0400
  • 61914cf48e docs/tm-core/using-tm: fix indentation for genesis.validators Ethan Buchman 2018-09-05 18:56:58 -0400
  • 4416c9e4bc fix links in abci readme. fixes #2335 Ethan Buchman 2018-09-05 18:43:21 -0400
  • c9510d0f50 name drop external contribs in changelog Ethan Buchman 2018-09-05 18:26:12 -0400
  • 892b170818
    Bucky/changelog (#2339) Ethan Buchman 2018-09-05 18:02:45 -0400
  • 7f6bd5c161 docs & spec: deduplicate block-structure.md (#2331) Zach 2018-09-05 12:21:04 -0400
  • eb5cf0f0dd ignore existing peers in DialPeersAsync (#2327) Anton Kaliaev 2018-09-05 19:52:22 +0400
  • 2a3520a714
    Merge pull request #2134 from tendermint/2027-cs-failure Ethan Buchman 2018-09-05 11:48:34 -0400
  • 39ab199181
    Merge pull request #2333 from tendermint/anton/docs Ethan Buchman 2018-09-05 11:41:42 -0400
  • 4c7591cf6b
    Merge pull request #2336 from tendermint/zach/hotfix Ethan Buchman 2018-09-05 09:14:47 -0400
  • 0149c8ffee fix failing website build zramsay 2018-09-05 08:56:48 -0400
  • 9db66deaa2 test make localnet in CI (#2281) Zach 2018-09-05 05:25:15 -0400
  • 098681fd91
    test searching txs by height Anton Kaliaev 2018-09-05 12:01:38 +0400
  • cb91cd5965
    [docs] one can also index txs by height now Anton Kaliaev 2018-09-05 11:05:06 +0400
  • 92185c017c Several minor docs & spec cleanup (#2330) Zach 2018-09-05 02:30:36 -0400
  • d0bb1ab2b0 Filter out empty addresses in persistent_peers/seeds lists (#2323) JamesRay 2018-09-05 14:13:25 +0800
  • d27cd972d2 Index tx.height (#2324) cong 2018-09-05 14:00:10 +0800
  • 29d2db352e
    update outdated abci-cli install instructions (#2325) Anton Kaliaev 2018-09-04 23:20:45 +0400
  • eabb1ece8e tmtime: Canonical, some comments (#2312) Ethan Buchman 2018-09-04 04:20:58 -0400
  • 166fd82b70
    max-bytes PR follow-up (#2318) Anton Kaliaev 2018-09-04 11:46:34 +0400
  • 1de32fba17 Check for int overflow in clist (#2289) Ismail Khoffi 2018-09-02 07:13:09 +0100
  • 7b88172f41 Implement BFT time (#2203) Zarko Milosevic 2018-09-01 01:33:51 +0200
  • ffe91ae9e3
    Merge pull request #2184 from tendermint/2035-max-bytes Ethan Buchman 2018-08-31 15:16:37 -0400
  • 03afad3218
    Merge pull request #2307 from tendermint/master Ethan Buchman 2018-08-31 14:42:48 -0400
  • 5ecdfacb8e fix docs base directory (#2295) Peng Zhong 2018-09-01 02:09:43 +0800
  • 9e940b95ad
    libs/autofile: bring back loops (#2261) v0.23.1 Ethan Buchman 2018-08-31 14:05:49 -0400
  • 4147f856dc
    update arch doc Anton Kaliaev 2018-08-31 16:10:41 +0400
  • 02d1b03abb
    update comment for MaxBlockSizeBytes Anton Kaliaev 2018-08-31 15:55:30 +0400
  • e873fed815
    calculate amino overhead on the fly Anton Kaliaev 2018-08-31 15:55:07 +0400
  • e957f322c7
    be more precise in comments Anton Kaliaev 2018-08-30 13:07:39 +0400
  • ad3d42981a
    update Gopkg.lock Anton Kaliaev 2018-08-30 12:59:29 +0400
  • 0f7485690e
    limit chain ID to 50 symbols max Anton Kaliaev 2018-08-30 12:59:05 +0400
  • d73c5cbdb1
    reap max bytes from the mempool & check transaction size Anton Kaliaev 2018-08-08 16:03:58 +0400
  • 7b2f7090fd
    add missing changelog entry (#2303) Anton Kaliaev 2018-08-31 11:59:52 +0400
  • 1302db7dac Update types package, fix proof's aunt handling dev/simple_merkle_rfc ValarDragon 2018-08-30 22:30:05 -0700
  • 4b14e17d61 Add tests to demonstrate we follow the RFC ValarDragon 2018-08-30 21:38:25 -0700
  • 582a4f9c6d wip: start refactor of merkle package ValarDragon 2018-08-16 08:52:59 -0700
  • 61ab10d655 config: reduce default mempool size (#2300) Dev Ojha 2018-08-30 14:41:58 -0700
  • 3a6cc5e6af
    cache codecov script (#2291) Anton Kaliaev 2018-08-30 10:11:33 +0400
  • c43fb700e3 New NewGoLevelDBWithOpts() to pass opts down to goleveldb (#2293) Alessio Treglia 2018-08-29 05:44:55 +0100
  • bd531401a0 mempool: Store txs by hash inside of cache (#2234) Dev Ojha 2018-08-28 21:10:06 -0700
  • 9d06d7e306 update secret connection to use a little endian encoded nonce (#2264) Ismail Khoffi 2018-08-28 06:37:38 +0100
  • b1bc3e4f89 crypto/secp256k1: Fix signature malleability, adopt more efficient en… (#2239) Dev Ojha 2018-08-27 22:32:54 -0700
  • 38b401657e Cleanup up Multisig naming (#2255) Ethan Buchman 2018-08-28 00:41:40 -0400
  • 8972b6e293 Update config.js (#2287) Zach 2018-08-27 21:37:35 -0700
  • 43d40ee489 Addressing review comments jlandrews/trim_commit Jeremiah Andrews 2018-08-27 18:42:01 -0700
  • 5f255f0f71 Replace db_path with db_dir in default configuration (#2284) Alessio Treglia 2018-08-27 14:27:18 +0100
  • 20e35654c6 lint markdown docs using a stop-words and write-good linters (#2195) Peng Zhong 2018-08-27 15:33:46 +0800
  • 8a84593c02 Reduce code in common/math (#2274) Ahmad M ElShareif 2018-08-27 09:43:15 +0300
  • aab5947d82 docs: deprecate RTD (#2280) Zach 2018-08-26 23:37:54 -0700
  • 2f7fc87230 docs: fix img links, closes #2214 (#2282) Zach 2018-08-26 23:36:22 -0700
  • 1cf6712a36
    quick fix for CircleCI (#2279) Anton Kaliaev 2018-08-27 10:19:27 +0400
  • 43ebc77f9b Fix typo, closes #2269 (#2277) Dev Ojha 2018-08-26 00:45:34 -0700
  • 81df19e68a changelog, version v0.23.1-rc0 Ethan Buchman 2018-08-22 15:58:39 -0400