Anastasia-Labs / lucid-evolution

https://anastasia-labs.github.io/lucid-evolution/
22 stars 7 forks source link

Unable to mint beacon assets #150

Closed kunj77 closed 1 month ago

kunj77 commented 1 month ago

I have a swap transaction that mints beacon assets. The assets being minted are on the lines { accbfb633f637e3bb1abee40c9539d1effd742cd2716b3b1db9de3aaf3f3779444915ed5633301818380a47f91e65d333fc3f3eeafdd53f1e4317647: 1n, accbfb633f637e3bb1abee40c9539d1effd742cd2716b3b1db9de3aa0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8: 1n, accbfb633f637e3bb1abee40c9539d1effd742cd2716b3b1db9de3aab5863b9d3e9d558006ba824795ea5d5ce8887a482e54a63e16924650a35ed4f4: 1n }

I get an error while building the transaction Error: Deserialization failed in AssetName because: 65 not in range 0 - 32

I have been using lucid-cardano so far and this transaction works correctly on it. They seem to be decoding it before sending to to CML. We are moving to lucid-evolution and this is one of the crucial features we use a lot. Could you please look into this?