mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-11-01 19:07:29 +00:00
* Add query methods * Add TotalDeposited rpc query * All accounts and all denoms query wip * Add query deposits * Remove IsDenomSupported strategy method This is not necessary and is already set in params allowed vaults * Add Vaults, TotalDeposited queries * Deposits query tests and fixes * proto lints * Add earn swagger docs * Add cli query cmds * Update init-new-chain.sh with usdx strategy and funds * Add denom url query path for vaults * Return a list of coins for each depositor instead of multiple deposit entries |
||
|---|---|---|
| .. | ||
| deposit_test.go | ||
| deposit.go | ||
| grpc_query_test.go | ||
| grpc_query.go | ||
| invariants.go | ||
| keeper.go | ||
| msg_server_test.go | ||
| msg_server.go | ||
| params.go | ||
| strategy_hard_test.go | ||
| strategy_hard.go | ||
| strategy.go | ||
| vault_test.go | ||
| vault.go | ||
| withdraw_test.go | ||
| withdraw.go | ||