okjodom

Results 14 issues of okjodom

Bumping dependents in our monorepo causes a lot of churn for package versions. However, turning off `bumpDeps` is not desirable since we'd still like to keep automated synchrony of versions...

Introducing mint-client-cli commands for interacting with the gateways. This PR proposes: - [x] `mint-client-cli list-gateways` to lists all gateways registered with the mint, - [x] `mint-client-cli switch-gateways` to activate a...

Closes issue #55 - [x] Rewrite Layer as a react functional component - [x] Split out layer view rendering into manageable files. Moved logical bootstrap form groups into `Layer.forms` file...

At app start, we block render until we are sure we have an instance of neo4j driver. This blocks render indefinitely if driver is never resolved. _See original discussion in...

Adds a `federation_id` field in Gateway requests so the Gateway knows what federation to serve. This is a prerequisite to #664

Go tmux! ``` $ gateway-cli Usage: gateway-cli [OPTIONS] Commands: version-hash Display CLI version hash info Display high-level information about the Gateway balance Check gateway balance TODO: add federation id to...

`gateway-cli info` or `curl /info` will return a mock info object right now. It would be cool to show some high-level but useful information on this gateway query

good first issue

We need a way to persist Gateway configuration beyond restarts. In particular, #714 proposes a way to register federations on a running gateway. The gateway needs to store any such...

We have a working gateway based on CLN plugin and assumptions of serving a single federation. However, to open ground for further development of the gateways, I believe we need...

Sketching out gateway actors that run in scoped threads and rely on central message routing in `LnGateway`