Refactor synthetic lockup (#836)
* add basic changes for simulation * add superfluid message types * register msg server, handler, fix build issues, configure basic actions for superfluid operations * resolve message validatebasic, fix automatic delegation from intermediary account, increase simulation coverage * Put superfluid unbonding duration as param, simulation test genesis manipulation * add simulation for proposals * add basic checker for superfluid operations * update reward management logic * add tx commands for superfluid delegate * add cli commands for proposals * single node configuration as epoch - min and relevant times * resolve twap price issue, synthetic lockup distribution, connect epochs hook to superfluid, fix gauge creation issue * fix simulation weights * superfluid lockup ownership check & error handling & queries & addTokensToLock/removeTokensFromLock connection with synthetic lockup * add more test plans * further test steps * Add S...
Showing
+303 -95
... | ... | @@ -4,7 +4,7 @@ go 1.17 |
require ( | ||
github.com/CosmWasm/wasmd v0.22.0 | ||
github.com/cosmos/cosmos-sdk v0.45.0 | ||
github.com/cosmos/cosmos-sdk v0.45.1 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
github.com/cosmos/iavl v0.17.3 | ||
github.com/cosmos/ibc-go/v2 v2.0.2 | ||
... | ... |
Please register or sign in to comment