Commit Graph

105 Commits

Author SHA1 Message Date
Christopher Goes
edd56be952 Cleanup, additional item in PENDING.md 2018-10-23 18:29:39 +02:00
Christopher Goes
33c8238392 Merge branch 'develop' into cwgoes/check-supply-in-simulation 2018-10-23 17:54:58 +02:00
Christopher Goes
be66a4950e Remove debugging print statements 2018-10-23 15:50:35 +02:00
rigelrozanski
5a559f75c5 simulation stop early with no proposers 2018-10-22 23:55:49 -04:00
Jae Kwon
fa3730a5d2 WIP looking for bug... 2018-10-22 19:48:28 -07:00
Jae Kwon
ea565baa60 WIP intermediate... 2018-10-22 17:49:53 -07:00
Jae Kwon
c3008d585b Add more useful logging 2018-10-22 16:24:19 -07:00
rigelrozanski
c4d7747a56 Merge remote-tracking branch 'origin/cwgoes/check-supply-in-simulation' into jae/check-supply-in-simulation 2018-10-22 15:51:52 -04:00
rigelrozanski
a3447cd480 debug cleanup 2018-10-22 15:51:27 -04:00
rigelrozanski
278d23776b call hook on slashing 2018-10-22 14:59:00 -04:00
Jae Kwon
471ddeef3c tweak debug output 2018-10-22 09:50:17 -07:00
Jae Kwon
19225fc5d4 Print debugging info 2018-10-22 02:42:40 -07:00
Jae Kwon
1cc74320df Replicate Rigel's changes but w/ modifications as discussed + some name changes 2018-10-22 01:46:47 -07:00
Jae Kwon
3fa5778921 Update naming (BondedValidatorIndex->ValidatorsBondedIndex) and add some comments 2018-10-21 12:02:45 -07:00
Alessio Treglia
6014089fa1
Rename AccountMapper to AccountKeeper
Closes: #2540
2018-10-20 23:22:48 -07:00
Christopher Goes
c88fc481d4 Fix linter issues 2018-10-20 01:05:07 +02:00
Christopher Goes
255a6a5db8 Cleanup to one hook 2018-10-20 00:19:10 +02:00
Christopher Goes
7770aec306 Withdraw rewards on bonded to unbonding 2018-10-20 00:13:44 +02:00
rigelrozanski
a6ef3c42aa use power instead of total tokens 2018-10-19 17:41:39 -04:00
Christopher Goes
6c9ad8c031 Add sanity checks 2018-10-19 21:58:05 +02:00
Christopher Goes
4f719d60cd Remove the print statement 2018-10-19 20:59:51 +02:00
Rigel
d9916f99eb bugfix (#2535) 2018-10-19 20:58:37 +02:00
Christopher Goes
22cb6983b7 Merge branch 'develop' into cwgoes/check-supply-in-simulation 2018-10-19 20:36:55 +02:00
Rigel
b48d0d5623 Merge PR #2527: Minting 2018-10-19 20:36:00 +02:00
Alessio Treglia
593921d04d Merge PR #2524: Replace GenTx with StdTx
Rework the process of loading a genesis.json file to load a starting app state and set of initial transactions to process.

* New function to create genesis account from MsgCreateValidator
* Add arg to PrintUnsignedStdTx() to actually operate in offline mode
* New func processStdTxs()
* Remove gen-tx command
* Cleanup, return validators as they need to be written into genesis.json
* Modify gaiad init to allow auto-create of stdTx
* Remove server/testnet.go
* Don't load node_key.json, which might not be available
* Get the txs through DeliverTx
* Add app.slashingKeeper.AddValidators at the end of genesis
* On InitChain(), Signature's account number must be 0
* Add (tentative?) command to generate {node_key,priv_validator}.json files
* Reintroduce gaiad testnet
* Prompt user for passwords
* Update gaia to work with auth.StdTx
* Remove test_utils, NewTestGaiaAppGenState is now deprecated
* Combine --genesis-format and --generate-only
* Improve sign command's --offline flag documentation
* Moniker must be set
* Call app.slashingKeeper.AddValidators() even if len(txs) == 0
* Refactoring, introduce gaiad init --skip-genesis, code cleanup
* Drop unnecessary workaround to make lcd_tests pass
* Reintroduce gentx
* Simple name changes, GenesisState.Txs -> .GenTxs; OWK -> OverwriteKey; OverwriteKeys -> OverwriteKey
2018-10-19 20:00:27 +02:00
Christopher Goes
42ae2671c2 Simulation fixes work-in-progress 2018-10-19 03:08:25 +02:00
Christopher Goes
25ce0dea00 Update stake module simulation and fix linter errors 2018-10-18 22:08:00 +02:00
Christopher Goes
e099491daa
Merge PR #2526: Distribution fixes from simulation 2018-10-18 21:58:57 +02:00
Christopher Goes
b700107bec Add simulated distribution msgs 2018-10-17 00:25:31 +02:00
Christopher Goes
7d46b8b50c Alphanumeric parameter keys 2018-10-16 19:27:16 +02:00
Christopher Goes
3f59cf1517
Merge branch 'develop' into cwgoes/fix-signing-info-bugs 2018-10-16 19:23:57 +02:00
rigelrozanski
32e0f14de2 rework to correctly use previous vote info 2018-10-15 22:09:13 -04:00
rigelrozanski
03b92603ed oh 2018-10-15 17:03:06 -04:00
rigelrozanski
076053d5b9 proposer reward params to global param 2018-10-15 16:12:42 -04:00
rigelrozanski
2f4a01bcba address @ValarDragon comments, param store update 2018-10-15 15:51:51 -04:00
rigelrozanski
5de0c9a1f8 Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-15 02:43:36 -04:00
rigelrozanski
2ece2ff37c address @cwgoes comments 2018-10-15 02:34:01 -04:00
rigelrozanski
06fa518e30 address @cwgoes comments, add in precommit calculation 2018-10-12 07:15:13 -04:00
rigelrozanski
7b1f4a87ea finished off validator tests 2018-10-12 06:06:01 -04:00
rigelrozanski
94731a502a some validator dist tests 2018-10-12 05:51:00 -04:00
rigelrozanski
a60b91b7b2 bugfix form TestWithdrawDelegationRewardTwoDelegatorsUneven 2018-10-12 05:37:30 -04:00
rigelrozanski
f3c0496c99 TestWithdrawDelegationRewardsAll 2018-10-12 04:11:09 -04:00
rigelrozanski
8cb6d106d1 TestWithdrawDelegationRewardWithCommission 2018-10-11 02:26:54 -04:00
rigelrozanski
8e378e2b2d got basic delegation tests working 2018-10-11 02:14:06 -04:00
rigelrozanski
f4f39ae03f allocation tests 2018-10-10 23:16:49 -04:00
rigelrozanski
900a5f47f6 keeper_test 2018-10-10 22:53:25 -04:00
rigelrozanski
3b5e57be08 ctx with proposer, working through allocation test 2018-10-10 17:43:47 -04:00
ValarDragon
9e334afad0 Lock binary dependencies to a specific commits / versions
This is basically copying over @anton's great script!

Also had to run `make format` to make this pass `test_lint`.
This PR also makes the make commands for tools further align
with the tendermint implementation.
2018-10-09 23:52:36 -07:00
rigelrozanski
22de85651f fix distr initialization 2018-10-09 21:59:07 -04:00
rigelrozanski
52316d9ef6 fix initialization of the test 2018-10-09 21:43:23 -04:00