You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you reproduced the bug with the latest dev version?
Yes
Version
dev
Custom code
Yes
OS platform and distribution
No response
Describe the issue
./bin/ipc-cli wallet balances returns no error even if using a bad (non-existent) RPC in the config; it just returns 0 balances for every wallet. The expected behaviour would be to return an error.
Repro steps
Run ./bin/ipc-cli wallet balances --subnet XXX --wallet-type evm using a well-formed but bogus RPC endpoint in the ipc-cli config.
Issue type
Bug
Have you reproduced the bug with the latest dev version?
Yes
Version
dev
Custom code
Yes
OS platform and distribution
No response
Describe the issue
./bin/ipc-cli wallet balances
returns no error even if using a bad (non-existent) RPC in the config; it just returns 0 balances for every wallet. The expected behaviour would be to return an error.Repro steps
Run
./bin/ipc-cli wallet balances --subnet XXX --wallet-type evm
using a well-formed but bogus RPC endpoint in the ipc-cli config.Relevant log output
The text was updated successfully, but these errors were encountered: