Commit Graph

1888 Commits

Author SHA1 Message Date
Christopher Goes
dc2c638f7f
Move specification.md to README.md, cleanup overview, separate MVP directory 2018-04-17 16:28:33 +02:00
Christopher Goes
6500728dd2
Rebase onto develop 2018-04-17 16:28:33 +02:00
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
Christopher Goes
0f2aa6bb14
Merge pull request #852 from cosmos/cwgoes/fee-account
Implement fee handler function in AnteHandler, add default BurnFeeHandler
2018-04-17 01:12:45 +02:00
Christopher Goes
e3045fd57d
Update changelog 2018-04-17 01:07:56 +02: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
7fafa9e021
Add testcases 2018-04-16 14:00:01 +02:00
Christopher Goes
e870163ec0
Implement fee pool pseudo-account in sdk.AccountMapper 2018-04-16 13:59:56 +02:00
Christopher Goes
b846559ac1
Merge pull request #859 from cosmos/jae/fixrmssubstores
Support namespacing within RMS db
2018-04-15 02:35:15 +02:00
Christopher Goes
49b8978454 Swap all examples & testcases to use automatic DB namespacing 2018-04-14 17:05:50 -07:00
Jae Kwon
62d63c9483
Update README.md 2018-04-13 02:47:46 -07:00
Jae Kwon
62112eab17
Merge branch 'develop' into jae/fixrmssubstores 2018-04-13 02:06:27 -07:00
Jae Kwon
d530ee2abc Fix MountStoreWithDB(); Bump to 0.15.0-rc0 2018-04-13 02:04:31 -07:00
Jae Kwon
eb25943c58 ... 2018-04-12 16:24:34 -07:00
Jae Kwon
186ee72c0c Update documentation 2018-04-12 16:22:44 -07:00
Jae Kwon
5883c0e942 Support namespacing within RMS db 2018-04-12 15:56:41 -07:00
Rigel
8aaf1b659e
Merge pull request #847 from cosmos/cwgoes/misc-cli-fixes
Address PR comments on #812
2018-04-11 12:32:37 -04:00
Christopher Goes
25d0fb593c
Address PR comments 2018-04-11 17:48:15 +02:00
Rigel
5212ac02e4
Merge pull request #812 from cosmos/cwgoes/misc-cli-fixes
Misc CLI fixes
2018-04-11 11:42:38 -04:00
Christopher Goes
885b6dc63e
Merge pull request #839 from cosmos/cwgoes/fix-ibc-relay
Recreate RPC client on WithNodeURI
2018-04-11 13:49:21 +02:00
Christopher Goes
24f3a3a71c
Recreate RPC client on WithNodeURI 2018-04-11 11:25:52 +02:00
Christopher Goes
3581a4d079
Merge pull request #835 from cosmos/cwgoes/dockerify
Add basic Dockerfile to build all binaries and export gaiad
2018-04-11 11:00:20 +02:00
rigelrozanski
c741be16ce next sequence comment, CHANGELOG updates 2018-04-10 17:45:23 -04:00
Rigel
9d90c6b8f7
Merge pull request #837 from cosmos/joon/824-cachecontext
Add CacheContext
2018-04-10 16:05:08 -04:00
rigelrozanski
bdc7fe56ba cachecontext comments and changelog update 2018-04-10 15:44:49 -04:00
Christopher Goes
8dd612c38a
Address PR comments 2018-04-10 18:48:47 +02:00
Joon
1c8094c6bd
Update context.go 2018-04-10 17:07:54 +02:00
mossid
8ed15f7e9d typo 2018-04-10 17:06:02 +02:00
mossid
442e677300 add CacheContext 2018-04-10 17:04:27 +02:00
Christopher Goes
22372bfffd
Add basic Dockerfile to build all binaries and export gaiad 2018-04-10 12:39:47 +02:00
Ethan Buchman
3f2a8e789a changelog 2018-04-10 12:25:13 +03: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
Christopher Goes
bd626ba94e
Helper function 2018-04-10 11:16:30 +02:00
Christopher Goes
ec98545a1b
Default to next sequence number (closes #807) 2018-04-10 11:16:30 +02:00
Christopher Goes
0be655b122
Automatically determine chainID, throw error if not provided (closes #810) 2018-04-10 11:16:29 +02:00
Rigel
e588ebfa9a
Merge pull request #821 from cosmos/adrian/deadcode
Remove deadcode
2018-04-09 20:34:50 -04:00
Rigel
18ac0f99d1
Merge pull request #767 from cosmos/sunny/IAVLsubspace
KVStore Subspaces
2018-04-09 20:22:38 -04:00