blinklabs-io / adder

Event-driven tool/library for tailing the Cardano blockchain
Apache License 2.0
26 stars 5 forks source link

Handling some Txs' CBOR fails #246

Closed Javieracost closed 4 weeks ago

Javieracost commented 1 month ago

On a few transactions, adder is not emitting the corresponding event. This translates into errors like this: error: eventError":"json: error calling MarshalJSON for type *cbor.LazyValue: unknown data type ([]uint8) for value: <omitted> being logged and empty messages being sent to webhooks.

Some tx hashes where this happens:

agaffney commented 4 weeks ago

This will be fixed by https://github.com/blinklabs-io/gouroboros/pull/714

agaffney commented 4 weeks ago

This is fixed in the v0.23.4 release