cosmos-sdk/x/bank
Dev Ojha 6f8f222ef6 Merge pull request #1175: Randomized Module Testing
* WIP, ammend this later

* Add randomized testing suite

* Fix linting

* Auth invariant check, method to take in seed, way to run invariant check less frequently

* Fix merge conflicts

* Update bank

* Fix error on zero input by skipping it

* Add PeriodicInvariant Function

* Abstract verification / send functionality

* Fix liniting errors (PeriodicInvariant godoc)

* Update formatting and docs of randomization

* Minor refactor, update godocs

* Update godoc for mock

* Export TestAndRunTx

* fix cyclic dependencies

* Address PR most pr comments

* Fix merge conflict: Bring back codec.seal

* remove debug code, fix linting

* Fix merge conflicts
2018-07-06 16:19:11 -04:00
..
client Add print-response flag 2018-07-05 22:19:50 -07:00
app_test.go Merge pull request #1175: Randomized Module Testing 2018-07-06 16:19:11 -04:00
bench_test.go Merge pull request #1175: Randomized Module Testing 2018-07-06 16:19:11 -04:00
errors.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
handler.go Example tag implementation for CoinKeeper 2018-05-10 17:36:55 +02:00
keeper.go Merge PR #1438: Tools: Add errcheck linter 2018-06-29 00:52:10 +02:00
keeper_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
msgs.go sort *all* GetSignBytes: 2018-07-06 01:12:57 +01:00
msgs_test.go sort all relevant GetSignBytes: 2018-07-06 00:23:12 +01:00
test_helpers.go Merge pull request #1175: Randomized Module Testing 2018-07-06 16:19:11 -04:00
wire.go Switch the default modules to use wire.codec's MarshalJSON instead of json.Marshal 2018-05-31 11:51:15 -07:00