maan2003

Results 133 comments of maan2003

ref https://github.com/fedimint/fedimint/pull/5236

we also have `fedimint_core::util::retry` (the best one :))

it is automatic now :tada: https://developers.googleblog.com/en/gemini-2-5-models-now-support-implicit-caching/

@douglaz :shrug: it is reponsiblity of client integrator, is this issue for fedimint cli?

email ![image](https://github.com/user-attachments/assets/7425028f-2dcf-41a0-9621-413a239f6e1d) @notpeter I received this, did you configure this? or it some automatic bot just annoying people with ai slop.

pay_lightning_address rpc shouldn't exist, you should call get_invoice rpc and then call pay_bolt11_invoice with result

> But we still need a function that takes a URL/address + amount and pays directly. Should this logic be moved to TS instead? why do you need that function...

how is verify_lightning_address different from get_invoice?

from implementation they look the same https://github.com/fedimint/fedimint/pull/7988/files#diff-d754f9b1f77285e47d11bdecd4e3df652f846e5cedd12ded095ae84816a64cc2R1400-R1408 if they are different (one is not a superset) then two rpcs are fine. I would prefer one RPC.