-
```
Enter gateway password:
Error:
```
-
It's not too early to start keeping track of versions as we've discussed before.
```
const CONSENSUS_VERSION : (u32, u32) = (0, 0); // consensus version + api sub-version; TODO: Package in `struct…
-
After #2246 , we can introduce an API for configuring gateway fees. Ideally, this should be a configuration per federation served by the gateway.
Related to #524
-
While testing I found out that CLN apparently has problems with seeing itself as the first hop of a route hint and won't route (complains that it can't find *itself*). This sounds similar to the limit…
-
To ensure a consistent UI experience, we should be using `useTheme` everywhere there are style props passed to a component.
> Should useTheme here for button sizes.
_Originally posted by @garyra…
-
We should ideally never been in the state where they're rendered so should remove the default basics. At a minimum, we should remove the button that advances.
_Originally posted by @garyray-k in ht…
-
Lay some framework for translating.
fwiw, I've seen json files work nicely for this.
i.e.
en.json
```json
{
"dashboard": {
"title": "Fedimint Guardian Dashbaord"
}
}
```…
-
Hi,
Sorry this is not a bug or anything, feel free to close or point elsewhere. I'm checking the documentation regarding cross-compilation and I'm trying to have a multi-target setup so I can selec…
-
When serializing e-cash we currently rely on the user to remember to which federation it belongs. To be able to give better error messages we should include the federation id so that incompatible fede…
-
To avoid issuing denominations with low anonymity set there should be a federation API endpoint that shows issuances per denomination. The client should use that information to choose output denominat…