Jae Kwon
|
7f12738415
|
VMAppState bridge to vm.
|
10 years ago |
Jae Kwon
|
ab0ee97c18
|
ValidatorSet copy benchmark
|
10 years ago |
Ethan Buchman
|
9c4692c071
|
remove gas price and dont run txs before they come in a block
|
10 years ago |
Ethan Buchman
|
f384d10a05
|
block/state: gas price for block and tx
|
10 years ago |
Ethan Buchman
|
7a33aba6e5
|
block/state: add CallTx type
|
10 years ago |
Matthew Wampler-Doty
|
f03547007a
|
App -> App()
|
10 years ago |
Ethan Buchman
|
f55609a792
|
consensus: check both vote orderings for dupeout txs
|
10 years ago |
Ethan Buchman
|
33f8943543
|
consensus: broadcast evidence tx on ErrVoteConflictingSignature
|
10 years ago |
Jae Kwon
|
892a51014e
|
removed cgo dependency, go-ed25519 -> agl/ed25519
|
10 years ago |
Jae Kwon
|
249ae38068
|
test bondTx
|
10 years ago |
Jae Kwon
|
d1a36d2ac2
|
Validation validation bug fix --> keep track of LastBondedValidators
|
10 years ago |
Jae Kwon
|
b3b6a24317
|
fix validator_set add() bug
|
10 years ago |
Jae Kwon
|
03a7564abd
|
fix validator timeout bug
|
10 years ago |
Jae Kwon
|
0a6c28c2da
|
block module -> import as blk
|
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
|
694a10e0a7
|
PrivKey is just []byte
|
10 years ago |
Jae Kwon
|
9e0319ef76
|
get_account and sequence updating
|
10 years ago |
Jae Kwon
|
6cd858add3
|
change genesis & privValidator JSON to use binary/reflect
|
10 years ago |
Jae Kwon
|
7afb75049f
|
API to list accounts
|
10 years ago |
Jae Kwon
|
fe566739fd
|
rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence
bug
|
10 years ago |
Jae Kwon
|
51c70dd8ac
|
Write log also to a file.
|
10 years ago |
Jae Kwon
|
05c642a84c
|
Changed config to confer, TOML format.
|
10 years ago |
Jae Kwon
|
7a8a0fefc7
|
type Ed25519[Signature|PubKey] struct{[]byte} -> []byte
|
10 years ago |
Jae Kwon
|
f02ba63412
|
testing tx transmission
|
10 years ago |
Jae Kwon
|
2fd137d9e5
|
gen_tx for signing transactions
|
10 years ago |
Jae Kwon
|
0dac36aa5d
|
Do not panic when double-signing, return error.
|
10 years ago |
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
10 years ago |
Jae Kwon
|
1d5a6065c5
|
Fix state_test bug -- include PubKey in TxInput
|
10 years ago |
Jae Kwon
|
2405d00ca5
|
Fixed a PrivValidator filename == nil bug
|
10 years ago |
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
10 years ago |
Jae Kwon
|
70eb75dca7
|
Refactor consensus/vote_set_test.go
|
10 years ago |
Jae Kwon
|
bff93107ef
|
UPNP + hairpin probing
|
10 years ago |
Jae Kwon
|
62ff48c02b
|
Documented Block, some renames
|
10 years ago |
Jae Kwon
|
403d24a4b2
|
generated privValidator for testing uses tmp files
PrivValidator.Sign*() and .Save() lock on a mutex
|
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
|
6cacf6f09b
|
RebondTx and more efficient IncrementAccum()
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
93979300be
|
made cmd/, removed crypto/
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
5f794d14fb
|
nil bugs
|
10 years ago |
Jae Kwon
|
da8e25343c
|
Added LastBlockParts to state, and also validates.
|
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
|
47caa47076
|
allow genesisTime IsZero -> now
|
10 years ago |
Jae Kwon
|
647d26f7a0
|
consensus cleanup, privValidator config
|
10 years ago |
Jae Kwon
|
b615e51f95
|
basic main.go completion
|
10 years ago |