cosmos-sdk/x/slashing
frog power 4000 df4394185e
Merge PR #3656: Broken-Invar Tx - aka. Crisis module
* beginning thinking on issue

* ...

* working

* working

* working fee pool distribution

* spek outline

* spec update

* gas refund calculations

* simulation saved to ~/.gaiad/simulations/

* lean simulation output

int

* cleanup bank simulation messages

* operation messges

int

* lint

* move simulation to its own module

* move simulation log code to log.go

* logger overhaul

int

* distribution comments

* fix compiling

* cleanup modifications to x/distribution/keeper/allocation.go

int

int

int

* gov bug

* result.IsOK() minimization

* importExport typo bug

* pending

* address @alexanderbez comments

* simple @cwgoes comments addressed

* event logging unified approach

* distr module name constant

* implementing

* compiles

* gaia integration

* proper constant fee removal

* crisis genesis

* go.sum update

* ...

* debugging

* fix sum errors

* missing err checks

* working implementing CLI

* remove query command

* crisis expected keepers in other modules

* crisis testing infrastructure

* working

* tests complete

* modify handler to still panic if not enough pool coins, docs working

* spec tags

* docs complete

* CL

* assert invariants on a blockly basis gaiad functionality

* gaiad CL

* transaction details in runtime invariance panic

* Apply suggestions from code review

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* sender tags

* @mossid suggestions

int

* @cwgoes comments final

* Apply suggestions from code review

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* bug seems fixed (#3998)

* delete unused line in zero height export bug
2019-03-28 19:27:47 -04:00
..
client Add route for querying signing_info for all validators (#3952) 2019-03-28 18:43:33 +00:00
simulation Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
tags Merge PR #3451: Make tags and responses legible 2019-02-04 18:20:56 -08:00
app_test.go Merge PR #3801: BaseApp Security Improvements 2019-03-07 21:52:19 -08:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
errors.go Merge PR #3546: Min Self Delegation 2019-02-08 12:44:19 -08:00
genesis.go Merge PR #3621: module inter-dependency cleanup 2019-02-13 15:01:50 -08:00
handler_test.go Merge PR #3857: Remove Shares Concept from Unbond/Redelegate UX 2019-03-25 17:13:02 -04:00
handler.go Merge PR #3857: Remove Shares Concept from Unbond/Redelegate UX 2019-03-25 17:13:02 -04:00
hooks.go Merge PR #3507: Results from x/staking & x/slashing peer review 2019-02-07 17:41:23 -08:00
keeper_test.go Merge PR #3857: Remove Shares Concept from Unbond/Redelegate UX 2019-03-25 17:13:02 -04:00
keeper.go Revert "Merge PR #3762: Allow Validator w/ No Self-Delegation to Unjail (Transfers Disabled)" 2019-03-01 19:04:37 -05:00
keys.go Merge PR #3621: module inter-dependency cleanup 2019-02-13 15:01:50 -08:00
msg_test.go Merge PR #2251: Refactor Bech32 Prefixes and Nomenclature of Validator Pubkey and Operator 2018-09-08 16:44:58 +08:00
msg.go Merge PR #2601: Bech32 Empty Addresses 2019-02-09 00:54:40 +01:00
params.go Merge PR #3546: Min Self Delegation 2019-02-08 12:44:19 -08:00
querier_test.go Add Slashing Query Params (#3117) 2018-12-14 11:09:39 -08:00
querier.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
signing_info_test.go Add a flag to export for zero-height start (#2827) 2018-11-26 04:21:23 -08:00
signing_info.go Merge PR #3400: power reduction for Tendermint 2019-02-05 21:30:48 -08:00
test_common.go Revert "Merge PR #3762: Allow Validator w/ No Self-Delegation to Unjail (Transfers Disabled)" 2019-03-01 19:04:37 -05:00
tick_test.go Merge PR #3621: module inter-dependency cleanup 2019-02-13 15:01:50 -08:00
tick.go Merge PR #3507: Results from x/staking & x/slashing peer review 2019-02-07 17:41:23 -08:00