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

Update coin selection to prevent big (bytewise) utxos from forming #979

Closed
refi93 opened this issue May 8, 2021 · 1 comment
Closed
Labels

Comments

@refi93
Copy link
Collaborator

refi93 commented May 8, 2021

Transactions involving many tokens are failing with OutputTooBigUTxO because apparently we didn't implement splitting of utxos that are beyond the current limit of 4000 bytes for the "value" field of the utxo defined here: IntersectMBO/cardano-ledger#2099 (It may change for Alonzo era though)

@refi93 refi93 added the bug label May 17, 2021
@refi93
Copy link
Collaborator Author

refi93 commented Oct 18, 2021

fixed in #1025

@refi93 refi93 closed this as completed Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant