Ethan Buchman
|
c681347ee3
|
move genesis fields into RequestInitChain. some nullable=false
|
7 years ago |
Ethan Buchman
|
512b3121a7
|
include genesis file structure
|
7 years ago |
Ethan Buchman
|
90c3a469ff
|
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
This reverts commit ef79007433 , reversing
changes made to bcfdd6dbaf .
|
7 years ago |
Ethan Buchman
|
cfdec76020
|
update everything for Params and Result types
|
7 years ago |
Ethan Buchman
|
3dbdc87edb
|
protoc and update everything
|
7 years ago |
Adrian Brink
|
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, ...
|
7 years ago |
zramsay
|
831e10f15d
|
finish the job, dummy
|
7 years ago |
zramsay
|
a3362ccf35
|
s/Dummy/KVStore/g
|
7 years ago |
Ethan Buchman
|
a6be687088
|
types: RequestInitChain.AppStateBytes
|
7 years ago |
Ethan Buchman
|
1148027baf
|
remove go-wire and go-crypto deps
|
7 years ago |
Jae Kwon
|
aaaacba1cd
|
Use gogoproto's nullable=false (#166)
* Use gogoproto's nullable=false where appropriate.
|
7 years ago |
Ethan Buchman
|
0ad7dea71f
|
uint64 -> int64
|
7 years ago |
Ethan Frey
|
446e50ca9e
|
Moved RandVal into test helper functions, as needed in other repos for testing
|
7 years ago |