Commit Graph

260 Commits

Author SHA1 Message Date
Zach Ramsay
d7d09f3fea docs: cleanup 2018-04-19 12:03:17 -04:00
Zach Ramsay
15011eaf22 docs: use correct binary 2018-04-19 12:03:17 -04:00
Zach Ramsay
6a7dc0966f docs: update binary 2018-04-19 12:03:17 -04:00
Zach Ramsay
f386946d4c docs update part 1 2018-04-19 12:03:17 -04:00
Ethan Buchman
266ea5ce82 docs cleanup 2018-04-19 12:03:17 -04:00
Jae Kwon
186ee72c0c Update documentation 2018-04-12 16:22:44 -07:00
Jae Kwon
923742622a Fix docs; Bump version; Fix makefile 2018-04-07 00:08:53 -07:00
Ethan Buchman
4bfa40adbd
Merge pull request #465 from cosmos/improve_staking_spec
WIP: Staking Specification
2018-03-20 01:14:58 +01:00
mossid
2c0b172653 apply comments 2018-03-20 00:22:49 +01:00
Joon
7e4e164518
Merge branch 'develop' into joon/ibc-mvp1 2018-03-19 22:14:13 +01:00
Ethan Buchman
8231fd4f04
Merge branch 'develop' into matt/ibc-spec 2018-03-19 21:37:32 +01:00
Adrian Brink
54b162f5c3
Merge branch 'develop' into joon/ibc-mvp1 2018-03-18 17:11:34 +01:00
Adrian Brink
95a5a7c9a0
IBC implementation almost done 2018-03-18 13:32:16 +01:00
Fabian Weber
7246a80e38 updated swagger 2018-03-17 22:17:56 +01:00
Fabian
8aec254333 add add key test 2018-03-17 22:14:19 +01:00
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
Adrian Brink
c409455150
IBC module 2018-03-15 14:54:44 +01:00
Zarko Milosevic
5b0e222639 Add spec of the basic staking features 2018-03-14 17:48:52 +01:00
mossid
1cb795ba73 structure 2018-03-14 13:11:33 +01:00
mossid
5ebdff2e5e packetdata->payload 2018-03-13 20:28:38 +01:00
mossid
ded9de18cf add term description, packetdata abstraction in 2/3 2018-03-13 20:22:03 +01:00
mossid
ac004be491 merge storeKeys 2018-03-13 19:55:38 +01:00
mossid
259400cbda in progress 2018-03-13 19:47:02 +01:00
mossid
2217aaf54f router -> dispatcher, get rid of sdk.Msg 2018-03-13 19:39:06 +01:00
mossid
a9064c97c3 remove leftover in mvp3 2018-03-13 19:08:16 +01:00
mossid
8b55006fca fill mvp1/2/3 2018-03-13 19:05:27 +01:00
mossid
927b869db9 refactor spec structure 2018-03-13 17:10:26 +01:00
Adrian Brink
e42aca05eb Extend IBC specification 2018-03-13 16:21:24 +01:00
mossid
9be287ced1 add ibc2.md 2018-03-13 16:21:24 +01:00
Matt Bell
83ce0ed1f9 Added IBC MVP spec 2018-03-13 16:21:24 +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