Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAIL] Use Babbage-era minimum UTxO calculation in Babbage era.
We re-introduce the Babbage-era minimum UTxO calculation in the Babbage era, and remove the workaround. This causes multiple integration tests to fail with `utxo_too_small`. For example: ```hs API Specifications, SHELLEY_TRANSACTIONS, TRANSMETA_ESTIMATE_01b - fee estimation includes no-schema metadata expected a successful response but got an error: ClientError (Object (fromList [("code",String "utxo_too_small"),("message",String "Some outputs have ada values that are too small. There's a minimum ada value specified by the protocol that each output must satisfy. I'll handle that minimum value myself when you do not explicitly specify an ada value for an output. Otherwise, you must specify enough ada. Here are the problematic outputs: - Expected min coin value: 1.077500 Address: 010d62b5...3a953592 Token bundle: coin: 0.999920 tokens: [] ")])) While verifying value: ( Status { statusCode = 403 , statusMessage = "Forbidden" } , Left ( ClientError ( Object ( fromList [ ( "code" , String "utxo_too_small" ) , ( "message" , String "Some outputs have ada values that are too small. There's a minimum ada value specified by the protocol that each output must satisfy. I'll handle that minimum value myself when you do not explicitly specify an ada value for an output. Otherwise, you must specify enough ada. Here are the problematic outputs: - Expected min coin value: 1.077500 Address: 010d62b5...3a953592 Token bundle: coin: 0.999920 tokens: [] " ) ] ) ) ) ) ```
- Loading branch information