Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carp issue parsing script ref #362

Open
SebastienGllmt opened this issue Sep 20, 2024 · 4 comments
Open

Carp issue parsing script ref #362

SebastienGllmt opened this issue Sep 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@SebastienGllmt
Copy link
Contributor

Somebody posted a CML error they got through Carp v3.3.0. Not sure if this looks familiar. I haven't tried to reproduce it myself

can't decode shelley output payload: Deserialization failed in TransactionOutput.ConwayFormatTxOut.script_reference.Script.Script because: No variant matched.

Failures:
	Deserialization failed in Native.script.NativeScript.NativeScript because: No variant matched. Failures:
		Deserialization failed in ScriptPubkey.ScriptPubkey.tag because: Expected fixed value 0 found 3
		Deserialization failed in ScriptAll.ScriptAll.tag because: Expected fixed value 1 found 3
		Deserialization failed in ScriptAny.ScriptAny.tag because: Expected fixed value 2 found 3
		Deserialization failed in ScriptNOfK because: Definite length mismatch: found 2
		Deserialization failed in ScriptInvalidBefore.ScriptInvalidBefore.tag because: Expected fixed value 4 found 3
		Deserialization failed in ScriptInvalidHereafter.ScriptInvalidHereafter.tag because: Expected fixed value 5 found 3

	Deserialization failed in PlutusV1.tag because: Expected fixed value 1 found 0
	Deserialization failed in PlutusV2.tag because: Expected fixed value 2 found 0
	Deserialization failed in PlutusV3.tag because: Expected fixed value 3 found 0
@SebastienGllmt SebastienGllmt added the bug Something isn't working label Sep 20, 2024
@rooooooooob
Copy link
Contributor

Is there any CBOR? Or block hash / which network it's from?

@SebastienGllmt
Copy link
Contributor Author

No, I've asked the person who initially reported this for this information, but not sure if they will provide it. I created this issue anyway in case it comes up again or they answer

@tdedgx
Copy link

tdedgx commented Sep 22, 2024

Its on mainnet, this block:
block #10784385 (c5ad1622c17f7ca50dd92538c1711ec6c06a3e4f2ed46cf14fefb2dea50a36ff) slot: (133725377), epoch: (Some(507))

@tdedgx
Copy link

tdedgx commented Sep 22, 2024

This class:
panicked at indexer/tasks/src/multiera/multiera_asset_utxo.rs:25:1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants