mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| ante | ||
| params | ||
| _sim_test.go | ||
| _simulate_tx_test.go | ||
| _simulate_tx.go | ||
| app_test.go | ||
| app.go | ||
| config.go | ||
| encoding.go | ||
| export.go | ||
| genesis.go | ||
| legacy_tx_broadcast_test.go | ||
| legacy_tx_broadcast.go | ||
| tally_handler.go | ||
| test_builder.go | ||
| test_common.go | ||
| upgrades.go | ||