You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: