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
in anoma/anoma#1163 we ran into an issue that caused client utils init-genesis to panic, but e2e tests were failing without reporting the panic in the client, e.g.:
No unread output for command: "anoma/target/debug/anomac" "--base-dir" "/var/folders/8n/xzxk5c154qzg_chndqmzgfdr0000gp/T/.tmpNCrj6l" "--mode" "validator" "utils" "init-network" "--unsafe-dont-encrypt" "--genesis-path" "/var/folders/8n/xzxk5c154qzg_chndqmzgfdr0000gp/T/.tmpNCrj6l/e2e-test-genesis-src.toml" "--chain-prefix" "e2e-test" "--localhost" "--dont-archive" "--allow-duplicate-ip" "--wasm-checksums-path" "anoma/wasm/checksums.json"
Error:
0: EOF was reached; the read may successed later
The text was updated successfully, but these errors were encountered:
in anoma/anoma#1163 we ran into an issue that caused
client utils init-genesis
to panic, but e2e tests were failing without reporting the panic in the client, e.g.:The text was updated successfully, but these errors were encountered: