It seems like only three blocks in the entire chain have an InvalidAddressLength error. Here is my oura version:
oura = { tag = "v1.9.0", git = "https://github.com/txpipe/oura" }
Here is the error:
[2024-09-02T13:11:06Z INFO oura::sources::n2c::run] rolling forward to point (57079241, 8383d65f002fc0d412539f7a2ab3a10793b892089763be659094f279c6f9b466)
[2024-09-02T13:11:06Z DEBUG oura::sources::n2c::run] found 1 points with required min depth
[2024-09-02T13:11:06Z WARN oura::utils] error crawling alonzo-compatible block for events: InvalidAddressLength(29)
[2024-09-02T13:11:06Z INFO oura::sources::n2c::run] rollback buffer state, size: 0, oldest: None, latest: None
It seems like only three blocks in the entire chain have an
InvalidAddressLength
error. Here is my oura version:Here is the error:
I am seeing these issues with these block hashes:
Sometimes it's
InvalidAddressLength(29)
and some other times it'sInvalidAddressLength(56)