Commit Graph

1912 Commits

Author SHA1 Message Date
Ethan Frey
d694dbe7c1 Add first server command tests 2018-03-01 02:36:08 +00:00
Ethan Frey
cdd33aa04b mock app tests now work 2018-03-01 02:36:08 +00:00
Ethan Frey
3ea9634291 Test init/query mock app 2018-03-01 02:34:05 +00:00
Ethan Frey
1f31fbeea8 Start writing test scaffold to test server 2018-03-01 02:34:05 +00:00
Ethan Frey
f93947f3ab Update tendermint, can parse genesis in start 2018-03-01 02:34:05 +00:00
Ethan Frey
603c358574 Fix up server app_options initialization 2018-03-01 02:31:17 +00:00
Ethan Frey
94ddda6a1f Copy init code from tendermint so it runs properly 2018-03-01 02:31:17 +00:00
Ethan Frey
4e91a0db89 Add cli to basecoind, fix compatability issues 2018-03-01 02:31:17 +00:00
Ethan Frey
c0f9a6f1cb Update dependencies to import tendermint 2018-03-01 02:30:14 +00:00
Ethan Frey
09e07bb44a Extracted initialization logic into server, default option generation in gaia 2018-03-01 02:30:14 +00:00
Ethan Frey
438d18e059 Pulled most of gaiad into server, with rough implementation 2018-03-01 02:30:13 +00:00
Ethan Frey
a99d913982 Extract version command to common location 2018-03-01 02:30:13 +00:00
Ethan Frey
d1fc3d6801 Add overview 2018-03-01 02:30:13 +00:00
Rigel
2a3990d713
Merge pull request #511 from cosmos/adrian/multiple_routes
WIP: Add multiple routes simultaneously
2018-02-28 17:42:36 +00:00
Adrian Brink
40c3465ec5 Add multiple routes simultaneously
closes #329
2018-02-28 17:27:20 +00:00
gamarin
66c89143be Little fix deposit tx 2018-02-28 15:15:10 +01:00
Ethan Buchman
55730270e5 basecoin: remove glide 2018-02-28 00:04:20 -05:00
Ethan Buchman
ed88100f15
Merge pull request #515 from cosmos/bugfix/remove-basecoin-extra-vendor
Remove errant basecoin vendor mess
2018-02-27 23:57:38 -05:00
Ethan Buchman
36e0d332e1
Merge pull request #523 from cosmos/bucky/baseapp-state-obj
baseapp: introduce checkState and deliverState to wrap their ms and ctx
2018-02-27 23:56:30 -05:00
Ethan Buchman
2cefcf9e6c baseapp: introduce checkState and deliverState to wrap their ms and ctx 2018-02-27 23:46:27 -05:00
Ethan Buchman
0a87bfa26f
Merge pull request #521 from cosmos/bucky/fix-multistore-load
baseapp: fix restarting
2018-02-27 23:19:43 -05:00
Ethan Buchman
588acc272e baseapp: dont save header for now. use DeliverTx state in InitChain (fixes #474) 2018-02-27 23:07:54 -05:00
Ethan Buchman
7f44470ad5 baseapp: save header on commit. fixes #507 2018-02-27 22:29:26 -05:00
Ethan Buchman
d6fcb797e4
Merge pull request #514 from cosmos/fabo/383-rest-api
Add REST API spec
2018-02-27 19:58:13 -05:00
Ethan Buchman
57e8030b55
Merge pull request #510 from cosmos/adrian/checktx
REVIEW: Don't abort after AnteHandler if CheckTx
2018-02-27 19:55:46 -05:00
Ethan Buchman
5d52ceb111
Merge pull request #499 from cosmos/feature/get-commit-kv-store
REVIEW: Add GetCommitKVStore and CommitKVStore
2018-02-27 19:27:53 -05:00
Ethan Buchman
a91bcaf4f2
Merge pull request #488 from cosmos/moar-tests
REVIEW: baseapp: start TestInfo
2018-02-27 19:11:49 -05:00
Ethan Buchman
e519ccb1fb
Merge pull request #498 from cosmos/makefile
MERGE: makefile: dont use sub vendor deps
2018-02-27 16:28:55 -05:00
gamarin
0012f42057 Remove governance GovPubKey 2018-02-27 18:55:04 +01:00
Ethan Frey
babbf0635f Remove errant basecoin vendor mess 2018-02-27 17:44:20 +01:00
gamarin
38975ac695 Remove map from Proposal struct 2018-02-27 16:04:44 +01:00
Fabian
0cafd75351
Create lcd-rest-api.yaml 2018-02-27 13:08:23 +01:00
gamarin
02435bb1f8 From two processes to one process (jae's pick) 2018-02-26 18:15:48 +01:00
gamarin
aa19612dd0 Improve store description 2018-02-26 17:28:57 +01:00
gamarin
3071f05d0e remove governance.md 2018-02-26 16:40:25 +01:00
gamarin
275abe56e7 Split in multiple files 2018-02-26 16:36:09 +01:00
gamarin
48bd59eee3 Split in multiple files 2018-02-26 16:35:09 +01:00
gamarin
798b2b6ea3 Add Readme 2018-02-26 16:07:17 +01:00
Adrian Brink
d0539d5e9d
Review Governance specification 2018-02-26 12:27:26 +01:00
Adrian Brink
d79473d1ab
Go through all tests 2018-02-26 11:59:48 +01:00
Adrian Brink
ec4711afd8
Don't abort after AnteHandler if CheckTx
Currently we are aborting running a transaction after the AnteHandler in
case it is a checkTx. This means that the handler never gets the chance
to check the validity of a transaction. Furthermore the AnteHandler
should not handle CheckTx logic.

The AnteHandler should handle global validation, whereas each Handler
should handle module validation.
2018-02-25 21:59:11 +01:00
Ethan Buchman
834f98c692
Merge pull request #500 from cosmos/docs_handlers
Clarify AnteHandler and MsgHandler
2018-02-21 15:13:30 -05:00
Adrian Brink
5c2758b8df
Clarify AnteHandler and MsgHandler 2018-02-21 20:16:22 +01:00
gamarin
dd0695afa0 Small fixes 2018-02-21 17:45:23 +01:00
Ethan Buchman
e4ba2f83a2 makefile: dont use sub vendor deps 2018-02-21 09:53:14 -05:00
Jae Kwon
7f4bcff3cf Add GetCommitKVStore and CommitKVStore 2018-02-21 09:49:33 -05:00
Ethan Buchman
53812a2076
Merge pull request #490 from cosmos/basecoin-install-patch
basecoin get_tools
2018-02-21 00:17:46 -05:00
Ethan Buchman
e18d8ea558
Merge pull request #493 from cosmos/sed-dummy-kvstore
rename dummy to kvstore
2018-02-21 00:10:16 -05:00
Ethan Buchman
d69d3d8149 dev version 2018-02-20 23:14:58 -05:00
Ethan Buchman
8ccf055ca1
Merge pull request #496 from cosmos/release-v0.10.0
version and changelog
2018-02-20 22:50:46 -05:00