txpipe / oura

The tail of Cardano
https://txpipe.github.io/oura
Apache License 2.0
257 stars 72 forks source link

InvalidAddressLength while scraping blocks #814

Open MartinSchere opened 2 months ago

MartinSchere commented 2 months ago

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

I am seeing these issues with these block hashes:

a54f67e4087df24272f3f0f2306361c2f5cd5d60c36f0665eb5d37a936293f32
43dde0ef9ff13fb40d0bb9bf9a6efe57f1bf147eaf0d53a4def8ea0af263b058
8383d65f002fc0d412539f7a2ab3a10793b892089763be659094f279c6f9b466
ef0388b8fc14ae432f0e7bf606efcf76f301efee6e28e67ae6987669db18d5a5

Sometimes it's InvalidAddressLength(29) and some other times it's InvalidAddressLength(56)