Ethan Buchman
|
4bdcad572b
|
remove gasLimit from NewContext
|
2018-05-15 22:19:09 -04:00 |
Christopher Goes
|
4134bf922c
|
Address PR comments
|
2018-05-16 02:06:17 +02:00 |
Christopher Goes
|
4775437426
|
Unexport verifyCost
|
2018-05-16 01:15:22 +02:00 |
Christopher Goes
|
38716d5edc
|
ConsumeGas for pubkey.VerifyBytes
|
2018-05-16 01:14:31 +02:00 |
Christopher Goes
|
702ffafa06
|
Rebase
|
2018-05-16 01:14:30 +02:00 |
Christopher Goes
|
1c4ed7b833
|
Gas-wrap ctx.KVStore
|
2018-05-16 01:13:48 +02:00 |
Christopher Goes
|
1f8ef62d28
|
Swap to panic/recover version
|
2018-05-16 01:13:48 +02:00 |
Christopher Goes
|
f0e4d24ea3
|
Basic gas impl, quick testcase
|
2018-05-16 01:13:47 +02:00 |
Christopher Goes
|
efc7843fb9
|
Changes to bank keeper for gas
|
2018-05-16 01:13:47 +02:00 |
Christopher Goes
|
26991803ee
|
GasMeter & context updates
|
2018-05-16 01:13:47 +02:00 |
Christopher Goes
|
c81e37ce7a
|
Return tags on changePubkey
|
2018-05-15 23:40:01 +02:00 |
Sunny Aggarwal
|
ea6d3e8efc
|
should work maybe?
|
2018-05-15 16:52:30 -04:00 |
Rigel
|
64f445ed22
|
Merge pull request #985 from LLLeon/master
modify bad syntax for struct tag value
|
2018-05-14 10:29:11 -04:00 |
LLLeon
|
f1e441346a
|
x/bank: fix typo
|
2018-05-13 20:47:26 +08: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
|
2b707f6b0a
|
AppendTags a function of Tags
|
2018-05-10 17:37:12 +02:00 |
Christopher Goes
|
60b56f9b1c
|
Slight tags API changes (Jae comments)
|
2018-05-10 17:36:55 +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
|
9f4f35a6db
|
removed Get from account
|
2018-05-01 00:15:27 +02:00 |
Sunny Aggarwal
|
fdb610bea7
|
updated documentation
|
2018-05-01 00:15:27 +02:00 |
Sunny Aggarwal
|
754481af2c
|
got rid of Get on Msg interface
|
2018-05-01 00:15:27 +02:00 |
Sunny Aggarwal
|
ee2800ff6d
|
updated documentation
|
2018-05-01 00:15:27 +02: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 |
rigelrozanski
|
10ddd7a3d3
|
refactor export function, working
|
2018-04-27 20:06:50 -04:00 |
Christopher Goes
|
ad77affb53
|
Add IterateAccounts & account export
|
2018-04-27 20:04:29 -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 |