Commit Graph

  • 21bfd7fba9 Add check for version/version.go TMCoreSemVer (#3704) Thane Thomson 2019-06-03 08:41:27 -04:00
  • 77e711f70b Merge pull request #3695 from tendermint/release/v0.31.6 v0.31.6 Ethan Buchman 2019-05-30 19:15:48 -04:00
  • 0dd6b92a64 Relocate GenesisDocProvider and DefaultGenesisDocProviderFunc (#3693) release/v0.31.6 Thane Thomson 2019-05-30 18:40:17 -04:00
  • 9dcee69ac2 v0.31.6 changelog (#3688) Anton Kaliaev 2019-05-31 07:25:21 +09:00
  • 033bff9fdd update changelog v0.31.6-changelog Anton Kaliaev 2019-05-30 12:15:22 +09:00
  • b522ad0052 docs: fix minor typo (#3681) Girish Ramnani 2019-05-29 14:02:34 +05:30
  • b9508ffecb [p2p] Peer behaviour test tweaks (#3662) Sean Braithwaite 2019-05-27 21:44:56 +02:00
  • a6ac611e77 tendermint testnet: Allow for better hostname control (#3661) Thane Thomson 2019-05-27 15:33:41 -04:00
  • e7bf25844f update PULL_REQUEST_TEMPLATE and CONTRIBUTING (#3655) Ethan Buchman 2019-05-27 14:45:27 -04:00
  • bcf10d5bae p2p: peer state init too late and pex message too soon (#3634) Anton Kaliaev 2019-05-28 03:39:58 +09:00
  • 5997e75c84 fix integration script (#3667) Carlos Flores 2019-05-23 09:56:57 -07:00
  • 97ceeed054 Merge pull request #3670 from yutianwu/fix_proxy Ismail Khoffi 2019-05-23 10:09:52 +02:00
  • 3ef9e453b7 update change log yutianwu 2019-05-23 14:26:11 +08:00
  • c7b324d3f2 Merge pull request #3675 from alexanderbez/bez/3672-improve-AddSignatureFromPubKey-error Ismail Khoffi 2019-05-23 07:45:05 +02:00
  • cfd42be0fe Improve error and tests Aleksandr Bezobchuk 2019-05-22 20:02:00 -04:00
  • f1f243d749 p2p/pex: consult seeds in crawlPeersRoutine (#3647) Roman Shtylman 2019-05-21 14:05:56 -07:00
  • fcce9ed4db fix lint yutianwu 2019-05-21 14:23:50 +08:00
  • c21b4fcc93 fix bug of proxy yutianwu 2019-05-21 14:12:40 +08:00
  • 86cf8ee3f9 p2p: PeerBehaviour implementation (#3539) (#3552) Sean Braithwaite 2019-05-10 19:45:50 +02:00
  • 6f1ccb6c49 [ADR] ADR-36: blockchain reactor refactor spec (#3506) Zarko Milosevic 2019-05-10 19:37:21 +02:00
  • a076b48202 libs/db: boltdb: use slice instead of sync.Map (#3633) Anton Kaliaev 2019-05-07 14:06:20 +04:00
  • a7358bc69f libs/db: conditional compilation (#3628) Anton Kaliaev 2019-05-07 12:33:47 +04:00
  • 27909e5d2a mempool: remove only valid (Code==0) txs on Update (#3625) Anton Kaliaev 2019-05-07 12:25:35 +04:00
  • 1e073817de rpc: /dial_peers: only mark peers as persistent if flag is on (#3620) Anton Kaliaev 2019-05-07 11:09:06 +04:00
  • 2bb1a87d41 Merge pull request #3629 from leoluk/fix-boltdb-batch Ismail Khoffi 2019-05-07 09:03:49 +02:00
  • d0d9ef16f7 libs/db: fix boltdb batching Leo 2019-05-06 20:10:39 +00:00
  • 60b833403c libs/db: close boltDBIterator (#3627) Anton Kaliaev 2019-05-06 21:37:41 +04:00
  • debf8f70c9 libs/db: bbolt (etcd's fork of bolt) (#3610) Anton Kaliaev 2019-05-06 13:42:21 +04:00
  • 4519ef3109 adr renames (#3622) Ethan Buchman 2019-05-05 12:42:26 -04:00
  • 86f2765b32 Add adr-36 (#3324) Mostafa Sedaghat Joo 2019-05-06 00:19:41 +08:00
  • e2f5471545 ADR-037: DeliverBlock (#3420) Daniil Lashin 2019-05-05 19:19:19 +03:00
  • 4905640e9b types: CommitVotes struct as last step towards #1648 (#3298) Ethan Buchman 2019-05-05 12:01:35 -04:00
  • 4c60ab83c8 Update apps.md (#3621) needkane 2019-05-05 22:23:41 +08:00
  • 5051a1f7bc mempool: move interface into mempool package (#3524) Anton Kaliaev 2019-05-04 10:41:31 +04:00
  • 8711af608f p2p: make persistent prop independent of conn direction (#3593) Anton Kaliaev 2019-05-03 17:21:56 +04:00
  • ce9cde0888 Apply suggestions from code review Zaki Manian 2019-05-02 08:41:05 -07:00
  • 9926ae768e abci/types: update comment (#3612) Anton Kaliaev 2019-05-02 11:53:33 +04:00
  • 5df6cf563a p2p: session should terminate on nonce wrapping (#3531) (#3609) Ivan Kushmantsev 2019-05-02 10:09:56 +04:00
  • 7635b1ed7e Handle error Zaki Manian 2019-05-01 17:32:49 -07:00
  • 2c26d95ab9 cs/replay: execCommitBlock should not read from state.lastValidators (#3067) JamesRay 2019-05-02 05:15:53 +08:00
  • 312a36a0ab Compiling Jack Zampolin 2019-05-01 14:09:24 -07:00
  • a2a68df521 cli: add option to not clear address book with unsafe reset (#3606) Ivan Kushmantsev 2019-05-01 10:01:41 +04:00
  • 43348022d6 pex: various follow-ups (#3605) Anton Kaliaev 2019-05-01 09:38:26 +04:00
  • 59d3d40dbf Added the Verify method to implement Provider Zaki Manian 2019-04-30 10:01:36 -07:00
  • 40dbad9915 pex: dial seeds when address book needs more addresses (#3603) Roman Shtylman 2019-04-29 23:17:57 -07:00
  • 2585187880 Merge pull request #3597 from tendermint/bucky/merge-master Ethan Buchman 2019-04-26 19:14:54 -04:00
  • d76952c674 Merge branch 'master' into bucky/merge-master Ethan Buchman 2019-04-26 17:49:28 -04:00
  • 0a87ddef96 Abstract out provider init logic and logger Jack Zampolin 2019-04-26 13:38:39 -04:00
  • 7b162f5c54 node: refactor node.NewNode (#3456) Thane Thomson 2019-04-26 08:05:39 -04:00
  • 70592cc4d8 libs/common: remove deprecated PanicXXX functions (#3595) Thane Thomson 2019-04-26 06:23:43 -04:00
  • 236cdf87aa NewProvider function complete Jack Zampolin 2019-04-25 15:11:30 -04:00
  • 88b69a956f Improve getTargetCommit with better business logic Zaki Manian 2019-04-24 17:58:19 -04:00
  • 90997ab1b5 docs: update contributing.md (#3503) Ethan Buchman 2019-04-23 05:34:14 -04:00
  • b738add80c cs: fix nondeterministic tests (#3582) Zarko Milosevic 2019-04-23 11:19:16 +02:00
  • 968e955c46 testnet cmd: add config option (#3559) Greg Hill 2019-04-23 09:52:46 +01:00
  • ebf815ee57 cs/replay: check appHash for each block (#3579) Anton Kaliaev 2019-04-23 12:22:40 +04:00
  • 8db7e74b87 privval: increase timeout to mitigate non-deterministic test failure (#3580) Ismail Khoffi 2019-04-22 10:04:04 +02:00
  • 3457e55435 consistent fromXXX toXXX conversion helper methods ismail/custom_types_revival_or_not Ismail Khoffi 2019-04-20 11:05:18 +02:00
  • 61f60e86ef fix time decoding / encoding and add a little test TestVoteEncodingRountrip Ismail Khoffi 2019-04-19 17:57:53 +02:00
  • 793e1b540f This commit tries to give an idea what work would be needed to use gogo/protobuf without deleting the actual go-types: Ismail Khoffi 2019-04-19 16:18:08 +02:00
  • 4253e67c07 Merge pull request #3571 from tendermint/v0.31 Ethan Buchman 2019-04-19 07:46:11 -04:00
  • 671c5c9b84 crypto: Proof of Concept for iterative version of SimpleHashFromByteSlices (#2611) (#3530) Sean Braithwaite 2019-04-18 17:31:36 +02:00
  • 1a86c869e8 WIP jaekwon 2019-04-17 11:27:37 -07:00
  • f2aa1bf50e bandaid for non-deterministic clist test (#3575) kevlubkcm 2019-04-17 12:14:01 -04:00
  • 90465f727f rpc: add support for batched requests/responses (#3534) Thane Thomson 2019-04-17 11:10:12 -04:00
  • 621c0e629d docs: fix typo in clist readme (#3574) kevlubkcm 2019-04-17 11:09:17 -04:00
  • c0e8fb5085 p2p: (seed mode) limit the number of attempts to connect to a peer (#3573) Anton Kaliaev 2019-04-17 16:44:26 +04:00
  • bf23f74736 Merge pull request #3570 from tendermint/ismail/backport-release/v0.30.4 v0.30.4 v0.30 Ethan Buchman 2019-04-16 16:52:07 -04:00
  • d2eab536ac Merge pull request #3568 from tendermint/anton/release-v0.31.5 v0.31.5 Ethan Buchman 2019-04-16 16:51:18 -04:00
  • 62f90f0077 Prep release: bump version & add changelog entry Ismail Khoffi 2019-04-16 14:30:58 +02:00
  • 362ef77eb0 Bring back NodeInfo NetAddress form the dead (#3545) Alexander Simmerl 2019-04-12 12:31:02 +02:00
  • 18bd5b627a Apply suggestions from code review Ismail Khoffi 2019-04-16 15:13:30 +04:00
  • 4474a5ec70 bump version Anton Kaliaev 2019-04-16 13:34:01 +04:00
  • 3cb7013c38 update changelog Anton Kaliaev 2019-04-16 13:33:51 +04:00
  • 5b8888b01b common: CMap: slight optimization in Keys() and Values(). (#3567) hucc 2019-04-16 16:04:09 +08:00
  • 439312b9c0 blockchain: dismiss request channel delay (#3459) zjubfd 2019-04-16 15:54:19 +08:00
  • f1cf10150a gitignore: add .vendor-new (#3566) dongsamb 2019-04-16 13:49:03 +09:00
  • 50b87c3445 state: Use last height changed if validator set is empty (#3560) Anton Kaliaev 2019-04-15 18:53:38 +04:00
  • f2119c35de adr: PeerBehaviour updates (#3558) Sean Braithwaite 2019-04-15 16:38:45 +02:00
  • d35c08724c Merge pull request #3563 from tendermint/master Ethan Buchman 2019-04-15 08:16:37 -04:00
  • 1c6d9d20e4 Merge pull request #3553 from tendermint/v0.31 Ethan Buchman 2019-04-15 08:16:00 -04:00
  • 4695414393 Merge pull request #3548 from tendermint/release/v0.31.4 v0.31.4 Ethan Buchman 2019-04-12 10:56:03 -04:00
  • def5c8cf12 address review comments: (#3550) release/v0.31.4 Ismail Khoffi 2019-04-12 16:48:34 +02:00
  • b6da8880c2 prepare v0.31.4 release: Ismail Khoffi 2019-04-12 14:24:51 +02:00
  • a453628c4e Fix a couple of typos (#3547) Martin Dyring-Andersen 2019-04-12 13:25:14 +02:00
  • 4e4224213f adr: Peer Behaviour (#3539) Sean Braithwaite 2019-04-12 12:32:00 +02:00
  • b5b3b85697 Bring back NodeInfo NetAddress form the dead (#3545) Alexander Simmerl 2019-04-12 12:31:02 +02:00
  • 18d2c45c33 rpc: Fix response time grow over time (#3537) Anton Kaliaev 2019-04-12 10:46:07 +02:00
  • c3df21fe82 add missing changelog entry (#3544) Anton Kaliaev 2019-04-11 18:59:14 +03:00
  • bcec8be035 p2p: do not log err if peer is private (#3474) Anton Kaliaev 2019-04-11 15:32:16 +02:00
  • 9a415b0572 docs: abci#Commit: better explain the possible deadlock (#3536) Anton Kaliaev 2019-04-09 18:21:35 +02:00
  • ef39b71016 Fixes tendermint/tendermint#3439 v0.31.0-dev0-fix0 release/v0.31.0-dev0-fix Ethan Buchman 2019-04-01 19:45:57 -04:00
  • 3225aef5c5 delete dummy mock, mockPeer, and use mock.Peer instead Ismail Khoffi 2019-04-02 21:38:50 +02:00
  • 79da813fd1 Fixes tendermint/tendermint#3522 Ethan Buchman 2019-04-01 19:59:57 -04:00
  • 40da355234 docs: fix block.Header.Time description (#3529) Anton Kaliaev 2019-04-03 14:56:51 +02:00
  • f965a4db15 p2p: seed mode refactoring (#3011) Anton Kaliaev 2019-04-03 11:22:52 +02:00
  • 75ffa2bf1c Merge pull request #3528 from tendermint/v0.31 Ethan Buchman 2019-04-02 19:18:57 -04:00
  • 086d6cbe8c Merge pull request #3527 from tendermint/v0.31 Ethan Buchman 2019-04-02 16:49:44 -04:00
  • 91fd55343e Merge pull request #3526 from tendermint/release/v0.30.3 v0.30.3 Ethan Buchman 2019-04-02 16:47:28 -04:00
  • 6cc3f4d87c Merge pull request #3525 from tendermint/release/v0.31.3 v0.31.3 Ethan Buchman 2019-04-02 16:45:04 -04:00