Jae Kwon
|
ad17090a0f
|
No global config
|
9 years ago |
Jae Kwon
|
f17c4c1d57
|
s/Validation/Commit/g
|
9 years ago |
Jae Kwon
|
d69b5c5ab6
|
Conform to go-wire 1.0
|
9 years ago |
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
9 years ago |
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
9 years ago |
Jae Kwon
|
5bf0040f14
|
Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes
|
9 years ago |
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
9 years ago |
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
9 years ago |
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
9 years ago |
Jae Kwon
|
41d04cf5b8
|
consensus reactor code polish, fixed prs BitArray cache invalidation bug
|
9 years ago |
Jae Kwon
|
027ad79f9c
|
Fix String() for nil votes, and non-full Validation
|
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 |
Jae Kwon
|
01b5540ffe
|
consensus/state is 2-step asynchronous
|
10 years ago |
Ethan Buchman
|
41502e05c1
|
chain_id written as string not hex in WriteSignBytes
|
10 years ago |
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
8b6d489755
|
Update vote log
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Jae Kwon
|
54d1c19611
|
WriteSignBytes writes JSON with fields in lex order.
|
10 years ago |
Jae Kwon
|
2ba6f86f2e
|
Add Network to SignBytes, to prevent network clashes
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Ethan Buchman
|
33f8943543
|
consensus: broadcast evidence tx on ErrVoteConflictingSignature
|
10 years ago |
Jae Kwon
|
135894ea88
|
Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
|
10 years ago |
Jae Kwon
|
62ff48c02b
|
Documented Block, some renames
|
10 years ago |
Jae Kwon
|
383335d93c
|
Added README docs for account/binary and renamed UInt -> Uint etc.
|
10 years ago |
Jae Kwon
|
61d1635085
|
Fixed tests
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
b7b923cc6b
|
Validation tests
|
10 years ago |
Jae Kwon
|
e42771e36f
|
fix tests
|
10 years ago |
Jae Kwon
|
0f484b6315
|
broadcastVote sets peer's vote bitarray
|
10 years ago |
Jae Kwon
|
f5d0794756
|
RoundAction // FinalizeCommit // LastCommits
|
10 years ago |
omni
|
c5d9a93cbe
|
Pretty print Vote, VoteSet
|
10 years ago |
Jae Kwon
|
18e2d4bf48
|
implementing ExecTx...
|
10 years ago |
Jae Kwon
|
0c206aa748
|
Signable interface.
|
10 years ago |
Jae Kwon
|
8e452aa0d2
|
fixed algorithm
|
10 years ago |
Jae Kwon
|
d300a67bb1
|
saving development state...
|
10 years ago |
Jae Kwon
|
6750d05b05
|
Message is wrapped by TypedMessage.
|
10 years ago |
Jae Kwon
|
c40fc65e6b
|
go fmt
|
10 years ago |
Jae Kwon
|
ad57d57cf6
|
.
|
11 years ago |
Jae Kwon
|
805e1f51dd
|
simplify writing
|
11 years ago |
Jae Kwon
|
380019949e
|
fill in blocks methods
|
11 years ago |