Aditya Sripal
c79e130d0f
jae comments
2018-08-16 12:07:09 -07:00
Aditya Sripal
599b8ba4cf
Fix bug, clearer logic
2018-08-15 13:54:03 -07:00
Aditya Sripal
7539e212ee
more readable pseudo
2018-08-07 17:04:22 -07:00
Aditya Sripal
feb9a22663
Cleaned up spec further
2018-08-07 17:02:28 -07:00
Aditya Sripal
2ac55ebb1d
even better pseudocode
2018-08-06 15:23:47 -07:00
Aditya Sripal
d56e3a7ef9
better pseudocode
2018-08-06 13:03:58 -07:00
Aditya Sripal
9c1918efdc
improve readability
2018-08-03 13:16:41 -07:00
Aditya Sripal
10b2e830a2
addressed comments, added formulas for easy verification
2018-08-03 13:12:34 -07:00
Aditya Sripal
d4d7658166
New idea for spec
2018-07-31 18:11:19 -07:00
Aditya Sripal
41130f8742
Addressed basic comments
2018-07-30 13:25:44 -07:00
Aditya Sripal
89494ef73e
improve readability
2018-07-29 19:35:23 -07:00
Aditya Sripal
69d1fe2fb1
clarify requirements
2018-07-29 19:33:17 -07:00
Aditya Sripal
39d1cf69b5
simplify spec
2018-07-29 19:29:54 -07:00
Aditya Sripal
3445a85aad
initial progress on vesting spec
2018-07-27 18:35:21 -07:00
Aditya
74e06d8b96
Merge PR #1841 : Must specify amount flag
...
* Removed default value for staking. Must now specify amount flag or it will error
* add to pending and better error msg
2018-07-26 23:41:24 +02:00
Aditya
671d8494b4
Merge PR #1682 : Docs example app tests
2018-07-24 06:13:55 +02:00
Aditya
28cbca7d63
Merge branch 'develop' into aditya/cleanup
2018-07-20 17:05:12 -07:00
Aditya Sripal
48885b4093
merge
2018-07-19 11:38:44 -07:00
Aditya Sripal
1e87b5e02e
remove old comment
2018-07-19 11:36:36 -07:00
Aditya Sripal
5015c46e06
revert change to queryApp encoding
2018-07-19 11:35:31 -07:00
Aditya Sripal
7c41e8cbc0
revert change to gopkg.lock
2018-07-18 18:44:38 -07:00
Aditya Sripal
20ce656ac0
update pending
2018-07-18 18:21:22 -07:00
Aditya Sripal
971cfc6638
add to pending changelog
2018-07-18 17:49:54 -07:00
Aditya Sripal
218c9b3702
Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into aditya/cleanup
2018-07-18 17:48:15 -07:00
Aditya Sripal
8cdbc4b267
fix baseapp docs
2018-07-18 16:37:02 -07:00
Aditya Sripal
46b87666bd
fmt
2018-07-18 16:34:15 -07:00
Aditya Sripal
ca5e1591b1
update documentation
2018-07-18 16:32:50 -07:00
Aditya Sripal
81f3e794fe
make breaking changes
2018-07-18 16:24:16 -07:00
Aditya Sripal
198aef2924
revert changes to gaia to ensure non-breaking
2018-07-17 14:16:33 -07:00
Aditya Sripal
5b98a3da48
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into aditya/cleanup
2018-07-13 17:22:56 -07:00
Aditya Sripal
cd23f8b370
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into aditya/cleanup
2018-07-13 12:35:55 -07:00
Aditya Sripal
ddd4deda7d
ignore linter
2018-07-13 11:12:29 -07:00
Aditya Sripal
aa3a64d289
Test recover in ante
2018-07-13 10:53:12 -07:00
Aditya Sripal
f6d5c85049
Added recover to standard antehandler
2018-07-12 19:38:22 -07:00
Aditya Sripal
cb9c7fecee
remove false promise
2018-07-12 19:12:04 -07:00
Aditya Sripal
4751727351
fmt
2018-07-12 19:06:54 -07:00
Aditya Sripal
ade7186ffb
minor cleanup
2018-07-12 19:06:05 -07:00
Aditya Sripal
98c19516c5
merge
2018-07-12 18:34:54 -07:00
Aditya Sripal
fa31165438
Refactor BaseApp without breaking change
2018-07-12 18:32:48 -07:00
Aditya
b195c556e2
Merge pull request #1600 : Friend can create validator and delegate on behalf of genesis validator
...
* Added msg and handling for surrogate create validator
* changelog and error fix
* fix changelog
* Remove unnecessary msg by combining into CreateValidator
* Refactor
* Appease linter
* Added onbehalfof functionality in client
* fmt
* Added gaia onbehalfof test
* Update test for onbehalfof validator creation
* fix test
* Fix flag error
* Add app test
* fmt
* Fixed signer for onbehalfof createvalidator
* Fix error msg
* Simplify test
* fmt
2018-07-10 20:16:37 -04:00
Aditya Sripal
4e2eb240f3
Appease linter
2018-06-28 15:08:39 -04:00
Aditya Sripal
e3f38b6f6c
Added some documentation
2018-06-28 15:08:34 -04:00
Aditya Sripal
98be0e7f76
Improved apps with better handling/routing and simpler MsgIssue
2018-06-28 15:08:30 -04:00
Aditya
9b4838d96e
Merge PR #1367 : Set ChainID on InitChain
...
* Added chain-id to context in InitChain
* Fix bug in test
* fmt
* Appease linter
* updated changelog
* Remove chainID hack
* setCheckState in InitChain
* Fix bug
* Fix initialization errors in example tests
* Initialize app tests with default stake genesis
* fix comments
2018-06-28 00:45:10 +02:00
Aditya Sripal
41c61d2cc7
Revert changes to app1 router
2018-06-27 07:15:30 -04:00
Aditya Sripal
e11e469340
Initialize coin metadata in app4 and fmt
2018-06-27 07:15:30 -04:00
Aditya Sripal
c0445e52b0
Remove unnecessary fields from simple account
2018-06-27 07:15:30 -04:00
Aditya Sripal
d1c9b8bdb9
Finish app1-3, app4 done minus staking
2018-06-27 07:15:30 -04:00
Aditya Sripal
05db92f154
Added handler to app1
2018-06-27 07:15:30 -04:00
Aditya
f049a56376
Merge PR #1266 : Multiple messages
...
* Started work on multiple msgs, types and x/auth tests pass
* Fix issues in x, examples, and baseapp
* Added baseapp tests for multiple msgs
* Documentation fixes
* Fix baseapp tests with sdk.Int
* Modify test
* Transaction handling is now atomic
* Fix test comment
* Minor doc fixes and code cleanup
* Added baseapp result changes
* Use address in validator update accumulation
* Started work on multiple msgs, types and x/auth tests pass
* Fix issues in x, examples, and baseapp
* Added baseapp tests for multiple msgs
* Documentation fixes
* Fix baseapp tests with sdk.Int
* Modify test
* Transaction handling is now atomic
* Fix test comment
* Minor doc fixes and code cleanup
* Added baseapp result changes
* Use address in validator update accumulation
* Added ante tests for multisigner
* Remove validatorUpdates from tx result
* Better error logs
* Put Memo in StdSignBytes and formatting
* Updated changelog
2018-06-22 00:05:25 +02:00
Aditya Sripal
eb5113af55
Added documentation to guide
2018-06-14 19:18:48 -07:00