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
As the title says, upon upgrading to 0.24.0 I found that adder fails to connect to the node and shows these messages repeatedly:
{"timestamp":"2024-10-14T15:03:49Z","level":"INFO","msg":"reconnecting to cardano-node-mainnet:3001 due to error: protocol error: failed to create address from match.Address: string not all lowercase or all uppercase","component":"main","plugin":"input.chainsync"}
{"timestamp":"2024-10-14T15:03:49Z","level":"INFO","msg":"connected to node at cardano-node-mainnet:3001","component":"main","plugin":"input.chainsync"}
{"timestamp":"2024-10-14T15:03:49Z","level":"INFO","msg":"","component":"main","plugin":"output.log","type":"event","event":{"type":"chainsync.rollback","timestamp":"2024-10-14T15:03:49.820061849Z","payload":{"blockHash":"34385f4f0a8625df1025e6711057b688583266e7527b5a7d06550546f720473a","slotNumber":135791227}}}
although it complains about the casing of the address, using numeric ips doesn't help.
here's the relevant part of the config file:
As the title says, upon upgrading to 0.24.0 I found that adder fails to connect to the node and shows these messages repeatedly:
although it complains about the casing of the address, using numeric ips doesn't help.
here's the relevant part of the config file:
Additionally, although probably unrelated, the input resolution spams the output with these messages, at all loglevels:
this is how I start adder:
let me know if you need further details!
PS: In the meantime, the same config works by just reverting to 0.23.4 🤷
The text was updated successfully, but these errors were encountered: