0g-chain/x/liquid/keeper
Ruaridh 9519690324
Add Combined Earn and Liquid msgs (#1305)
* add new msg type definitions

* add msg methods and tests

* add module and keeper skeleton

* add deposit and withdraw methods (no delegation)

* untested depsit/withdraw with delegation methods

* add cli cmds

* fix cli argument parsing

* add tests for delegate/undelegate msgs

* emit un/delegate events

* add godoc comments
2022-09-28 03:28:57 +01:00
..
derivative_test.go Add Combined Earn and Liquid msgs (#1305) 2022-09-28 03:28:57 +01:00
derivative.go Add Combined Earn and Liquid msgs (#1305) 2022-09-28 03:28:57 +01:00
keeper_test.go liquid staking (#1273) 2022-09-15 23:00:32 +01:00
keeper.go liquid staking (#1273) 2022-09-15 23:00:32 +01:00
msg_server.go liquid staking (#1273) 2022-09-15 23:00:32 +01:00
staking_test.go liquid staking (#1273) 2022-09-15 23:00:32 +01:00
staking.go liquid staking (#1273) 2022-09-15 23:00:32 +01:00