Vincenzo Palazzo

Results 161 issues of Vincenzo Palazzo

### Discussed in https://github.com/zino-hofmann/graphql-flutter/discussions/1286 Originally posted by **LasseRosenow** January 23, 2023 As of now the `graphql_flutter` client only supports hive as a store by default. But even the [hive](https://github.com/hivedb/hive) mentions...

enhancement
Priority: Low

For content https://github.com/zino-hofmann/graphql-flutter/pull/1264/commits/a92a3e2ca21eea9d661bd864f349bd3de2cca03c

needs more info
:beginner: ci/cd
:woman_technologist: mentor

While I was working on a PR that make some changes inside Melos (https://github.com/zino-hofmann/graphql-flutter/pull/1207/commits/00dfdb412ead1a011ab8bef7a81451465930ebeb) I think our melos conf can be improved, so why we do not mentor someone on...

:beginner: ci/cd
:woman_technologist: mentor

This is a WIP, so this patch will be out just for early review.

This is the log that I see on my node I am writing a lightning node with the ldk using nakamoto, it is not completed al all but I found...

Currently, if we want to estimate a fee in Nakamoto, we need to require a block, and Nakamoto keeps track of the fee with an estimation logic. In this PR...

I did not debug how this is possible but it is better to store this error somewhere ``` error: {\\\"code\\\":-25,\\\"message\\\":\\\"bad-txns-inputs-missingorspent\\\"}\") }) 2024-03-25T14:05:44.178Z DEBUG lightningd: Expected error broadcasting tx 020000000001018c9e9f69341019c959b5526231e2bd52bd1e7227a3b72fa40e095ed283b7ddbb0000000000cae9f0800199c20000000000002200203251c1d74d76a6a487afca13913bc09fb3cc766e12efe938c049a1c432316bcf040047304402201a96b84a9e234172ade0f055be867097ac480c2d21f8163f449bde67266dda15022060fe38faed61d573db32ab5d48a3a9eff1f9e27f7adc51e86cb7b22878aad66a014730440220764c985c44e8ae0e303c46588090dea100c997b42ba9bdec7fa66bc68f5cc1fe02205200f62950b4ac4d8a297a97bb30fdc92edd43f5fccaf35b31a46e6963f42f4d0147522102b7c0c24f0a4ed6880289c17132f63c7a9ace2db1dfbc0baaf03a19916cfc867e210382323ae01328ab397c250a3120567531e76970a8c88795cac03e488dafe81b4252ae8ea0b720: [400]...

bug

I was paying the following bolt12 offer on testnet and I get the following stack trace ``` pay: FATAL SIGNAL 11 (version v24.02-modded) 0x55e613c8b092 send_backtrace common/daemon.c:33 0x55e613c8b11a crashdump common/daemon.c:75 0x7fea68d31d5f...

state::stale
state::repro
component::bolt12-pay

### Issue and Steps to Reproduce I am running the tagged version with the following commit https://github.com/ElementsProject/lightning/pull/7123/commits/f828b8bf8b49bcc89a71168955314e190f9de7e7 proposed inside the PR https://github.com/ElementsProject/lightning/pull/7123 The integration testing is at the commit https://github.com/ElementsProject/lightning/pull/7123/commits/12c208d55f11c6063c3677e25e65f8a0f0d0c510...

question
component::bolt12-pay

The `invreq_payerid` is obtained during the offer fetching process by tweaking the bolt12 public key (which is derived from the main secret). Currently, there exists no means to validate our...