Commit Graph

163 Commits

Author SHA1 Message Date
rigelrozanski
d6b4c80465 wip next steps gaia tx to msg type 2018-03-28 19:01:49 +02:00
rigelrozanski
7fc56327aa wip porting old gaia cli 2018-03-28 19:01:49 +02:00
rigelrozanski
5d3dc29ce1 bringing in more 2018-03-28 19:01:49 +02:00
rigelrozanski
80d88c3a4c porting staking, wip
wip
2018-03-28 19:01:49 +02:00
rigelrozanski
c8c85dfbc8 ported over rational 2018-03-28 19:01:49 +02:00
rigelrozanski
514470b4d6 working porting rational 2018-03-28 19:01:49 +02:00
rigelrozanski
d34333b3e9 gaia iterator store fix 2018-03-28 19:01:49 +02:00
rigelrozanski
3afade80b2 code cleanup 2018-03-28 19:01:49 +02:00
rigelrozanski
a1c7722a80 Integrate in types and rational staking 2018-03-28 19:01:49 +02:00
rigelrozanski
73eb98ca7f gaia store debugging 2018-03-28 19:01:49 +02:00
rigelrozanski
e00f285379 store subspace 2018-03-28 19:01:49 +02:00
rigelrozanski
6b9d836f40 gaia store compile errors resolved 2018-03-28 19:01:49 +02:00
rigelrozanski
9a1a89247b porting over gaia store 2018-03-28 19:01:49 +02:00
rigelrozanski
2593f39de5 wip two store model gaia 2018-03-28 19:01:49 +02:00
rigelrozanski
eb597e17e5 staking orig tests passing with new store 2018-03-28 19:01:49 +02:00
rigelrozanski
7d4528e623 gaia store marshal binary broken
working store updates
2018-03-28 19:01:49 +02:00
rigelrozanski
c2ddc582c4 working gaia store 2018-03-28 19:01:49 +02:00
rigelrozanski
266a8392d3 initial add gaia
working
2018-03-28 19:01:49 +02:00
Christopher Goes
578392d4b2 Address Rigel review - also run gofmt 2018-03-28 11:24:31 +02:00
Rigel
d0eb05b162
Merge pull request #690 from cosmos/sunny/keeper-based-modules
Keeper based modules
2018-03-28 02:47:50 +02:00
Sunny Aggarwal
0be651fd27 address rigels review 2018-03-27 19:42:09 +02:00
Yukai Tu
96d9c55172 Encaptulate Get Passphrase Logic in Builder 2018-03-24 23:14:18 -07:00
Sunny Aggarwal
eac63038e3 works 2018-03-25 01:43:36 +01:00
Sunny Aggarwal
8fe34097eb asdf 2018-03-25 01:12:44 +01:00
Sunny Aggarwal
884b827730 everything but IBC 2018-03-25 00:29:33 +01:00
Sunny Aggarwal
131289ce70 everything but IBC module 2018-03-25 00:29:33 +01:00
Sunny Aggarwal
917d431f39 updated app.go 2018-03-25 00:28:41 +01:00
Sunny Aggarwal
8b19ffa7c1 worked on coolKeeper 2018-03-25 00:27:29 +01:00
Ethan Buchman
14f4290969 x/staking: check for empty stake and pubkey 2018-03-21 03:39:58 +01:00
Ethan Buchman
723889570e ErrTxParse->ErrTxDecode; check for empty bytes in account and tx 2018-03-21 02:44:17 +01:00
Ethan Buchman
c529eccc6e parser -> decoder 2018-03-21 02:28:15 +01:00
Ethan Buchman
e4b8010077 ParseAccount -> AccountDecoder 2018-03-21 02:22:15 +01:00
Adrian Brink
116d8e91d7
Tests for Bond and Unbond 2018-03-20 19:47:33 +01:00
Adrian Brink
f837c16760
Add tests for types 2018-03-20 16:04:08 +01: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
3ae41f7c6b Merge branch 'joon/ibc-mvp1' of https://github.com/cosmos/cosmos-sdk into joon/ibc-mvp1 2018-03-20 00:23:17 +01:00
mossid
2c0b172653 apply comments 2018-03-20 00:22:49 +01:00
Joon
fb886f3a96
Merge pull request #667 from cosmos/bucky/ibc-mvp1
comment and a dep update
2018-03-19 23:58:58 +01:00
Ethan Buchman
95ac075aaa comment and a dep update 2018-03-19 23:17:22 +01:00
Joon
e80f7b040c
Merge branch 'develop' into joon/ibc-mvp1 2018-03-19 22:53:58 +01:00
Ethan Buchman
984aff12da
Merge pull request #642 from cosmos/sunny/errors
move some errors to sdk from bank
2018-03-19 22:37:30 +01:00
mossid
f386a4044c relayer now works 2018-03-19 12:57:21 +01:00
mossid
db6a2d0b81 recover ibc_test.go to pass codecov 2018-03-18 23:38:18 +01:00
Adrian Brink
0eed032a75
Fix broken API 2018-03-18 17:21:26 +01:00
Adrian Brink
54b162f5c3
Merge branch 'develop' into joon/ibc-mvp1 2018-03-18 17:11:34 +01:00
Adrian Brink
f1cb7299ae
Start testing the relayer 2018-03-18 16:24:48 +01:00
Adrian Brink
23191aee68
Work out wire for IBC module 2018-03-18 15:47:17 +01:00
Adrian Brink
36c508032b
Add tests for all messages 2018-03-18 15:19:29 +01:00
Adrian Brink
6c9b62d461
Add errors to IBC module 2018-03-18 14:51:08 +01:00
Adrian Brink
95a5a7c9a0
IBC implementation almost done 2018-03-18 13:32:16 +01:00