Commit Graph

229 Commits

Author SHA1 Message Date
Christopher Goes
1f8ef62d28
Swap to panic/recover version 2018-05-16 01:13:48 +02:00
Christopher Goes
af379b6cf6
Linter fixes 2018-05-16 01:13:48 +02:00
Christopher Goes
ddb3b36b7b
Pass gas consumed back in result struct 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
46f9445f06
Add gas limit / gas consumed to context 2018-05-16 01:13:47 +02: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
5da41a6c88 types: modify bad syntax for struct tag value 2018-05-13 17:34:56 +08: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
f103cd412d
Linter fix 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
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
Jae Kwon
cb2491bbb8 Use GoAmino 0.9.9 and change impl of Rational.MarshalAmino 2018-05-01 11:31:56 -07:00
Christopher Goes
2376f231c2
Rebase, update changelog & testcase 2018-05-01 14:00:23 +02:00
Christopher Goes
36e096d4bb
Update testcase after rebase 2018-05-01 13:52:49 +02:00
Christopher Goes
db3a82fc97
Update changelog, add simple testcase 2018-05-01 13:52:49 +02:00
Christopher Goes
ad6c7f0be4
Remove MemLogger, update baseapp 2018-05-01 13:52:49 +02:00
Christopher Goes
c7cd21955a
Add MemLogger 2018-05-01 13:52:49 +02: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
Christopher Goes
a6589949fb
Remove unnecessary code 2018-05-01 00:19:28 +02:00
Sunny Aggarwal
9f4f35a6db
removed Get from account 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
rigelrozanski
4a834ae9c5 rational cleanup 2018-04-30 17:39:13 -04:00
rigelrozanski
ce32117399 rational embedes bigRat 2018-04-30 17:21:14 -04:00
rigelrozanski
318e924145 refactor 2018-04-27 20:36:11 -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
ff66629b68 Example WriteGenesis implementation 2018-04-27 20:00:58 -04:00
rigelrozanski
260ab69e4f cleanup, move simplestaking to democoin 2018-04-26 22:59:30 -04:00
mossid
06d47bebed add comments for golint 2018-04-25 14:45:22 +02:00
mossid
8ff316c99e merge from develop 2018-04-25 14:15:34 +02:00
mossid
87edaa80d4 add comments, clarify Iterate() 2018-04-25 13:44:29 +02:00
mossid
88a11ec0bb apply requests 2018-04-20 23:25:43 +02:00
mossid
91767fc6d3 add GenericMapper 2018-04-19 21:07:56 +02:00
mossid
e00d03aabd in progress 2018-04-19 21:07:56 +02:00
mossid
1b72a6c40d apply requests 2018-04-19 21:07:56 +02:00
mossid
373e408fad expose QueueInfo 2018-04-19 21:07:56 +02:00
mossid
fbfdbd4266 stdlib -> lib 2018-04-19 21:07:56 +02:00
mossid
2c10c868f4 prefixed storekey 2018-04-19 21:07:56 +02:00
mossid
cc07dce8f2 mock store 2018-04-19 21:07:56 +02:00
mossid
36c6f72690 add comment & write test for Iterate()s 2018-04-19 21:07:56 +02:00
rigelrozanski
5c78c382f9 stdlib linting 2018-04-19 13:04:40 -04:00
rigelrozanski
d28efaac27 many renames / golint compliance 2018-04-19 00:49:24 -04:00
rigelrozanski
c63a545206 stake handler tests 2018-04-18 12:19:35 -04:00
Christopher Goes
f8e44b5b00 Error codespacing (#809)
* Initial codespacing layout (ref #766)
* Add codespace to Router (ref #766)
* Implement Codespacer and update modules
* Default codespaces, testcases
* Update error formatting, codespacer tests
* Add RegisterOrPanic testcase
* Update CHANGELOG
2018-04-17 19:16:21 -07:00
Christopher Goes
3bbb15f454
Add tx to feeHandler, move around in example apps 2018-04-16 14:58:19 +02:00