Ethan Buchman
|
75b6c5215f
|
fewer structs. remove viper from consensus
|
8 years ago |
Ethan Buchman
|
501c4e4bac
|
fixes from review
|
9 years ago |
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
9 years ago |
Jae Kwon
|
7c12c5aee3
|
Fix config bug where chain_id is default magic. Always read from genesis
|
9 years ago |
Jae Kwon
|
4d765dcf2b
|
Generate account from seed
|
9 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Jae Kwon
|
4175b0786e
|
testnet5 validators
|
10 years ago |
Jae Kwon
|
be90fd1e0d
|
rpc cleanup; tendermint init
|
10 years ago |
Jae Kwon
|
dd3d35f9f1
|
tendermint init to get the moniker
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
cfb4a40855
|
adding more debug logs
|
10 years ago |
Jae Kwon
|
032d2e4fef
|
debugging
|
10 years ago |
Jae Kwon
|
71f0d58164
|
bump testnet version
|
10 years ago |
Ethan Buchman
|
0ff198d96e
|
add another validator
|
10 years ago |
Jae Kwon
|
0d2b2d308b
|
Testnet4 genesis update
|
10 years ago |
Jae Kwon
|
1c577c36f1
|
update validator set
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Ethan Buchman
|
b02f088cc7
|
add ethan to genesis
|
10 years ago |
Ethan Buchman
|
9892dfd0b3
|
allow multiple seed nodes
|
10 years ago |
Jae Kwon
|
7606571d69
|
bump network number
|
10 years ago |
Jae Kwon
|
9513f601de
|
Removed Log.File, all log goes out to stdout.
|
10 years ago |
Jae Kwon
|
b31849d495
|
expose RPC by default. We'll whitelist it later.
|
10 years ago |
Jae Kwon
|
aa931f88ab
|
bump network version
|
10 years ago |
Jae Kwon
|
e4f01a55cf
|
update genesis.json
|
10 years ago |
Jae Kwon
|
5bdd73f4a4
|
New genesis.json
|
10 years ago |
Jae Kwon
|
fa669ae436
|
added Moniker as config, available in RPC.
|
10 years ago |
Jae Kwon
|
5e45a849ab
|
Generate PrivValidator file when it doesn't exist already
|
10 years ago |
Jae Kwon
|
6890593a7e
|
...
|
10 years ago |
Jae Kwon
|
da9f4118a7
|
Atomic write to addrbook and privvalidator
|
10 years ago |
Jae Kwon
|
22fdb6ca2f
|
~/.tendermint -> .tendermint
|
10 years ago |
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
10 years ago |
Jae Kwon
|
2b49e318bb
|
update genesis file
|
10 years ago |
Jae Kwon
|
3cb4092180
|
Updated seed node.
|
10 years ago |
Ethan Buchman
|
cb0f4cae0c
|
add logfile for debora
|
10 years ago |
Jae Kwon
|
39d5ff9ccb
|
Reset log after config changes.
|
10 years ago |
Jae Kwon
|
bd767c1fab
|
Make fast_sync a command-line flag
|
10 years ago |
Ethan Buchman
|
deff645dba
|
some public convenience functions, extra debug errors on ExecTx
|
10 years ago |
Matthew Wampler-Doty
|
f03547007a
|
App -> App()
|
10 years ago |
Ethan Buchman
|
e59de906f7
|
config: hardcode default genesis.json
|
10 years ago |
Matthew Wampler-Doty
|
01cb965cce
|
localhost -> 127.0.0.1
|
10 years ago |
Matthew Wampler-Doty
|
c600337a6b
|
RPC only listening to localhost
|
10 years ago |
Jae Kwon
|
2b39e56e75
|
Fixed account.PubkeyEd25519 String() bug
|
10 years ago |
Jae Kwon
|
687815f6ed
|
Less log lines to STDOUT
|
10 years ago |
Jae Kwon
|
4a81b06b6e
|
Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot
|
10 years ago |
Jae Kwon
|
05c642a84c
|
Changed config to confer, TOML format.
|
10 years ago |
Jae Kwon
|
325b88b083
|
time encoding in binary/reflect
|
10 years ago |
Jae Kwon
|
2fd137d9e5
|
gen_tx for signing transactions
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
c6c465402e
|
fix flag parsing -- use flagSet after the command
|
10 years ago |
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
10 years ago |