pythcoiner

Results 299 comments of pythcoiner

> I am using this thread to give an opinion about configuration: I think we should not use the configuration file for this kind of values but use the wallet...

note: a wallet w/ 10000 coins make the whole GUI freeze

i don't know if it's related but [here](https://github.com/wizardsardine/liana/blob/48d34904b0f29035062260632676f78baf9f04f3/gui/src/app/state/transactions.rs#L101-L105) we iter over `self.txs` (`Vec`) for each tx queried on each update, if we replace by an `HashMap` we should also increase...

@nondiremanuel we now have 2 backend as alternative to bitcoind, not sure if we plan to have more? maybe we can close this issue?

> en a while back a PR to try integrate nakamoto (kyoto is better anyway because use pure async await) but there was some feature missing. iirc #909 was blocking...

> that lian was tracking the txs through bitcoin core, but when you use anothe iirc, the tx are now track in the db, @jp1ac4?

I had a quick look at this, it seems to me that we handle the `Scrollable` at the theme level, so i dont see a way to record the scroll...

#322 is more complex i guess as we need tu have a global behaviour w/ all signers, i think a first easy step for CC is to have a signer...