rigelrozanski
d4c2d6fd4c
fix cli tests
2018-04-26 14:26:39 -04:00
rigelrozanski
55c1e1dcfc
init refactor
2018-04-26 14:26:39 -04:00
rigelrozanski
6748aa7bc6
first stab init refactor
2018-04-26 14:26:39 -04:00
Christopher Goes
56ac948dc6
REST folder restructure & cleanup
2018-04-25 16:18:06 +02:00
Sunny Aggarwal
016a1c8ec9
removed seal
2018-04-22 23:36:15 -07:00
rigelrozanski
ca3d3be3af
better key output
2018-04-20 12:51:47 -04:00
rigelrozanski
ad0c776d94
show_validator now displays HEX by default, declare-candidacy also takes go-amino encoded
2018-04-19 15:18:31 -04:00
rigelrozanski
d28efaac27
many renames / golint compliance
2018-04-19 00:49:24 -04:00
rigelrozanski
0e8c3e4a5b
remove gaia basecoin reference
2018-04-18 14:32:40 -04:00
rigelrozanski
d36efcd417
unbond in gaia cli test
2018-04-18 14:21:07 -04:00
rigelrozanski
6f65867154
comment out go-bash race condition
2018-04-18 14:06:49 -04:00
rigelrozanski
2994af56c9
gaia new error codetype
2018-04-18 12:36:55 -04:00
rigelrozanski
c80b9674cd
stake CLI various fixes, confirmed working
2018-04-18 12:19:35 -04:00
rigelrozanski
d344de3b62
stake test candidate query
2018-04-18 12:19:35 -04:00
rigelrozanski
09fe4c0262
fix stake query keys
2018-04-18 12:19:35 -04:00
rigelrozanski
265670297c
fix PK encodings
2018-04-18 12:19:35 -04:00
rigelrozanski
e584d5acac
ci build -> install
...
pubkey issue
...
rebase fixes
...
2018-04-18 12:19:35 -04:00
rigelrozanski
158e9dd12d
fixed cli tests
2018-04-18 12:19:35 -04:00
rigelrozanski
59f86b4251
interim borken
2018-04-18 12:19:35 -04:00
rigelrozanski
ebb2faabe0
go-bash working
2018-04-18 12:19:35 -04:00
rigelrozanski
3ab032e1c6
cli testing
2018-04-18 12:19:35 -04:00
rigelrozanski
8ab77e2ab5
started gaia go-bash cli testing
2018-04-18 12:19:35 -04:00
rigelrozanski
996cafe972
register wire, stake changelog, stake genesis update
2018-04-18 12:19:35 -04:00
rigelrozanski
068ca5e3e6
fix gaia init genesis creation
...
int
int
2018-04-18 12:19:35 -04:00
rigelrozanski
c63a545206
stake handler tests
2018-04-18 12:19:35 -04:00
rigelrozanski
c90d62e035
rebase fixes
2018-04-18 12:18:28 -04:00
rigelrozanski
c4a1c12119
gaia app_test for declare candidacy
2018-04-18 12:18:28 -04:00
rigelrozanski
8a34b91fac
fix existing gaia tests
2018-04-18 12:18:28 -04:00
rigelrozanski
179caa5768
refactor gaia with stake
2018-04-18 12:18:28 -04:00
Christopher Goes
49b8978454
Swap all examples & testcases to use automatic DB namespacing
2018-04-14 17:05:50 -07:00
Ethan Buchman
f275034830
gaiacli is just basecli
2018-04-09 20:40:16 +03:00
Ethan Buchman
1f93e965fb
add log_level flag
2018-04-05 14:16:20 +03:00
Ethan Buchman
31a6806fd4
fix gaia
2018-04-05 13:47:54 +03:00
Ethan Buchman
02a2008c0d
move gaia to cmd, update makefile
2018-04-05 13:08:19 +03:00
Ethan Frey
96f96ffc3d
Moved basecoin into examples
2017-09-04 16:50:09 +02:00
Ethan Frey
041396b53e
Moved eyes into example apps, cleaned up Makefile
2017-09-04 16:50:09 +02:00
Ethan Frey
041943c441
Rename all packages and imports to cosmos-sdk
2017-08-21 22:15:15 +01:00
Ethan Frey
7533cd9d7e
Merge branch 'develop' into unstable
2017-08-18 23:44:49 +01:00
Matt Bell
dac4d9e155
Started implementing nonce REST query handler
2017-08-18 23:27:51 +01:00
Emmanuel Odeke
f52d92a40e
modules/coin/rest: implemented CreateRole
...
* Note: Role must be a hex string, as enforced in tests/rest/cli.sh
```shell
$ curl -X POST http://localhost:8998/build/create_role --data \
'{
"role":"DEADBEEF", "seq": 1,
"min_sigs": 1,
"signers": [{
"addr": "4FF759D47C81754D8F553DCCAC8651D0AF74C7F9", "app": "role"
}]
}'
```
```HTTP
HTTP/1.1 200 OK
Content-Type: application/json
Date: Tue, 08 Aug 2017 19:15:13 GMT
Content-Length: 387
{
"type": "chain/tx",
"data": {
"chain_id": "test_chain_id",
"expires_at": 0,
"tx": {
"type": "role/create",
"data": {
"role": "DEADBEEF",
"min_sigs": 1,
"signers": [
{
"chain": "",
"app": "role",
"addr": "4FF759D47C81754D8F553DCCAC8651D0AF74C7F9"
}
]
}
}
}
}
```
Updates #200
2017-08-18 22:32:04 +01:00
Ethan Frey
663f96b491
Unify version in all binaries
2017-08-18 22:04:50 +01:00
Ethan Frey
a908c24235
Use linker flags to set git commit in version command
2017-08-18 22:04:50 +01:00
Ethan Frey
2b1c4dd8b9
Really renames etc -> eyes... finish the job
2017-08-07 19:21:07 +02:00
Ethan Frey
ade9d4527b
Rename module/etc to eyes as well
2017-08-07 18:50:34 +02:00
Ethan Frey
0133723aca
Clean up comments
2017-08-07 18:50:33 +02:00
Ethan Frey
6bc5fa3876
Add eyes and eyescli main commands
...
Note how the all framework commands can be reused with a bit of configurations.
And one can add the custom query and tx commands.
2017-08-07 18:50:33 +02:00
Ethan Frey
673814673e
Refactored basecoin init a bit to use in eyes
2017-08-06 23:49:09 +02:00
Ethan Frey
d6d6b75736
Renamed client/commands/proofs to client/commands/query
2017-08-04 20:50:36 +02:00
Ethan Frey
6dae258767
Lots of cleanup
2017-08-04 20:36:50 +02:00
Emmanuel Odeke
ee5d22010a
cmd/baseserver, */rest: allow baseserver to choose which handlers to use
...
Make handlers easily configurable to use in cmd/baseserver/main.go.
This way client users can trivially change what functionality they'd
like.
It involves moving ServeCmd out of client/rest to */main.go
and lets client/rest become a bazaar for available mux.Router
registrars.
Updates #200
2017-08-03 11:41:51 -06:00