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

"BabbageOutputTooSmallUtxo" error submitting testnet native asset transactions #50

Closed
hazryder opened this issue Jul 8, 2022 · 7 comments

Comments

@hazryder
Copy link

hazryder commented Jul 8, 2022

This was working pre-Vasil so I'm presuming it's related to the network fork; Attempting to build a simple tx containing an NFT and allowing Lucid to calculate the minimum required amount results in txs which error out in the wallet. Tested with Nami, Flint and Eternl with similar "OutputTooSmallUtxo" errors.

@hazryder hazryder changed the title "BabbageOutputTooSmallUtxo" error submitting testnet multi-asset transactions "BabbageOutputTooSmallUtxo" error submitting testnet native asset transactions Jul 8, 2022
@alessandrokonrad
Copy link
Contributor

Hey that is very likeley. You may wanna check the readme in vasil branch: https://github.com/Berry-Pool/lucid/tree/vasil. If you run Lucid 0.3.5then yeah that is not compatible with the testnet anymore, only mainnet at the moment. the vasil branch should work fine on testnet

@hazryder
Copy link
Author

hazryder commented Jul 9, 2022

Thanks @alessandrokonrad, I've switched to the vasil branch however I'm still getting errors when attempting to send txs. From Nami I get Inputs do not conform to this spec or are otherwise invalid. and from Flint I just get a vague An error occurred during execution of this API call.

From what I can see, this is an issue on the wallet-side, not Lucid, so I'll have to wait for them to catch up.

@TwilightDuck
Copy link

This might be related to mine #51

@TwilightDuck
Copy link

Turns out you need use the Vasil version of Nami to use this library at the moment. :)

@Riley-Kilgore
Copy link
Contributor

If you specify the amount of ADA to be large enough in the tx outputs by simply adding a new output everything works fine with 0.3.5, but I have not had any success with constructing transactions in 0.5.0 with anything other than very basic transactions, anything that requires minting of tokens does not work, (unless I am just crazy?). @alessandrokonrad

@alessandrokonrad
Copy link
Contributor

If you specify the amount of ADA to be large enough in the tx outputs by simply adding a new output everything works fine with 0.3.5, but I have not had any success with constructing transactions in 0.5.0 with anything other than very basic transactions, anything that requires minting of tokens does not work, (unless I am just crazy?). @alessandrokonrad

Mhh just works fine for me. Maybe let me know what you do exactly. You can open that in a separate issue.

@hazryder
Copy link
Author

Closing this since my issue is resolved when using the Vasil branch of Lucid with the Vasil branch of Nami.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants