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
Reproduce by using #57 and uncomment one of the EthGetBalance tests:
cargo run -q --bin cna-test-suite run src/test-suite/config.json.ignoreme
0 ChainHead with no authorization token passed
1 EthAccounts with no authorization token passed
2 EthAddressToFilecoinAddress with no authorization token passed
3 EthBlockNumber with no authorization token passed
4 EthChainId with no authorization token passed
5 EthGasPrice with no authorization token passed
6 EthGetBalance with no authorization token and subtype_2 failed
0 err
couldn't serialize params
can only flatten structs and maps (got a string)
1 src/test-suite/src/tests.rs:158:9
7 EthGetBalance with no authorization token and subtype_3 passed
8 EthGetBalance with no authorization token and subtype_4 passed
9 EthNewBlockFilter with no authorization token passed
10 EthNewPendingTransactionFilter with no authorization token passed
11 EthProtocolVersion with no authorization token passed
12 EthSyncing with no authorization token passed
failure 0 (EthGetBalance with no authorization token and subtype_2)
0 err
couldn't serialize params
can only flatten structs and maps (got a string)
1 src/test-suite/src/tests.rs:158:9
0 skipped, 12 succeeded, 1 failed
The text was updated successfully, but these errors were encountered:
Reproduce by using #57 and uncomment one of the
EthGetBalance
tests:The text was updated successfully, but these errors were encountered: