Commit Graph

5078 Commits

Author SHA1 Message Date
ec8079089f Merge pull request #237 from tendermint/bucky/begin-end-block-tags
add tags to begin/end block
2018-05-14 18:55:41 -04:00
9b20287463 add tags to begin/end block 2018-05-14 19:01:49 -04:00
4b080454bb Merge pull request #236 from tendermint/bucky/absent-vals
absent_validators: repeated int -> repeated bytes
2018-05-14 18:48:04 -04:00
f7d775337b absent_validators: repeated int -> repeated bytes 2018-05-14 18:54:48 -04:00
6f316db5de Merge pull request #213 from tendermint/validators-type-assert-to-sortInterface
types: compile time assert to, and document sort.Interface
2018-05-14 18:37:57 -04:00
453e8efe8a Merge pull request #234 from tendermint/adrian/genesis_bytes
Change AppStateBytes to GenesisBytes
2018-05-14 18:34:27 -04:00
063a7d83c1 Merge branch 'develop' into adrian/genesis_bytes 2018-05-14 18:32:47 -04:00
49849de414 Merge pull request #233 from tendermint/adrian/requestinitchain
Allow ResponseInitChain to return the initial validator set
2018-05-14 18:23:40 -04:00
43e72bbcc0 version bump 2018-05-14 18:30:41 -04:00
cd24e92dcb Merge pull request #235 from tendermint/develop
Develop
2018-05-14 18:22:02 -04:00
da73fb87a4 Merge branch 'develop' into adrian/requestinitchain 2018-05-14 18:19:36 -04:00
03f6a29a64 changelog and version v0.19.3-rc0 2018-05-14 17:00:57 -04:00
4851653d8e Merge pull request #1569 from tendermint/bucky/update-valid-block-rule
Fix validBlock rule
2018-05-14 16:48:20 -04:00
162811476a update some comments 2018-05-14 16:32:19 -04:00
b5ac9ede8a Add rules in gossipVotesForHeight to clarify priorities on messages to send 2018-05-14 16:18:50 -04:00
ff5dfc0c15 Add more comments for Valid* 2018-05-14 16:18:50 -04:00
d3a98675aa Refactor addVote() to be clearer 2018-05-14 16:17:21 -04:00
e3c4625e63 Suggested changes to consensus/reactor.go 2018-05-14 16:17:21 -04:00
01ac378c96 Update condition based on Jae input 2018-05-14 16:17:21 -04:00
83ca46396d Update gossipVotes routine to align with validBlock mechanism 2018-05-14 16:17:21 -04:00
2c125b6c78 Fix validValue rule 2018-05-14 16:17:21 -04:00
3dde0584ed Merge pull request #1529 from tendermint/greg/persistent-script-fix
Persistence test bash fix for relative folder path
2018-05-14 15:44:27 -04:00
e132e7842b Merge pull request #223 from tendermint/adrian/circle2
Upgrade to Circle 2.0
2018-05-14 15:09:13 -04:00
52d6dfe074 Update specification.rst 2018-05-14 12:27:29 -04:00
4bca7c1009 Added tendermint/testing docker image description 2018-05-14 12:24:54 -04:00
4be3ffbe9b Persistence test bash fix for relative folder path 2018-05-14 12:24:54 -04:00
5b9a1423ae Merge pull request #1564 from tendermint/bucky/dump-consensus
Improve consensus state RPC
2018-05-14 12:21:54 -04:00
16932f889f changelog 2018-05-14 10:45:18 -04:00
e9804d76cf fixes from review 2018-05-14 10:33:31 -04:00
e6d0ade0e1 Update to latest upstream, debugging information 2018-05-14 16:24:08 +02:00
337ad8e594 Update to new Ledger API in progress 2018-05-14 15:26:14 +02:00
49e03fb481 Update dependency versions 2018-05-14 15:26:14 +02:00
86b09b0cd7 Bugfix 2018-05-14 15:26:14 +02:00
391936b734 Prevent unnecessary signatures, improve error messages 2018-05-14 15:26:14 +02:00
e25a64fdf1 Fix testcases, all looks OK 2018-05-14 15:26:14 +02:00
065c3943b1 Fix no-Ledger testcase 2018-05-14 15:26:14 +02:00
1c9ff46e98 Ledger integration, WIP 2018-05-14 15:26:14 +02:00
9439306f0f Change last instance of AppStateBytes to GenesisBytes 2018-05-13 20:05:45 -04:00
a41f0d3891 rpc: /consensus_state for simplified output 2018-05-13 19:53:54 -04:00
f80b3aee48 Change AppStateBytes to GenesisBytes
The consensus should pass the entire genesis file to the application.
That way the application has access to the chain_id, the timestap, ...
2018-05-13 19:50:15 -04:00
658060150c rpc: add voting power totals to vote bitarrays 2018-05-13 19:22:23 -04:00
ef67705524 Allow ResponseInitChain to return the initial validator set
ResponseInitChain should be able to return an initial validator set that
is determined by some logic within the genesis.json file.
2018-05-13 19:04:03 -04:00
d0229e8b1e Merge pull request #1554 from tendermint/jae/expose_peer_stats
Expose peer stats for dump_consensus_state
2018-05-13 16:16:35 -04:00
1c8dffaa28 Initial implementation of xchacha20poly1035 aead 2018-05-13 11:06:20 -04:00
56c9e0da7e Add back sample output in rpc/core/consensus.go; Tweak DumpConsensusState output for peers 2018-05-12 15:39:30 -07:00
fbe253767e Merge pull request #1540 from tendermint/set-genesis-time-on-init
set GenesisTime to now during `tendermint init`
2018-05-12 10:10:06 -04:00
edbec10f9e Expose peer stats for dump_consensus_state 2018-05-10 22:43:21 -07:00
43570388a9 Update README.md 2018-05-09 13:48:49 -07:00
35cf21c6eb Update README.md 2018-05-09 13:48:21 -07:00
3477dd7a90 safer PRNG seeding: hash concatenation of fresh seedBytes with current seedBytes 2018-05-09 15:04:51 +01:00