Matt Bell
|
8e104030d5
|
Fixed stake query REST handler
|
2018-05-25 09:32:12 +09:00 |
Matt Bell
|
660e4e9080
|
Fixed json field names in stake msg types
|
2018-05-25 09:32:12 +09:00 |
Matt Bell
|
ad3c63dded
|
Added POST /stake/bondunbond endpoint
|
2018-05-25 09:32:12 +09:00 |
sunnya97
|
5d7c3af1b8
|
works
|
2018-05-23 22:09:01 -07:00 |
sunnya97
|
33492cc070
|
in progress
|
2018-05-23 19:53:42 -07:00 |
sunnya97
|
cb52712660
|
in progress
|
2018-05-23 19:49:35 -07:00 |
sunnya97
|
3055d939ed
|
in progress
|
2018-05-23 19:26:54 -07:00 |
rigelrozanski
|
5a46f26e86
|
cleanup handleMsgUnbond and revoke logic
|
2018-05-23 17:06:54 -04:00 |
rigelrozanski
|
7353eb4d1b
|
updateBondedValidators only kicks the cliff validator (typical case)
|
2018-05-23 16:38:50 -04:00 |
rigelrozanski
|
d0deb7f30c
|
updateValidator comment
|
2018-05-22 20:11:37 -04:00 |
rigelrozanski
|
cf2d5306c2
|
update x/stake/store.md
|
2018-05-22 19:34:31 -04:00 |
rigelrozanski
|
26695afe9f
|
stake efficiency case, return early below cliff
|
2018-05-22 19:27:02 -04:00 |
rigelrozanski
|
41458956a1
|
fix tests, pool.TotalSupply -> pool.TokenSupply()
|
2018-05-22 18:50:59 -04:00 |
rigelrozanski
|
db9fd51d1c
|
...
|
2018-05-22 15:13:03 -04:00 |
rigelrozanski
|
92c9d3b047
|
...
|
2018-05-20 18:11:09 -04:00 |
rigelrozanski
|
75d572dfd1
|
...
|
2018-05-20 17:56:43 -04:00 |
rigelrozanski
|
e70249b631
|
more bucky comments, single status validator, only one store now for core validator object
|
2018-05-20 17:39:04 -04:00 |
rigelrozanski
|
26be2a231b
|
working addressed bucky comments
|
2018-05-18 18:57:47 -04:00 |
rigelrozanski
|
d1d17734ef
|
remove gas parameters from stake
|
2018-05-17 16:17:19 -04:00 |
rigelrozanski
|
ac56ac8e5b
|
removed use of caches in the stake keeper
|
2018-05-17 16:03:35 -04:00 |
rigelrozanski
|
4cbf253c14
|
more cwgoes updates
|
2018-05-17 15:48:47 -04:00 |
rigelrozanski
|
d442fc5fa9
|
update bonded validators now updates for new validators
|
2018-05-17 15:01:19 -04:00 |
rigelrozanski
|
037d810417
|
some cwgoes comments, getAllDelegations, getAllValidators
|
2018-05-17 14:09:35 -04:00 |
rigelrozanski
|
a74d9c2db6
|
Changelog updates, CLI cleanup
int
|
2018-05-17 11:12:28 -04:00 |
rigelrozanski
|
e145676fcc
|
revert absent validator changes
|
2018-05-17 10:47:25 -04:00 |
rigelrozanski
|
04d26c7351
|
add store discussion
|
2018-05-17 10:35:51 -04:00 |
rigelrozanski
|
9b7905d49e
|
staking refactor testing pass
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
ceac708ff0
|
fixed tendermint updates stake store tests
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
e3c305dcf4
|
...
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
1302c71982
|
fixin tests
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
423917f352
|
test compile fixes for poolshares
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
1ab432a7e1
|
many bug fixes, introduce PoolShare type
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
be9413517d
|
fix UpdateSharesLocation and removeDelShares
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
dc3c40fecc
|
fixing tests, working on TestUpdateSharesLocation
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
67123a3a46
|
move validator property fn and tests from pool.go to validator.go
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
b64363fcbe
|
split types into multiple files, fix delegation share exrate
|
2018-05-17 09:19:33 -04:00 |
rigelrozanski
|
0c98cc6895
|
working fixing validator tests
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
c69c145964
|
fix stake app tests
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
eb87a5dbbf
|
introduce UpdateSharesLocation to deal with different share types
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
9bb01c9504
|
fixing tests
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
a0c73372be
|
stake refactor, tests compiling
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
518e2490d5
|
develop rebase staking fixes
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
f81c2a8f99
|
compiling after fee fixes merge
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
0ad2cc0dc7
|
bring back old keeper_test
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
ee9fe541f4
|
refactor cwgoes mods on staking keeper
|
2018-05-17 09:19:05 -04:00 |
Christopher Goes
|
17a02e60f8
|
Staking test fixes
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
675dc5df15
|
staking refactor compiling
|
2018-05-17 09:19:05 -04:00 |
rigelrozanski
|
6d0c788185
|
working refactoring
|
2018-05-17 09:17:40 -04:00 |
rigelrozanski
|
aff7d28bb0
|
stake keeper renaming/refactor
|
2018-05-17 09:17:40 -04:00 |
rigelrozanski
|
06cf8b2934
|
stake keeper name updates
|
2018-05-17 09:17:40 -04:00 |
rigelrozanski
|
fa64487e65
|
working fee distribution reorg
|
2018-05-17 09:17:40 -04:00 |
mossid
|
22e9fc276d
|
GetDelegated -> GetBondAmount
|
2018-05-17 09:17:40 -04:00 |
mossid
|
2e9e2835ff
|
add delegation
|
2018-05-17 09:17:40 -04:00 |
mossid
|
79fdbe2f3a
|
add ValidatorSet, remove methods
|
2018-05-17 09:17:40 -04:00 |
rigelrozanski
|
37156ad192
|
debug stake store refactor, cli change
|
2018-05-17 09:17:40 -04:00 |
rigelrozanski
|
5567bdfaaf
|
intra counter cleanup
|
2018-05-17 09:17:14 -04:00 |
rigelrozanski
|
df2c0c795d
|
...
|
2018-05-17 09:17:14 -04:00 |
rigelrozanski
|
ed5d088824
|
renaming and refactoring for fees
|
2018-05-17 09:17:14 -04:00 |
rigelrozanski
|
e8a615752f
|
working
|
2018-05-17 09:17:14 -04:00 |
rigelrozanski
|
28e4ec8336
|
precommit power tests
|
2018-05-17 09:17:14 -04:00 |
rigelrozanski
|
750cbc53ec
|
stake cleanup, functionality for total prevote power
|
2018-05-17 09:17:14 -04:00 |
rigelrozanski
|
d871605241
|
staking fee distribution working commit
|
2018-05-17 09:15:06 -04:00 |
mossid
|
8336eb9bc5
|
in progress
|
2018-05-17 09:15:06 -04:00 |
mossid
|
755f79d52d
|
GetValidators -> Validators, sdk.Validator=abci.Validator
|
2018-05-17 09:15:06 -04:00 |
mossid
|
fef5b6a30f
|
add some counterexamples
|
2018-05-17 09:15:06 -04:00 |
mossid
|
1b8033da0c
|
add tests
|
2018-05-17 09:15:06 -04:00 |
mossid
|
6d742d6829
|
add ValidatorSetKeeper, move Validator from stake to types
|
2018-05-17 09:15:06 -04:00 |
mossid
|
b3b8790793
|
add some counterexamples
|
2018-05-17 09:15:06 -04:00 |
mossid
|
d45210432c
|
add tests
|
2018-05-17 09:15:06 -04:00 |
mossid
|
60869ff427
|
implement TotalPower
|
2018-05-17 09:15:06 -04:00 |
mossid
|
9d7e893226
|
rebase on develop
|
2018-05-17 09:15:06 -04:00 |
Christopher Goes
|
a2f5855d8e
|
Add tags for declare & edit candidacy txs
|
2018-05-10 21:55:51 +02:00 |
Christopher Goes
|
580ac5f57b
|
Add tagging for MsgUnbond
|
2018-05-10 17:37:12 +02:00 |
Christopher Goes
|
e4e1068390
|
Add delegate() tags
|
2018-05-10 17:37:12 +02:00 |
Christopher Goes
|
bef7e44f6d
|
Example tag implementation for CoinKeeper
|
2018-05-10 17:36:55 +02:00 |
rigelrozanski
|
677559bf6c
|
cwgoes comments
|
2018-05-09 18:24:51 -04:00 |
rigelrozanski
|
d464779d34
|
iter->substore, enable delegator bonds query
|
2018-05-08 15:57:12 -04:00 |
rigelrozanski
|
d44c7afa30
|
add range queries, add candidates query
|
2018-05-08 15:57:12 -04:00 |
rigelrozanski
|
dd9b5e78f7
|
cleanup stake marshalJson -> marshalBinary
|
2018-05-01 16:41:04 -04:00 |
Christopher Goes
|
62fc3e2c49
|
Context-accessible logger field
|
2018-05-01 13:52:49 +02:00 |
Rigel
|
a674d75016
|
Merge pull request #895 from cosmos/sunny/remove-msg-get
Remove Get function from Msg interface
|
2018-04-30 22:12:19 -04:00 |
Rigel
|
c8a39af038
|
Merge pull request #936 from cosmos/adrian/steak
Change fermion to steak
|
2018-04-30 19:41:55 -04:00 |
rigelrozanski
|
05c4bbb997
|
staking cli UnmarshalBinary -> UnmarshalJSON
|
2018-04-30 19:30:00 -04:00 |
Adrian Brink
|
d52d74582a
|
Change fermion to steak
|
2018-04-30 16:24:46 -07:00 |
Sunny Aggarwal
|
af0e71fa0d
|
got rid of Get on Msg interface
|
2018-05-01 00:15:15 +02:00 |
Christopher Goes
|
24dffd0c98
|
Reenable random testcase iterations
|
2018-05-01 00:06:20 +02:00 |
rigelrozanski
|
cb4463e5f1
|
reenable TestPossibleOverflow
|
2018-04-30 17:30:34 -04:00 |
rigelrozanski
|
ce32117399
|
rational embedes bigRat
|
2018-04-30 17:21:14 -04:00 |
Christopher Goes
|
f6cef02904
|
Reorder parameters & remove redundant check
|
2018-04-27 20:03:43 -04:00 |
Christopher Goes
|
9450779bba
|
InitGenesis & WriteGenesis no longer functions of keepers
|
2018-04-27 20:03:43 -04:00 |
Christopher Goes
|
c788c3e533
|
GetBonds => getBonds
|
2018-04-27 20:03:43 -04:00 |
Christopher Goes
|
dbdf6aae0e
|
Test GetBonds
|
2018-04-27 20:03:43 -04:00 |
Christopher Goes
|
f92e83d2e0
|
Swap to general `export` command
|
2018-04-27 20:02:26 -04:00 |
Christopher Goes
|
55c82e44a2
|
export-stake command works
|
2018-04-27 20:00:58 -04:00 |
Christopher Goes
|
203d2c19cc
|
Add export command to stake module
|
2018-04-27 20:00:58 -04:00 |
Christopher Goes
|
0436d890c7
|
Add candidates & bonds to stake module genesis
|
2018-04-27 20:00:58 -04:00 |
Christopher Goes
|
f71191e402
|
Add simple WriteGenesis for stake & cool modules
|
2018-04-27 20:00:58 -04:00 |
rigelrozanski
|
bffb0132a5
|
lint fix, add make test_lint
|
2018-04-27 15:20:12 -04:00 |
rigelrozanski
|
260ab69e4f
|
cleanup, move simplestaking to democoin
|
2018-04-26 22:59:30 -04:00 |
rigelrozanski
|
201908949a
|
stake init overhaul
|
2018-04-26 14:26:39 -04:00 |