Commit Graph
231 Commits
Author SHA1 Message Date
Ethan Buchman ad705fdea1 bump version
added rest server and status endpoint

added get block endpoint

added latest block endpoint

add 404 if height is out of bounds

add version endpoint

add validators endpoint

export GetBlockHeight

add keys endpoints

add txs endpoints

added verb limiters to ednpoints

only output node info + json structure improvement

fixed wrong body parsing

github PR template

crypto.Address -> sdk.Address

revert to old go-wire

update glide

remove print statement and update glide

fix #554

add .DS_Store to .gitignore

Massive consolidation: queue, data storage struct, store, logic, ...

Small fixes
2018-03-17 22:14:19 +01:00
Ethan Buchman eb23803833 remove tx.GetFeePayer 2018-03-17 18:34:06 +01:00
Zaki Manian 9afe696bf4 Replace glide with dep 2018-03-08 19:48:17 +00:00
Ethan Buchman d3ffd303c4 Merge pull request #495 from cosmos/improve_governance_spec
WIP: Governance Specification
2018-03-03 22:24:52 -05:00
gamarin 5ff1f0c5f8 Add submitter in proposal struct 2018-03-02 12:08:18 +01:00
Ethan Buchman 62d6a5de46 crypto.Address -> sdk.Address 2018-03-02 02:49:07 -05:00
gamarin 7ca150fd40 Remove .DS_Store 2018-03-01 18:29:46 +01:00
gamarin 9820f5b45c Removed stores, change address to PubKey, fixes, ... 2018-03-01 17:21:35 +01:00
gamarin 66c89143be Little fix deposit tx 2018-02-28 15:15:10 +01: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
gamarin 0012f42057 Remove governance GovPubKey 2018-02-27 18:55:04 +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
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
gamarin d0e458f3bc Massive consolidation: queue, data storage struct, store, logic, ... 2018-02-20 18:40:01 +01:00
zramsay e1e886a0fc s/dummy&Dummy/kvstore&KVStore/g 2018-02-19 22:17:06 +00:00
Ethan Buchman 6f4ffab6e8 docs: notes about the different apps 2018-02-18 20:54:55 -05:00
Ethan Buchman 3bb3c8406a docs: minor fix 2018-02-13 09:14:04 -05:00
Zach Ramsay 07008f3103 nit 2018-02-13 09:12:23 -05:00
Zach Ramsay 53ad094f98 docs: fix links 2018-02-13 09:12:23 -05:00
Zach Ramsay ca5e837e54 docs: prettify & organize 2018-02-13 09:12:23 -05:00
Zach Ramsay fd5dfc5944 docs: remove middleware section 2018-02-13 09:12:23 -05:00
Zach Ramsay 515ad58dfb fix gaia keys doc 2018-02-13 09:12:23 -05:00
Zach Ramsay 5e473f30d7 comment out basecoin binary stuff until it's built 2018-02-13 09:12:23 -05:00
Zach Ramsay 6af049ad00 fix build errors 2018-02-13 09:12:23 -05:00
Zach Ramsay 31843aa56c docs: .rst formatting & image 2018-02-13 09:12:23 -05:00
Zach Ramsay 02e66992be more dumb rebase fixes 2018-02-13 09:12:23 -05:00
Zach Ramsay 860cf229b0 rm more shelldown 2018-02-13 09:12:23 -05:00
Zach Ramsay 22ed04c896 docs: remove shelldown FTTB 2018-02-13 09:12:23 -05:00
Zach Ramsay e6b0983e53 docs: use x dir for extensions 2018-02-13 09:11:14 -05:00
Zach Ramsay b655d902de docs: remove reference to middleware/isolation 2018-02-13 09:11:14 -05:00
Zach Ramsay 5ed30b2a62 docs: s/plugin/extensions/g, #326 2018-02-13 09:11:14 -05:00
Zach Ramsay e30c8d8a7c docs: more re-org 2018-02-13 09:11:14 -05:00
Zach Ramsay 4401b2afc0 docs: remove 'roles' 2018-02-13 09:11:14 -05:00
Zach Ramsay 670f833233 docs: ongoing organization 2018-02-13 09:11:12 -05:00
Zach Ramsay ef65ff7b22 remove stdlib.rst 2018-02-13 09:08:16 -05:00
Ethan Buchman 8864bc2a20 add spec dir 2018-02-11 12:17:40 -05:00
Jae Kwon 3b09a3033a Review feedback from Adrian 2018-01-28 15:20:45 -08:00
Jae Kwon c368b1062c Add docs/design.md; Add sketchy for illustration 2018-01-28 15:20:45 -08:00
Jae Kwon 2246a9c68b Fix guide docs 2018-01-27 17:34:43 -08:00
Jae Kwon 8650fd70c9 Update docs (#372)
Update docs/design.md and docs/basics.md
2018-01-22 06:49:59 -08:00