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

Wrong BigInt serialization of Plutus Data #463

Open
nau opened this issue May 22, 2024 · 0 comments
Open

Wrong BigInt serialization of Plutus Data #463

nau opened this issue May 22, 2024 · 0 comments

Comments

@nau
Copy link

nau commented May 22, 2024

Plutus BigInteger, when (de)serialized from unbounded byte arrays, it checks that the byte array is chunked in less than 64 bytes.

decodeBoundedBytes

It should be here:

minicbor::data::Type::BytesIndef => {

Same for encoding.

@nau nau changed the title Wrong BigInt decoding of Plutus Data Wrong BigInt serialization of Plutus Data May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant