Christopher Goes
ac26d33547
Merge PR #1858 : Fix Cliff Validator Update Bugs
2018-08-09 00:57:59 +02:00
Federico Kunze
1da1115a24
Merge PR #1880 : Staking Gaia-lite (ex LCD) refactor
2018-08-08 12:38:39 +02:00
Sunny Aggarwal
4582de4902
Merge PR #1914 : tallyResults added to state
...
* tallyResults added to state
* fixed bug with tallyresult equals
2018-08-08 12:28:52 +02:00
Rigel
7fb626f548
Merge PR #1702 : lamborghini distribution & inflation spec upgrade
2018-08-08 12:10:21 +02:00
Christopher Goes
46382994a3
Merge PR #1925 : Fix develop from FF merge
...
* Update types/coin_test.go from FF merge
* 'make format'
2018-08-06 21:49:17 +02:00
Alexander Bezobchuk
12c2c236c2
Merge PR #1741 : CoreContext Refactor
2018-08-06 20:11:30 +02:00
Joon
7b54e4b786
Merge pull request #1812 : Add BaseApp.Seal
...
* Merge pull request #1812 : Add BaseApp.Seal
fix pow
move setter functions
apply requests
* fix errors
* fix test
* fix test
* changelog
2018-08-01 00:23:25 -04:00
Joe Bowman
874a6055b0
Merge PR #1889 : update signing info endpoint
...
* update /slashing/signing_info/ endpoint of lcd to take cosmosvalpub instead of cosmosvaladdr for consistency reasons
* update pending.md
* update test that calls /slashing/signing-info endpoint
2018-07-31 20:27:03 +02:00
Joon
19b0781e60
Merge PR #1811 : NewCoin takes sdk.Int
2018-07-31 02:09:50 +02:00
Sunny Aggarwal
d3fcfdba57
Merge PR #1845 : Query-proposals CLI command
2018-07-31 01:48:00 +02:00
Sunny Aggarwal
7fc2ed61d7
Merge pull request #1859 : slashing to governance for non-voting validators
...
* added slashing to governance non voting
* minor formatting
2018-07-30 01:11:21 -04:00
Rigel
c40d5debcc
Merge pull request #1862 from cosmos/dev/speed_up_handleMsgEditValidator
...
x/stake: Speed up handleMsgEditValidator
2018-07-29 23:21:10 -04:00
ValarDragon
0bb3497356
x/stake: Speed up handleMsgEditValidator
...
This removes running the power update logic on handleMsgEditValidator,
as its unnecessary.
Closes #1815
2018-07-27 21:42:59 -07: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
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
rigelrozanski
422eb0374e
...
2018-07-26 13:49:58 -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
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
Sunny Aggarwal
29bdd663c2
fixed donotmodify bug
2018-07-25 16:05:43 -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
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
Rigel
52916f3c25
Merge branch 'develop' into rigel/no-endblock-rat-calcs
2018-07-23 14:59:06 -04:00
Rigel
fae728f35a
Merge pull request #1663 from cosmos/aditya/cleanup
...
BaseApp cleanup
2018-07-23 14:14:19 -04:00
Rigel
17eb3eda02
Merge PR #1781 : Gov tags cleanup
2018-07-21 03:58:45 +02:00
Aditya
28cbca7d63
Merge branch 'develop' into aditya/cleanup
2018-07-20 17:05:12 -07:00
Alexander Bezobchuk
f437f36c4a
Merge PR #1764 : Table-Driven Bank Module Unit Tests
2018-07-21 00:46:51 +02:00
rigelrozanski
15138b80c8
Merge remote-tracking branch 'origin/develop' into sunny/gov-cli-proposal-id
2018-07-20 11:47:37 -04:00
rigelrozanski
5686d6692a
...
2018-07-20 11:39:29 -04:00
rigelrozanski
9e5a78fc7a
less stake endblock processing
2018-07-20 11:35:13 -04:00
rigelrozanski
accce5c7d8
lower rounding
2018-07-20 11:24:03 -04:00
Sunny Aggarwal
f3a12909ef
Merge PR #1773 : Query the votes on a proposal
...
* added lcd endpoint to query all votes on a proposal
* added cli support
* Gopkg.lock from new dep
* Update PENDING.md
2018-07-20 02:02:46 +02:00
rigelrozanski
df46339a45
benchmarking
2018-07-19 19:26:40 -04:00
Rigel
a054532a89
Merge pull request #1620 from cosmos/cwgoes/a-random-walk-down-proof-of-stake
...
R4R: Simulation framework, including staking simulation
2018-07-19 18:47:08 -04:00
Sunny Aggarwal
21e72d5f10
gov cli proposalID to proposal-id
2018-07-19 12:37:57 -07:00
Aditya Sripal
48885b4093
merge
2018-07-19 11:38:44 -07:00
xujiacheng
0471598c69
fix the bug about turning VoteOption byte to String
2018-07-19 19:56:23 +08:00
Rigel
d2f70ec8af
Merge PR #1748 : CLI use --from consistently
2018-07-19 08:53:12 +02:00
Christopher Goes
7e88a50b2a
Merge branch 'develop' into cwgoes/a-random-walk-down-proof-of-stake
2018-07-19 08:49:20 +02:00
Christopher Goes
ee29e10068
RandomKey, RandomAmount
2018-07-19 08:48:43 +02:00
Joon
aa525418e1
Merge PR #1373 : Initialization of POS chain
2018-07-19 08:39:40 +02:00
rigelrozanski
423d0c4a18
Merge remote-tracking branch 'origin/develop' into cwgoes/a-random-walk-down-proof-of-stake
2018-07-19 01:56:42 -04: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
Christopher Goes
cbf432d34c
Merge PR #1746 : Remove ctx.IsCheckTx
...
* Remove ctx.IsCheckTx
* Changelog to Pending
* Typo
* Simulate instead of Check in SignCheckDeliver
* Add descriptive comment
* Change to 'CheckTx implements ABCI'
* Alphabetize changelog
2018-07-19 02:42:19 +02:00
Aditya Sripal
81f3e794fe
make breaking changes
2018-07-18 16:24:16 -07:00
Rigel
cfe78027f2
Merge PR #1724 : R4R: Add Stake Genesis Intra-Tx Counter
...
* add revoked to human-readable validator
* changelog
* added failing test
* add intra-tx counter to the genesis validators
* changelog
2018-07-18 22:09:40 +02:00
Hendrik Hofstadt
b97ebef85e
Fix inflation calculation period check
2018-07-18 13:12:49 +02:00