0g-chain/app
drklee3 4cf41d18c2
feat(x/precisebank): Implement GetBalance (#1916)
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/)
2024-05-21 14:11:13 -07:00
..
ante Fix some typos in comments (#1878) 2024-04-16 11:54:09 -07:00
params chore: fix some typos (#1913) 2024-05-16 13:27:48 -07:00
_sim_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
_simulate_tx_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
_simulate_tx.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
app_test.go register solomachine module for v6 to v7 ibc-go migration (#1831) 2024-02-16 12:49:58 -05:00
app.go feat(x/precisebank): Implement GetBalance (#1916) 2024-05-21 14:11:13 -07:00
config.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
encoding.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
export.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
genesis.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
tally_handler_test.go Fix some typos in comments (#1878) 2024-04-16 11:54:09 -07:00
tally_handler.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
test_builder.go formatting fixes (#1783) 2023-11-21 14:08:07 -05:00
test_common.go feat: Add x/precisebank module basic setup (#1906) 2024-05-10 09:30:28 -07:00
upgrades.go Remove x/bridge & setup migration skeletion (#1295) 2022-09-01 16:20:37 -04:00