Commit Graph

58 Commits

Author SHA1 Message Date
Christopher Goes
2376f231c2
Rebase, update changelog & testcase 2018-05-01 14:00:23 +02:00
Christopher Goes
62fc3e2c49
Context-accessible logger field 2018-05-01 13:52:49 +02:00
Christopher Goes
a6589949fb
Remove unnecessary code 2018-05-01 00:19:28 +02:00
Sunny Aggarwal
af0e71fa0d
got rid of Get on Msg interface 2018-05-01 00:15:15 +02:00
rigelrozanski
318e924145 refactor 2018-04-27 20:36:11 -04:00
Christopher Goes
67961476b4 Fix testsuite 2018-04-27 20:06:50 -04:00
Christopher Goes
5759f6ab60 Use account store key 2018-04-27 20:05:58 -04:00
Christopher Goes
ad77affb53 Add IterateAccounts & account export 2018-04-27 20:04:29 -04:00
Christopher Goes
10d2e5ae40 Move generateApp & exportApp to baseapp/helpers 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
88b364d5a0 Minor bugfix 2018-04-27 20:03:43 -04:00
Christopher Goes
9746260d1d Add testcases 2018-04-27 20:03:43 -04:00
Christopher Goes
724c1eced5 Minor cleanup 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
f71191e402 Add simple WriteGenesis for stake & cool modules 2018-04-27 20:00:58 -04:00
Christopher Goes
ff66629b68 Example WriteGenesis implementation 2018-04-27 20:00:58 -04:00
Rigel
ef88ca4c21
Merge pull request #924 from cosmos/rigel/cleanup
cleanup, move simplestaking to democoin
2018-04-27 19:00:45 -04:00
rigelrozanski
260ab69e4f cleanup, move simplestaking to democoin 2018-04-26 22:59:30 -04:00
rigelrozanski
54a5869efd added used of cobra arg constraints 2018-04-26 17:32:20 -04:00
rigelrozanski
b9477ecbbe init refactor uses genesis transaction now 2018-04-26 14:26:39 -04:00
rigelrozanski
201908949a stake init overhaul 2018-04-26 14:26:39 -04:00
rigelrozanski
246e4bdac3 renames 2018-04-26 14:26:39 -04:00
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
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
d28efaac27 many renames / golint compliance 2018-04-19 00:49:24 -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
474fa1dfd1
Switch to BurnFeeHandler 2018-04-17 01:06:07 +02:00
Christopher Goes
3bbb15f454
Add tx to feeHandler, move around in example apps 2018-04-16 14:58:19 +02:00
Christopher Goes
39ee95abe4
Refactor to use FeeHandler function 2018-04-16 14:15:03 +02:00
Christopher Goes
49b8978454 Swap all examples & testcases to use automatic DB namespacing 2018-04-14 17:05:50 -07:00
Christopher Goes
c7b680a545
Address PR comments 2018-04-10 11:16:30 +02:00
Christopher Goes
7383c99026
Add AutoSequence to all transaction-sending commands 2018-04-10 11:16:30 +02:00
Jae Kwon
c4bc888375 Fix almost all tests 2018-04-07 00:02:00 -07:00
Jae Kwon
6c845e4ecd Comment Capitalization. 2018-04-06 21:48:54 -07:00
Jae Kwon
49fdf80d9d WIP commit 2018-04-06 17:25:08 -07:00
Christopher Goes
bbda5b43dd
Update mine command usage information 2018-04-05 18:26:09 +02:00
Ethan Buchman
a21eeae5ea democli: add cool and pow commands 2018-04-05 18:45:38 +03:00
Ethan Buchman
ebe38c91f4
Merge pull request #792 from cosmos/cwgoes/pow-module
Add PoW module to Democoin
2018-04-05 16:30:06 +03:00
Christopher Goes
d99f4f3c14
PoW InitGenesis; testcases 2018-04-05 15:16:54 +02:00
Christopher Goes
d47f271459
Mount store; add testcases 2018-04-05 14:13:11 +02:00
Ethan Buchman
9b5babba81 sort coins in genesis 2018-04-05 14:55:10 +03:00
Christopher Goes
21fe81720a
Merge old PoW module into Democoin 2018-04-05 13:45:58 +02:00
Ethan Buchman
1f93e965fb add log_level flag 2018-04-05 14:16:20 +03:00
Ethan Buchman
4dfc5c0852 fix democoind init. use rootCmd 2018-04-05 13:42:04 +03:00
Ethan Buchman
9fbbdbbe0f server: consolidate files 2018-04-05 13:31:33 +03:00
Ethan Buchman
609ea0d0f0 more daemon refactoring 2018-04-05 13:24:53 +03:00
Christopher Goes
74a2246b3e
Pass logger and config through CLI context (closes #725) 2018-04-05 11:20:05 +02:00