Commit Graph

316 Commits

Author SHA1 Message Date
Ethan Frey
a8d3b3ef19
Correct spelling
This reverts commit 3c7d194a7f1bc53b60cf09473f0ac50d2192e2af.
2018-04-17 16:28:33 +02:00
Adrian Brink
32ffd2d316
Review the IBC specification 2018-04-17 16:28:33 +02:00
Ethan Frey
ecb1f93e19
Join appendices into one file 2018-04-17 16:28:33 +02:00
Ethan Frey
cdf08ecdb7
Fix typos 2018-04-17 16:28:33 +02:00
Ethan Frey
f5a45a94f6
Clean up optimization section 2018-04-17 16:28:33 +02:00
Ethan Frey
1feb84e272
Cleaned up queue section 2018-04-17 16:28:33 +02:00
Ethan Frey
cc17a3e963
Clean up all formulas in proofs 2018-04-17 16:28:32 +02:00
Ethan Frey
97e61a6f7b
Break IBC spec into multiple md files 2018-04-17 16:28:32 +02:00
Ethan Frey
7610cca7c9
Rough import of google doc to markdown 2018-04-17 16:28:32 +02:00
Ethan Frey
06ec4b4a1a
Added protobuf specifications for ibc messages 2018-04-17 16:28:32 +02:00
Ethan Frey
f40335342f
Started IBC spec 2018-04-17 16:28:32 +02: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
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
Ethan Buchman
b4e4881261 docs: more on txs, context, handlers 2018-01-21 23:21:19 -08:00
Ethan Buchman
94999ad455 docs: Msg and Tx 2018-01-21 23:21:19 -08:00
Jae Kwon
f942cb4340 WIP: Add docs 2018-01-20 22:10:41 -08:00
Ethan Buchman
228b90eb7e README makeover 2018-01-17 19:15:07 -05:00
Jae Kwon
df325ceaef Move docs 2017-10-31 18:02:16 -05:00
Ethan Frey
7926a6494d Update ibc test script for new commands 2017-10-25 19:35:36 +02:00
Zach Ramsay
7f4e2ab681 docs: add basecoin-kubernetes from medium 2017-09-04 13:04:51 -04:00
Zach Ramsay
2738c22798 docs: edits for rst & other cleanup 2017-09-04 13:04:51 -04:00
Zach Ramsay
e60b311796 docs: rtd working 2017-09-04 13:04:51 -04:00
Zach Ramsay
085d0cb44e docs: rename all files from .md to .rst 2017-09-04 13:04:51 -04:00
Zach Ramsay
ae928d0de9 docs: init sphinx for RTD 2017-09-04 13:04:34 -04:00
Ethan Frey
d22c08b12a Store shunit2 in the repo, no dangerous wget each test 2017-09-04 16:50:09 +02:00
Ethan Frey
21cc189043 moved counter to examples dir 2017-09-04 16:50:09 +02:00
rigelrozanski
9ca7ad2c32 hotfix counter app typo 2017-08-31 17:23:39 -04:00
Zach Ramsay
c9a620d107 docs: address moar comments & re-add (modified) inspiration 2017-08-31 13:33:46 -04:00