cosmos-sdk/x/gov
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 gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01: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
codec.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
depositsvotes.go Merge PR #3806: Fix nil returned in Unmarshal functions 2019-03-06 12:38:18 +01:00
endblocker.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
endblocker_test.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
errors.go Merge PR #3567: x/gov peer review 2019-02-09 03:33:06 +01:00
expected_keepers.go Merge PR #3621: module inter-dependency cleanup 2019-02-13 15:01:50 -08:00
genesis.go Merge PR #3957: Remove requirement that deposit period and voting period linked 2019-03-22 13:47:04 -07:00
genesis_test.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
handler.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
keeper.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
keeper_keys.go Merge PR #3567: x/gov peer review 2019-02-09 03:33:06 +01:00
keeper_test.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
msgs.go Merge PR #3567: x/gov peer review 2019-02-09 03:33:06 +01:00
msgs_test.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
params.go Merge PR #3758: Remove governance_penalty 2019-02-27 08:44:05 -08:00
proposals.go Fix Proposal Stringer (#3986) 2019-03-27 21:08:20 +00:00
proposals_test.go Merge PR #2392: remove redundant sprintf calls, improve a doc comment, write test 2018-09-24 21:42:51 -04:00
querier.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
querier_test.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
tally.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
tally_test.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
test_common.go Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00