Superfluid basic simulation, tx/query CLI commands, resolve single node test issues (#784)
* 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 SuperfluidDelegateMore feature, Add common codebase for GetSuperfluidOSMOTokens from twap
* simplify epoch management & resolve unit tests
* add missing queries and unit tests
* resolve accumulation store management issue for synthetic lockup
* PR cleanup
* remove reward distribution delay, fix superfluid asset removal price
* Fix gas tests
Co-authored-by:
ValarDragon <dojha12@gmail.com>
Showing
+691 -62
x/superfluid/client/proposal_handler.go
0 → 100644
x/superfluid/client/rest/tx.go
0 → 100644
Please register or sign in to comment