Kang
Kang
Building a very similar txn from gathering utxos from nami and having same issue at signTx code snippet: ``` let tx = await txBuilder.build(); let txVkeyWitnesses = await this.ENABLED_WALLET.signTx( toHex(tx.to_bytes()),...
Hello, looking to get the fix in this week. Will keep you updated. Cheers,
Hi Ale, Thanks for the heads up with the update, I'll look to making the changes in our plugin. Enjoy the rest of your day.
Hi Caiocall, We're just returning from our New Years break and will be trying to solve the issue this week. Thanks for notifying us about the bug! Cheers, -Kang
Hi Caiocall, I've downloaded Sketch 41.2 and tried the plugin, everything seems to be working correctly. Do you have more details about the error... ? if not then I'll close...
yeap this is the gist of it, replaced destination address and mnenomic strings: https://gist.github.com/kang-chen/c9219417cc56e13698549182318fd0cc
Thanks @satran004 for the detailed explanation, going to test it tomorrow. Want me to close the ticket or leave it open for reference in the next release?
Tested, with 3200000 lovelace it doesn't work but 3500000 lovelace works. Can test further but it's trial and error. Still using LargestFirstUtxoSelectionStrategy for coinSelection.
Hey @satran004 so I had a chance to test today with: ``` implementation 'com.bloxbean.cardano:cardano-client-lib:0.5.0-alpha.5-SNAPSHOT' implementation 'com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0-alpha.5-SNAPSHOT' ``` neither 2.4 or 2.5 ADA worked, which should be enough to cover the...
update: I will revisit this and check out the difference between our transaction code, haven't had the time just yet. Thank you!