get10101 / 10101-PoC

The world needs more Lightning!
MIT License
17 stars 3 forks source link

Persist transaction "metadata" so we can associate Bitcoin transactions with channel open #226

Open da-kami opened 1 year ago

da-kami commented 1 year ago

Bitcoin's tx history does not know about channel open / close. In order to know that a certain tx is associated to opening a transaction we will have to store metadata in the application's database and then load this data when creating the tx-history in rust.

holzeis commented 1 year ago

I think that would be very helpful to be able to be displayed on the history. It's currently a bit confusing to see money left on-chain which is not really gone but only locked up in a channel.