Commit Graph

  • 56f943e890 add a test for DurationPretty Anton Kaliaev 2018-10-16 13:38:27 +04:00
  • e9f30e1f22 make evidence age (time.Duration) pretty Anton Kaliaev 2018-10-16 13:19:00 +04:00
  • 7482113547 do not check peer's last block time Anton Kaliaev 2018-10-16 11:05:44 +04:00
  • 42b84972f5 use block.Time instead of fetching it from state Anton Kaliaev 2018-10-16 11:01:26 +04:00
  • 5481c6b150 ensure we record LastBlockTime in PeerState Anton Kaliaev 2018-10-15 12:32:46 +04:00
  • f7e0cd1360 update changelog and spec Anton Kaliaev 2018-10-15 12:18:00 +04:00
  • 166dc01ab5 make MaxAge nonnullable Anton Kaliaev 2018-10-15 12:05:58 +04:00
  • 7e7e4c74ca make ConsensusParams.EvidenceParams.MaxAge time Anton Kaliaev 2018-10-11 15:07:05 +04:00
  • 80562669bf add Google Analytics for documentation pages (#2645) Peng Zhong 2018-10-16 14:10:52 +08:00
  • 55362ed766 [pubsub] document design shortcomings (#2641) Anton Kaliaev 2018-10-16 10:09:24 +04:00
  • 124d0db1e0 Make txs and evidencelist use merkle.SimpleHashFromBytes to create hash (#2635) Dev Ojha 2018-10-15 15:42:47 -05:00
  • 4ab7dcf3ac [R4R] Unmerklize ConsensusParams.Hash() (#2609) Joon 2018-10-16 05:31:27 +09:00
  • 26462025bc standardize header.Hash() (#2610) Joon 2018-10-16 05:28:49 +09:00
  • 287b25a059 Align with spec (#2642) Zarko Milosevic 2018-10-15 22:05:13 +02:00
  • 37928cb990 set next validators along with validators while replay (#2637) v0.26.0-dev0 Anton Kaliaev 2018-10-15 06:28:41 +04:00
  • 0790223518 Comment about ed25519 private key format on Sign (#2632) Dev Ojha 2018-10-13 17:01:21 -07:00
  • 999bf727d9 p2p: node info sub-structs bucky/node-info-substructs Ethan Buchman 2018-10-12 19:50:37 -04:00
  • 0baa7588c2 p2p: NodeInfo is an interface; General cleanup (#2556) Ethan Buchman 2018-10-12 19:25:33 -04:00
  • 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) Ismail Khoffi 2018-10-13 01:21:46 +02:00
  • 1b51cf3f46 Remove unnecessary layer of indirection / unnecessary allocation of hashes (#2620) Dev Ojha 2018-10-12 14:48:00 -07:00
  • 2363d88979 consensus: Wait for proposal or timeout before prevote (#2540) Zarko Milosevic 2018-10-12 22:13:01 +02:00
  • 3de3969f7f wip: log error instead of panic (see #2579) dont_panic_fileperms Ismail Khoffi 2018-10-12 12:50:14 +02:00
  • e1538bf67e state: require block.Time of the fist block to be genesis time (#2594) Anton Kaliaev 2018-10-12 09:03:58 +04:00
  • 3744e8271d [R4R] Pass nil to NewValidatorSet() when genesis file's Validators field is nil (#2617) Alessio Treglia 2018-10-11 20:37:21 -07:00
  • 7b48ea1788 privval: set deadline in readMsg (#2548) Ethan Buchman 2018-10-11 13:55:36 -04:00
  • 69ecda18f9 refactor nop_event_bus.go into event_bus.go (#2605) Dev Ojha 2018-10-11 07:16:25 -07:00
  • cc0bea522c Minor doc fix regarding testnet on non-linux OS (#2601) Connor Stein 2018-10-11 10:03:34 -04:00
  • feb08fa4f8 ed25519: use golang/x/crypto fork (#2558) Ethan Buchman 2018-10-11 10:01:53 -04:00
  • 9a6cdaddf2 fix contributor's name in CHANGELOG_PENDING (#2599) Anton Kaliaev 2018-10-10 21:29:13 +04:00
  • 12fa9d1cab crypto/merkle: Remove byter in favor of plain byte slices (#2595) Dev Ojha 2018-10-10 09:46:09 -07:00
  • 92343ef484 Add additional metrics (#2500) Matthew Slipper 2018-10-10 09:27:43 -07:00
  • ee7b3d260e crypto/amino: Address anton's comment on PubkeyAminoRoute (#2592) Dev Ojha 2018-10-10 01:13:42 -07:00
  • 6ec52a9233 types: cap evidence in block validation (#2560) Ethan Buchman 2018-10-09 13:31:21 -04:00
  • 05a119aab5 libs: Test deadlock from listener removal inside callback (#2588) Anton Kaliaev 2018-10-09 21:31:06 +04:00
  • d7341c4057 distribution: Lock binary dependencies to specific commits (#2550) Dev Ojha 2018-10-09 10:28:15 -07:00
  • 3fcb62b931 :tools: Update docs & fix build-docker Makefile target (#2584) Anton Kaliaev 2018-10-09 18:04:15 +04:00
  • 8761b27489 crypto: Add a way to go from pubkey to route (#2574) Dev Ojha 2018-10-09 05:41:33 -07:00
  • e7708850c0 libs: Let prefixIterator implements Iterator correctly (#2581) Joon 2018-10-09 21:21:36 +09:00
  • 561fc2d717 test(db): Test itr.Value in checkValuePanics (#2580) Overbool 2018-10-09 20:19:00 +08:00
  • 724e264ff5 separate mock evidence from real evidence (#2571) Anton Kaliaev 2018-10-09 16:10:05 +04:00
  • 989a2f32b1 libs: Refactor & document events code (#2576) Anton Kaliaev 2018-10-09 15:09:40 +04:00
  • 4b2bf023dd libs: Fix event concurrency flaw (#2519) goolAdapter 2018-10-08 21:36:31 +08:00
  • c17547ac2f Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) Dev Ojha 2018-10-08 06:20:41 -07:00
  • b1e7fac787 crypto/random: Use chacha20, add forward secrecy (#2562) Dev Ojha 2018-10-08 06:15:56 -07:00
  • 35b671214c tools: Refactor tm-bench (#2570) Anton Kaliaev 2018-10-08 17:03:38 +04:00
  • 4c0c6e0116 [tm-bench] exit on CTRL-C (#2405) bradyjoestar 2018-10-08 00:06:01 -07:00
  • b8556b97b8 circle: save p2p logs as artifacts (#2566) Zach 2018-10-08 02:49:50 -04:00
  • 5f88fe0e9b fix p2p switch FlushThrottle value (#2569) goolAdapter 2018-10-08 14:05:12 +08:00
  • 1d8348d707 [p2p] Malformed external address causes SIGSEGV (if URL has empty host) (#2564) Pierrick Hymbert 2018-10-06 15:53:52 +02:00
  • f471fc4963 abci: codespace (#2557) Ethan Buchman 2018-10-06 09:20:15 -04:00
  • 2d726a620b add adr (#2553) Joon 2018-10-06 12:44:53 +09:00
  • dfda7b442f types: Remove pubkey from validator hash (#2512) Dev Ojha 2018-10-05 16:26:52 -07:00
  • 21ddc9fd01 notes bucky/upgrades Ethan Buchman 2018-10-05 11:45:42 -04:00
  • 6e5f58191e add spec/abci/readme to sidebar (#2551) Zach 2018-10-05 09:51:23 -04:00
  • c648c93807 Fix random distribution in bitArray.PickRandom (#2534) Dev Ojha 2018-10-05 00:00:50 -07:00
  • 5b120d788a lite support maxOpenConnections (#2413) bradyjoestar 2018-10-04 17:39:24 -07:00
  • e6a55b7be0 consensus: Add ADR for first stage consensus refactor (#2462) Alexander Simmerl 2018-10-05 02:35:35 +02:00
  • d2be7482e1 [ADR][DRAFT] 024: SignBytes and validator types in privval (#2445) Ismail Khoffi 2018-10-05 02:28:27 +02:00
  • 44a72fb642 Merge pull request #2544 from tendermint/bucky/adr-029 Ethan Buchman 2018-10-04 20:09:34 -04:00
  • c15fc9ff63 adr-029: update CheckBlock Ethan Buchman 2018-10-04 20:11:21 -04:00
  • be1760cc25 Create adr-021-check block txs before prevote.md JamesRay 2018-09-19 11:52:40 +08:00
  • 5b1b1ea58a [libs/autofile] fix DATA RACE by removing openFile() call (#2539) Anton Kaliaev 2018-10-05 01:57:59 +04:00
  • f11aef20a0 Add ADR for Commit changes (#2374) Jeremiah Andrews 2018-10-04 14:54:45 -07:00
  • 303649818c update docs links & sidebar (#2541) Zach 2018-10-04 17:22:41 -04:00
  • 12675ecd92 consensus: Wait timeout precommit before starting new round (#2493) Zarko Milosevic 2018-10-04 15:37:13 +02:00
  • cb2e58411f add a missing changelog entry Anton Kaliaev 2018-10-03 10:53:29 +04:00
  • 0755a5203d bit_array: Simplify subtraction ValarDragon 2018-10-02 16:03:59 -07:00
  • c94133ed1b Fix a bug in bit_array's sub function (#2506) JamesRay 2018-10-03 14:28:46 +08:00
  • f3d08f969d [rpc] fix /abci_query: trusted was renamed to prove (#2531) Anton Kaliaev 2018-10-03 04:31:04 +04:00
  • 5c6999cf8f fix evidence db iter leak (#2516) goolAdapter 2018-10-02 15:52:56 +08:00
  • fd1b8598bc Make block_test.go more table driven (#2526) Dev Ojha 2018-10-02 00:47:20 -07:00
  • 32e274cff0 config: Refactor ValidateBasic (#2503) Anton Kaliaev 2018-10-01 16:38:35 +04:00
  • 0254cbf1e6 p2p: update NodeInfo for versions bucky/versions Ethan Buchman 2018-09-26 18:47:58 -07:00
  • ccd04587ff docs/spec/abci: consensus params and general merkle (#2524) Ethan Buchman 2018-09-30 15:08:01 -04:00
  • 52e21cebcf remove some xxx comments and the config.mempool.recheck_empty (#2505) Ethan Buchman 2018-09-30 13:28:34 -04:00
  • 69c7aa77bc clist: speedup Next by removing defers (#2511) Dev Ojha 2018-09-30 10:26:14 -07:00
  • ead9fc0179 Docs cleanup (#2522) Ethan Buchman 2018-09-30 12:35:52 -04:00
  • f36ed7e7ff General Merkle Follow Up (#2510) Ethan Buchman 2018-09-28 23:32:13 -04:00
  • 71a34adfe5 General Merkle Proof (#2298) Joon 2018-09-29 09:03:19 +09:00
  • fc073746a0 privval: Switch to amino encoding in SignBytes (#2459) Ismail Khoffi 2018-09-29 01:57:29 +02:00
  • 47bc15c27a disable mempool WAL by default (#2490) Anton Kaliaev 2018-09-29 03:28:42 +04:00
  • 8dda3c3b28 lite: Add synchronization in lite verify (#2396) HaoyangLiu 2018-09-29 07:23:21 +08:00
  • 5173fe9414 Merge pull request #2497 from tendermint/zach/version Ethan Buchman 2018-09-27 16:41:13 -04:00
  • d007ade6c3 add version to docs zramsay 2018-09-26 17:49:20 -04:00
  • 4c4a95ca53 config: Add ValidateBasic (#2485) Anton Kaliaev 2018-09-26 14:04:44 +04:00
  • df329e8f27 rpc/libs/doc: formatting for godoc, closes #2420 zramsay 2018-09-25 18:11:18 -04:00
  • cf8b42d813 rpc/core: ints are strings in responses, closes #1896 zramsay 2018-09-25 17:15:08 -04:00
  • 110b07fb3f libs: Call Flush() before rename #2428 (#2439) goolAdapter 2018-09-25 19:22:45 +08:00
  • 587116dae1 metrics: Add additional metrics to p2p and consensus (#2425) Matthew Slipper 2018-09-25 04:14:38 -07:00
  • eb0da7f9cb libs: Handle SIGHUP explicitly inside autofile (#2480) Anton Kaliaev 2018-09-25 14:43:28 +04:00
  • d12e55c494 node: Respond always to OS interrupts (#2479) Anton Kaliaev 2018-09-25 14:24:18 +04:00
  • d297f02227 Merge pull request #2438 from tendermint/bucky/versions Ethan Buchman 2018-09-23 16:24:14 -04:00
  • d0f6864c69 Merge pull request #2476 from tendermint/master Ethan Buchman 2018-09-23 10:23:17 -04:00
  • 0c9c3292c9 Merge pull request #2473 from tendermint/release/v0.25.0 v0.25.0 v0.25 Ethan Buchman 2018-09-23 10:22:46 -04:00
  • e4ee34cfbc version: types Ethan Buchman 2018-09-18 22:32:44 -04:00
  • d16f52eab3 copy without sudo (#2474) Anton Kaliaev 2018-09-23 16:31:19 +04:00
  • 27ba6e8a42 Minor docs cleanup (#2472) Ethan Buchman 2018-09-23 02:25:33 -04:00
  • a8eee4ab28 Merge pull request #2471 from tendermint/master Ethan Buchman 2018-09-23 01:54:33 -04:00
  • cd172acee8 Merge pull request #2467 from tendermint/release/v0.25.0 Ethan Buchman 2018-09-23 01:33:35 -04:00
  • 97b43d875a update changelog Ethan Buchman 2018-09-23 01:23:31 -04:00