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
Rigel
9812c88b3c
Merge pull request #1853 from cosmos/cwgoes/staking-bugfix
...
Fix genesis bond intra-tx counter bug
2018-07-27 14:38:41 -04:00
Christopher Goes
79aeb2b4b9
Fix genesis bond intra-tx counter bug
2018-07-27 20:01:06 +02:00
Sunny Aggarwal
55ef898db8
Merge PR #1688 : Un-hardcode in governance parameters
2018-07-27 03:24:41 +02:00
Joon
d46140a392
Merge PR #1481 : Transient Stores
2018-07-27 03:24:18 +02: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
Jack Zampolin
12ef51dc7a
Add a Release Process for SDK ( #1803 )
...
* Add docs/RELEASE_PROCESS.md
* Address PR comments
2018-07-26 16:55:41 -04:00
Rigel
6c7e17a5de
Merge pull request #1824 from cosmos/rigel/server-fix
...
WIP fix gen-tx
2018-07-26 16:16:34 -04:00
Christopher Goes
3c18467136
Merge branch 'develop' into rigel/server-fix
2018-07-26 21:05:10 +02:00
Christopher Goes
5964fcb053
Update PENDING.md
2018-07-26 21:03:51 +02:00
Rigel
9e0f5ac241
Merge pull request #1827 from cosmos/sunny/fix-do-not-modify
...
ready-for-review: fixed donotmodify bug
2018-07-26 14:04:36 -04:00
rigelrozanski
422eb0374e
...
2018-07-26 13:49:58 -04:00
Rigel
67d0c804b0
Merge pull request #1823 from cosmos/dev/cli_test_build_flag
...
tests: Move cli tests behind a build flag
2018-07-26 13:47:46 -04:00
rigelrozanski
07705444fd
do-not-modify in defaults for edit-validator cli
2018-07-26 13:41:34 -04:00
rigelrozanski
58afe9780b
Merge remote-tracking branch 'origin/develop' into sunny/fix-do-not-modify
2018-07-26 13:25:51 -04:00
Rigel
51eaa0f64e
Merge pull request #1800 from cosmos/jlandrews/gaiad-export
...
Fix gaiad export
2018-07-26 13:05:12 -04:00
Rigel
edbf85c273
Merge pull request #1835 from cosmos/dev/reuse_pubkeys
...
gov/tests: Cleanup test file
2018-07-26 12:58:12 -04:00
rigelrozanski
0fb57a735b
Merge remote-tracking branch 'origin/develop' into jlandrews/gaiad-export
2018-07-26 12:52:12 -04:00
Dev Ojha
4c13b3a642
Merge branch 'develop' into dev/reuse_pubkeys
2018-07-26 09:47:57 -07:00
Dev Ojha
78c58bfa15
Merge PR #1836 : docs: Fix build errors on latest tendermint
2018-07-26 10:19:48 +02:00
ValarDragon
f9eb1e725f
gov/tests: Cleanup test file
...
Cache calls to generating the privatekeys, remove repitition in validator
set creation.
2018-07-26 00:10:31 -07:00
Jeremiah Andrews
5ab27f70d5
Add line to pending changelog
2018-07-25 22:15:05 -07:00
Jeremiah Andrews
0166cf2aa0
Add test which fails without patch, comment on patch
2018-07-25 22:13:58 -07:00
Jeremiah Andrews
6ea0a1b66f
fix gaiad export
2018-07-25 22:13:58 -07:00
Sunny Aggarwal
29bdd663c2
fixed donotmodify bug
2018-07-25 16:05:43 -07:00
rigelrozanski
ee47b3b1ca
rollback changes which break gen-tx
2018-07-25 16:57:33 -04:00
ValarDragon
496c75c35a
tests: Move cli tests behind a build flag
...
This is done to make go test ./... work for people using the sdk as a sdk.
Closes #1806
2018-07-25 13:47:00 -07:00
Dev Ojha
5d02a743fb
Update to tendermint v0.22.6-rc0 ( #1798 )
...
* Update to tendermint v0.22.6-rc0
This is comprised of updating the crypto imports / API
* (squash this) switch to v0.22.6
If this passes tests, I'll squash this commit and update the PR.
2018-07-25 16:43:37 -04:00
Rigel
d6cd0d4acc
Merge PR #1818 : CLI keybase-sig -> identity
2018-07-25 20:43:13 +02:00
Zaki Manian
9d0f40769f
Merge PR #1817 : Add some instructions for rolling your testnet
2018-07-25 19:32:12 +02:00
Christopher Goes
4b7f6efd87
Merge PR #1805 : Downtime slashing off-by-one-block fix
...
* Avoid slashing & revoking no longer stored or already revoked validators for downtime
* Add testcase
* Update PENDING.md
2018-07-25 04:12:48 +02:00
Sunny Aggarwal
89eba4952c
Merge PR #1801 : Fixed governance bug with iterate delegations
2018-07-24 21:00:56 +02:00
Greg Szabo
75eeaadaae
Merge PR #1234 : Cloud network setup scripts
...
* Remotenet command for AWS and ansible fixes for all remotenet commands
* Ansible for AWS, terraform for AWS
* Moved remotenet commands to networks/ folder, created ansible playbooks and example scripts to set up remote testnets in the cloud
* Added application deployment infrastructure scripts
* Obsoleted DigitalOcean scripts, some cleanup in AWS scripts
* Changelog -> pending, disclaimer
2018-07-24 06:27:39 +02:00
Aditya
671d8494b4
Merge PR #1682 : Docs example app tests
2018-07-24 06:13:55 +02:00
Rigel
a19cc0fb7e
Merge pull request #1751 from cosmos/rigel/no-endblock-rat-calcs
...
R4R: remove rationals in endblock
2018-07-23 19:44:09 -04:00
Rigel
52916f3c25
Merge branch 'develop' into rigel/no-endblock-rat-calcs
2018-07-23 14:59:06 -04:00
Rigel
63f70cb414
Merge pull request #1796 from cosmos/rigel/contributing
...
R4R: Contributing Guidelines advocate early discussion b4 coding
2018-07-23 14:54:06 -04:00
Rigel
1a44e387fe
Merge pull request #1794 : fixes in cosmos-sdk-cli
...
Some fixes in cosmos-sdk-cli
2018-07-23 14:35:41 -04:00
Rigel
d5a3fa959f
Update init.go
2018-07-23 14:19:52 -04:00
Rigel
fae728f35a
Merge pull request #1663 from cosmos/aditya/cleanup
...
BaseApp cleanup
2018-07-23 14:14:19 -04:00
Rigel
6fd8c05ba0
dev comment
2018-07-23 14:03:35 -04:00