mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +00:00
Implement GetBalance for extended balances which passes through to `x/bank` for non-extended denoms. This diverges from `x/evmutil` behavior which will panic on non-"akava" calls. Add bank / account keeper mocks for testing, with mockery config for [mockery package setup](https://vektra.github.io/mockery/latest/migrating_to_packages/) |
||
|---|---|---|
| .. | ||
| 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 | ||
| tally_handler_test.go | ||
| tally_handler.go | ||
| test_builder.go | ||
| test_common.go | ||
| upgrades.go | ||