cosmos-sdk/x/bank
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 Merge PR #3970: Fix Tx Sign Offline Mode 2019-03-26 10:36:10 -04:00
simulation Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
app_test.go Merge PR #3801: BaseApp Security Improvements 2019-03-07 21:52:19 -08:00
bench_test.go Merge PR #3428: SendMsg and MultiSendMsg seperation 2019-02-04 15:58:02 -08:00
codec.go Merge PR #3673: Message & Codec Registration Consistency 2019-02-25 16:16:52 +01:00
errors.go Merge PR #3554: x/auth and x/bank review results 2019-02-08 22:35:19 +01:00
expected_keepers.go Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
genesis.go Merge PR #3554: x/auth and x/bank review results 2019-02-08 22:35:19 +01:00
handler.go Merge PR #3428: SendMsg and MultiSendMsg seperation 2019-02-04 15:58:02 -08:00
invariants.go Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
keeper.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
keeper_test.go Merge PR #3884: steak to stake 2019-03-14 10:32:46 -04:00
msgs.go Merge PR #3717: Allow the undelegation of more coins than were delegated; More validity checks. 2019-02-27 22:09:26 +01:00
msgs_test.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
params.go Merge PR #3554: x/auth and x/bank review results 2019-02-08 22:35:19 +01:00
tags.go Merge PR #2694: Vesting Account(s) Implementation 2019-01-14 17:11:24 +01:00