wasmd/app
Leonardo Bragagnolo d0befd973d
Added randomized simulation parameters generation (#389)
* added simulation params

* fixed return types

* implemented full sim test on wasmd

* removed wrong committed github action

* switched to a import export test since i'm introducing params and genesis simulations

* fixed makefile

* Fixed sim test flags not working

* fixed some errors on sim test

* fixed conflicts
still a failure to be solved

* fixed wasm params error

* added missing codec

* Update params.go

removed unused import

* fixed intellij cache errors

* added full app simulation test that pass

* added README.md for sims credits
added me into contributors list

Co-authored-by: riccardo.montagnin <riccardo.montagnin@gmail.com>
2021-02-05 13:19:14 +01:00
..
app.go Added randomized simulation parameters generation (#389) 2021-02-05 13:19:14 +01:00
app_test.go Implement IBC contract support (#394) 2021-01-29 11:11:15 +01:00
encoding.go Upgrade to Stargate commits 2020-10-27 15:01:22 +01:00
export.go Upgrade to Stargate RC2 2020-11-03 18:20:26 +01:00
genesis.go Upgrade to Stargate RC2 2020-11-03 18:20:26 +01:00
sim_test.go Added randomized simulation parameters generation (#389) 2021-02-05 13:19:14 +01:00
test_access.go Implement IBC contract support (#394) 2021-01-29 11:11:15 +01:00
test_helpers.go Implement IBC contract support (#394) 2021-01-29 11:11:15 +01:00