Ethan Buchman
|
ab2b1643cb
|
snative
|
10 years ago |
Ethan Buchman
|
87ed1f5fda
|
permission/types pkg, Base and Roles
|
10 years ago |
Ethan Buchman
|
94f21ad012
|
move perms to vm.Account
|
10 years ago |
Ethan Buchman
|
c6c0701b69
|
testing send and call permissions
|
10 years ago |
Ethan Buchman
|
a0f3b94e83
|
account permissions and some gendoug
|
10 years ago |
Jae Kwon
|
3468956e1f
|
Update README.md
|
9 years ago |
Jae Kwon
|
d7d979056d
|
Update README.md
|
9 years ago |
Jae Kwon
|
f325675b83
|
Do not wipe cs.Votes upon SwitchToConsensus
|
9 years ago |
Jae Kwon
|
1a1b9aaaab
|
fix HeightVoteSet SetRound(0) bug which wipes out Prevotes; More logging for consensus/state addVote()
|
9 years ago |
Jae Kwon
|
16a1404cfe
|
fixed inequality bug, loading catchup commits when shouldn't.
|
9 years ago |
Jae Kwon
|
b4605bc53a
|
process ConsensusReactor messages during fast_sync
|
9 years ago |
Jae Kwon
|
e90c47c6fa
|
Add rebroadcastRoundStepMessage
|
9 years ago |
Jae Kwon
|
cb60b0a759
|
Add unsafe_debug_net script
|
9 years ago |
Jae Kwon
|
43a0cac453
|
...
|
9 years ago |
Jae Kwon
|
e4435a8d1e
|
Log embellishment
|
9 years ago |
Jae Kwon
|
7983113024
|
logging of base p2p messages
|
9 years ago |
Jae Kwon
|
a55cc5c65e
|
nil validation has zero size
|
9 years ago |
Jae Kwon
|
3cd459b60c
|
Do not panic upon RoundStepType.String() for invalid type
|
9 years ago |
Jae Kwon
|
fc0a4bae4e
|
Do not reset Proposal* when EnterNewRound(0)
|
9 years ago |
Jae Kwon
|
41d04cf5b8
|
consensus reactor code polish, fixed prs BitArray cache invalidation bug
|
9 years ago |
Jae Kwon
|
bc71e38bad
|
proposer selection fix
|
9 years ago |
Jae Kwon
|
425328b391
|
Address #72
|
9 years ago |
Jae Kwon
|
a14f2d197e
|
consensus spec wording
|
9 years ago |
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
10 years ago |
Jae Kwon
|
7196e5ad8e
|
string formatting
|
9 years ago |
Jae Kwon
|
99b94022ee
|
Merge pull request #95 from tendermint/vm_panics
label/remove panics in vm
|
9 years ago |
Jae Kwon
|
900beb243b
|
Merge pull request #96 from tendermint/async_consensus
Async consensus
|
9 years ago |
Jae Kwon
|
027ad79f9c
|
Fix String() for nil votes, and non-full Validation
|
9 years ago |
Jae Kwon
|
26c192b047
|
Fix consensus:
* Use LastValidators when a Vote is received for the last height.
* Fix Validation.Height/Round to use FirstPrecommit.
|
9 years ago |
Jae Kwon
|
4d209ee349
|
Fix consensus: use the right ValidatorSet upon Vote receive
|
9 years ago |
Jae Kwon
|
24b9f8647c
|
fix debug output
|
9 years ago |
Jae Kwon
|
9b00f32901
|
Fix consensus: Send round-skip votes
|
9 years ago |
Jae Kwon
|
6781b21d32
|
Split ReadBinary into ReadBinary/ReadBinaryPtr.
|
9 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
9 years ago |
Ethan Buchman
|
6265e39bff
|
docker fixups
|
9 years ago |
Ethan Buchman
|
8f94997472
|
label/remove panics in vm
|
9 years ago |
Jae Kwon
|
a55950e1d0
|
make will install
|
9 years ago |
Jae Kwon
|
347276ecdb
|
bump version and testnet
|
9 years ago |
Jae Kwon
|
7a6b8944ab
|
consensus/reactor cleanup
|
9 years ago |
Jae Kwon
|
32811c3f86
|
comment cleanup
|
9 years ago |
Jae Kwon
|
44216ab481
|
Unlocking from POL complete
|
9 years ago |
Jae Kwon
|
d05276ee87
|
wordings and clarifications, unnecessary code uncommenting
|
9 years ago |
Jae Kwon
|
4d5fda7516
|
state machine cleanup
|
9 years ago |
Jae Kwon
|
9e1794eaea
|
Fixed tests
|
9 years ago |
Jae Kwon
|
9b96e2e171
|
ProposalPOLRound...
|
9 years ago |
Jae Kwon
|
3db63477aa
|
An empty BitArray is nil.
|
9 years ago |
Jae Kwon
|
829df93577
|
Re-use ValidatorSet.VerifyValidation()
|
10 years ago |
Jae Kwon
|
7752405945
|
Draft of consensus/reactor refactor.
|
10 years ago |
Jae Kwon
|
927823140b
|
fast-forward when +2/3 precommits found for future round
|
10 years ago |
Jae Kwon
|
15e80c6c28
|
fixes to state transition upon addVote
|
10 years ago |