Commit Graph
9053 Commits
Author SHA1 Message Date
milosevicandGitHub 5764a81410 Merge pull request #1 from tendermint/feature/add-timeouts
Add three timeouts and align pseudocode better with existing algorithm
2017-09-11 09:18:07 +02:00
Milosevic, ZarkoandZarko Milosevic 4a81d0a02f Add three timeouts and align pseudocode better with existing algorithm 2017-09-11 09:12:27 +02:00
Jae Kwon 3a36776d4a Reorder file for grokability 2017-09-10 18:45:20 -07:00
Ethan Frey 21f6b346a3 Removed all cli as it goes into cosmos-sdk 2017-09-08 20:26:56 +02:00
Ethan FreyandGitHub ad42794b2e Merge pull request #33 from tendermint/feature/support-fundraiser-seeds
Import unencrypted private key
2017-09-08 20:23:44 +02:00
Ethan Frey e283f580b7 Test importing raw private key 2017-09-08 20:14:51 +02:00
Ethan Frey 54260853d5 encoder accepts empty string as unencoded bytes 2017-09-08 20:14:51 +02:00
Greg Szabo 555d591c80 Reorganized public_testnet app_option, changed config.toml to create empty blocks every second 2017-09-07 17:23:13 -04:00
ZachandGitHub 63ba27f186 Merge pull request #36 from Greg-Szabo/master
New set of DevOps scripts
2017-09-07 14:08:05 -04:00
Peng ZhongandGitHub a072429659 Fix blog post link for ABCI
We moved our blog to Medium.
2017-09-07 13:32:56 +08:00
Greg Szabo b6a7dc4832 public_testnet app_option fix 2017-09-06 23:12:42 -04:00
Greg Szabo 717c612ba7 Debian/RedHat repo fixes, added greg money to public_testnet 2017-09-06 21:39:57 -04:00
Greg Szabo 3485cac7fb rpm -K check fix 2017-09-06 20:01:31 -04:00
Ethan Buchman 54c63726b0 p2p: minor comment fixes 2017-09-06 16:40:21 -04:00
Ethan Buchman cb80ab2965 Merge remote-tracking branch 'orijtech/p2p-full-test-PeerSet' into develop 2017-09-06 16:40:07 -04:00
Emmanuel Odeke c48e772115 p2p: fully test PeerSet, more docs, parallelize PeerSet tests
* Full test PeerSet and check its concurrent guarantees
* Improve the doc for PeerSet.Has and remove unnecessary
defer for a path that sets a variable, make it fast anyways.
* Parallelize PeerSet tests with t.Parallel()
* Document functions in peer_set.go more.
2017-09-06 02:47:31 -06:00
Ethan Buchman 1bc8de4caa remove String() from Signature. closes #29 2017-09-06 02:32:37 -04:00
Ethan Buchman f1094f760b types: remove redundant version file 2017-09-06 02:22:59 -04:00
Ethan BuchmanandGitHub e86930c431 Merge pull request #106 from tendermint/develop
Develop
2017-09-06 02:22:01 -04:00
Ethan Buchman aa78fc14b5 cmd: dont wait for genesis. closes #562 2017-09-06 01:57:21 -04:00
Ethan Buchman 399fb9aa70 consensus: remove support for replay by #HEIGHT. closes #567 2017-09-06 01:53:41 -04:00
Ethan BuchmanandGitHub ec3c91ac14 Merge pull request #618 from tendermint/historical_validators
Historical validators
2017-09-06 01:46:31 -04:00
Ethan Buchman fae0603413 more fixes from review 2017-09-06 01:25:57 -04:00
Ethan BuchmanandGitHub 9af837c24d Merge pull request #644 from tendermint/release-v0.10.4
Release v0.10.4
v0.10.4
2017-09-05 17:44:48 -04:00
Ethan Buchman cc2b418f7f p2p: test fix 2017-09-05 17:10:11 -04:00
Ethan Buchman 6ddc30ffc7 Merge branch 'master' into release-v0.10.4 2017-09-05 16:49:57 -04:00
Ethan Buchman aa7d63f2ff bump version to 0.10.4 2017-09-05 16:46:56 -04:00
Ethan BuchmanandGitHub 50f2ef548c Merge pull request #642 from tendermint/zramsay-patch-1
Delete roadmap.md
2017-09-05 16:26:04 -04:00
Ethan Buchman b9637f7185 Update changelog and add roadmap 2017-09-05 16:25:02 -04:00
Ethan Buchman 88138c38cf mempool: reactor test 2017-09-05 16:25:02 -04:00
Ethan BuchmanandGitHub 5ad0da1750 Merge pull request #640 from tendermint/read-the-docs
Implement read the docs
2017-09-05 15:37:24 -04:00
Greg Szabo cad2b3ce5a fix journald restart in ansible 2017-09-05 02:07:08 -04:00
Ethan Buchman 9deb647303 fixes from review 2017-09-04 18:29:51 -04:00
Greg Szabo b6bc56e906 Introduced cloudfront repository hosting 2017-09-04 14:55:46 -04:00
Ethan BuchmanandGitHub b856c45b9c Merge pull request #634 from tendermint/config-p2p
p2p: put maxMsgPacketPayloadSize, recvRate, sendRate in config
2017-09-04 14:16:16 -04:00
Ethan Buchman f0f1ebe013 rpc: Block and Commit take pointers; return latest on nil 2017-09-03 16:07:37 -04:00
Ethan Buchman 34beff117a state: comments; use wire.BinaryBytes 2017-09-03 16:07:37 -04:00
Ethan Buchman e2e8746044 rpc: historical validators 2017-09-03 16:07:37 -04:00
Ethan Buchman 78446fd99c state: persist validators 2017-09-03 16:07:37 -04:00
Ethan Buchman daa258ea6d p2p: put maxMsgPacketPayloadSize, recvRate, sendRate in config
Updates #628
2017-09-01 21:44:15 -04:00
Zach Ramsay 54c85ef8b9 try image 2017-09-01 21:14:26 -04:00
Zach Ramsay de512c5923 fix 2017-09-01 21:05:12 -04:00
Zach Ramsay 8fd133ff19 docs: pretty-fy 2017-09-01 20:59:27 -04:00
Zach Ramsay f5ba931115 docs: logo, add readme, fixes 2017-09-01 20:08:22 -04:00
ZachandGitHub 3370e40fe1 Delete roadmap.md
file is out of date & provides no useful information
2017-09-01 19:38:11 -04:00
Zach Ramsay e509e8f354 docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
Greg Szabo e9918a7323 config.toml changes 2017-08-31 13:38:38 -04:00
Zach Ramsay aaef2f7c84 docs: link fixes 2017-08-30 22:26:26 -04:00
Zach Ramsay 369aa5854f docs: fix image links 2017-08-30 22:11:21 -04:00
Zach Ramsay 9d12e485e5 docs: rst-ify the intro 2017-08-30 21:43:39 -04:00