Oli

Results 556 comments of Oli
trafficstars

Hmm, are you running things on a very old or otherwise slow machine? It looks like it's just timing out because things take too long. It looks like just starting...

You can bump this value, which is causing the new address creation to time out: https://github.com/lightninglabs/taproot-assets/blob/c972893214346bf4167e85e50ffbf7db4c8498d6/itest/test_harness.go#L66 But I think something's quite wrong here. Looking at this: ``` 2024-06-20 07:29:59.409 [INF]...

Hmm, okay, so things are slightly faster but not really fast enough. To be honest, I believe this could be an issue with your hardware. Because we have other team...

Have you been able to figure out what the issue here is? Can we close this?

I transferred the issue to the correct repository. @MButcho do you have any additional logs since those posted two weeks ago?

Thanks for the report! Yeah, it looks like the check whether the wallet has enough balance comes too late, after the account was already reserved on the server and written...

Yes, unfortunately we don't have a solution for this yet. You can close your account and get your funds out with [`chantools closepoolaccount`](https://github.com/guggero/chantools/blob/master/doc/chantools_closepoolaccount.md) though.

Extracted some commits into #1465 to ease review on this one. Pushed up a rebase.

Sorry, I don't think I made things easier for you as an author by splitting the PR into two. And now I noticed that the commit https://github.com/lightninglabs/taproot-assets/commit/c9b1d54430cdd7c4cdf3e1e65e7a33babc428afd does need to...

> I think what's missing is that we need to mind the alt leaves when we manually create the funding output our selves. Yeah, I got everything to work today....