cosmos-sdk/x/stake
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
..
client Merge PR #2524: Replace GenTx with StdTx 2018-10-19 20:00:27 +02:00
keeper Merge PR #2514: Refactor validator deletion 2018-10-18 21:58:18 +02:00
querier Merge PR #2444: Standardize REST error responses 2018-10-19 18:55:20 +02:00
simulation Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-15 02:43:36 -04:00
tags Merge PR #2405: Unbonding and Redelegations Queue 2018-10-08 06:43:47 +02:00
types Merge #2500: Block conflicting redelegations 2018-10-15 21:06:31 -04:00
app_test.go Merge PR #2524: Replace GenTx with StdTx 2018-10-19 20:00:27 +02:00
genesis.go Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-09 20:19:22 -04:00
genesis_test.go Merge PR #2450: Add ValidateGenesis to staking, add more tests 2018-10-08 06:12:37 +02:00
handler.go Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-15 02:43:36 -04:00
handler_test.go Fix merge rename 2018-10-16 19:42:51 +02:00
stake.go Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-15 02:43:36 -04:00
test_common.go TestWithdrawDelegationRewardWithCommission 2018-10-11 02:26:54 -04:00