Christopher Goes
fef3e157c0
Capture & return data.ToJSON error
2018-03-28 11:41:55 +02:00
Christopher Goes
4371667673
Add show_validator command (ref #704 )
2018-03-28 11:41:55 +02:00
Christopher Goes
3126afd12b
Add show_node_id command ( closes #704 )
2018-03-26 20:13:46 +02:00
Adrian Brink
75674a9ec3
Implement Simple Staking as a module
...
The simple staking module allows validators to bond and add more stake
to their bond. It doesn't allow partial unbond and has no delegation.
The staking power per validator though is correctly reflected within the
consensus.
2018-03-20 12:14:35 +01:00
mossid
df3a7095f0
modify server/start_test.go and Makefile to pass ci
2018-03-19 13:29:32 +01:00
Ethan Buchman
64852138b6
fix the tests. includes some hacks
2018-03-18 02:02:26 +01:00
Ethan Buchman
7f3a6e0c04
Options -> AppState
2018-03-17 23:10:44 +01:00
Ethan Buchman
683663f680
fixes post rebase
2018-03-17 23:09:04 +01:00
rigelrozanski
1778a27082
more of the go-bash stuff for REST
2018-03-17 22:14:19 +01:00
rigelrozanski
f8a34094bf
test_helper.go
2018-03-17 22:14:19 +01:00
rigelrozanski
11fdd831ee
refactoring server new non-deterministic error :(
2018-03-17 22:14:19 +01:00
Ethan Buchman
62d6a5de46
crypto.Address -> sdk.Address
2018-03-02 02:49:07 -05:00
rigelrozanski
65f27f2daa
basecli refactor
2018-03-01 02:36:57 +00:00
Ethan Frey
7848ee23db
Addressed pr comments
2018-03-01 02:36:08 +00:00
Ethan Frey
34772f8b6e
Unit test initialization bug
2018-03-01 02:36:08 +00:00
Ethan Frey
d694dbe7c1
Add first server command tests
2018-03-01 02:36:08 +00:00
Ethan Frey
1f31fbeea8
Start writing test scaffold to test server
2018-03-01 02:34:05 +00:00
Ethan Frey
603c358574
Fix up server app_options initialization
2018-03-01 02:31:17 +00:00
Ethan Frey
94ddda6a1f
Copy init code from tendermint so it runs properly
2018-03-01 02:31:17 +00:00
Ethan Frey
4e91a0db89
Add cli to basecoind, fix compatability issues
2018-03-01 02:31:17 +00:00
Ethan Frey
c0f9a6f1cb
Update dependencies to import tendermint
2018-03-01 02:30:14 +00:00
Ethan Frey
09e07bb44a
Extracted initialization logic into server, default option generation in gaia
2018-03-01 02:30:14 +00:00
Ethan Frey
438d18e059
Pulled most of gaiad into server, with rough implementation
2018-03-01 02:30:13 +00:00
Ethan Buchman
e45ad068fb
move things to _attic
2018-01-06 15:35:22 -05:00
Ethan Frey
850796bad5
eyes example compiles - but doesnt work
2017-10-25 19:56:48 +02:00
Ethan Frey
7631680159
Cleanup names in genesis package
2017-10-20 13:42:03 +02:00
Ethan Frey
6305399baf
Pulled genesis file parsing into own package, for clarity
2017-10-20 13:42:03 +02:00
Ethan Frey
f65215ad92
Big cleanup of app dir
...
StoreApp just the queries, BaseApp with handler/ticker
Ticker now defined top level, as an interface, with context
Name for info taken as parameter, start cmd uses commandline name
Cleaner compisition of apps.
2017-10-20 13:42:03 +02:00
Ethan Frey
3a16fa9482
Clean up genesis handling
2017-10-20 13:42:03 +02:00
Ethan Frey
c1d36eeb21
Fixed all tests
2017-10-20 13:42:03 +02:00
rigelrozanski
f71c83305d
GetInitCmd takes app options
2017-10-11 23:29:32 -04:00
rigelrozanski
1613da91ca
genesis account coin denom flag
2017-10-11 14:06:57 -04:00
rigelrozanski
40c79a65b3
strings -> mycoin (cointype change)
2017-10-11 13:24:49 -04:00
rigelrozanski
d3b4d42458
integrated init --static, fix tests
2017-10-10 03:13:02 -04:00
rigelrozanski
5a7566a81a
init creates random priv_validator
2017-10-10 01:50:10 -04:00
rigelrozanski
1cbb4094b1
simplify tick start command
2017-10-09 05:18:40 -04:00
rigelrozanski
2ea45d8ec2
mycoin -> strings
2017-10-09 01:14:16 -04:00
rigelrozanski
c04200ceeb
start tick command choose command name
2017-10-06 15:43:15 -04:00
rigelrozanski
0e703d3f9e
Tick StartCmd now adds flags properly
2017-10-05 15:09:12 -04:00
rigelrozanski
6eb884017b
proper integration of tick functionality
2017-10-03 19:01:02 -04:00
Ethan Buchman
1f151d1232
update for tendermint 0.11
2017-10-02 14:40:42 -04:00
Ethan Frey
2951763660
Moved merkleeyes->iavl and updated references
2017-09-08 20:47:46 +02:00
rigelrozanski
4ac089f084
json testing, addressed init option PR comments
2017-09-06 01:19:20 -04:00
rigelrozanski
748a1e97e4
init --option can now use json
2017-09-06 01:19:20 -04:00
rigelrozanski
eae60cedee
added sep string var properly
2017-09-06 01:19:20 -04:00
Rigel Rozanski
bfd4ce96bb
added init option flag and tests
2017-09-06 01:19:20 -04:00
Ethan Frey
2887d0d288
Cleaned up root command to be less basecoin-specific
2017-09-04 16:50:09 +02:00
Ethan Frey
ec6843928e
Moved basecoin server commands out of examples dir to share them
2017-09-04 16:50:09 +02:00