Michael Evans
Michael Evans
When trying to use the INonfungiblePositionManager.positions(tokenId); call, I and others get the following compile error: CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 1 slot(s) too deep...
Fix typo where "amouont" should be "amount" in the splicing documentation. Fix typo "succesfully" needing to be "successfully"
This is to clarify the listpeerchannels documentation. I had been reading it as though listpeerchannels returns all channels in the network, which while developing a frontend did not make sense...
We are adding a dashboard to cln-application that will track performance of a lightning node over time. This issue is to keep track that we will add new rpc methods...
What platforms / stores has the cln-application been deployed to? I heard its also on start9? If there are others too we should update the readme with them.
Add workflows to: - Lint the code - Run tests - Scan for dependency security issues - Build on each pull request, release, and master branch
Bookkeeper has a lot of interesting account data and it is hard to analyze in text form. It would be useful to have visualizations of bookkeeper data to keep track...
This commit adds an invoice rune to the ConnectWallet component. Most values in that screen come from the backend method /shared/connectwallet and the type is found at app-config.type.ts/WalletConnect. An invoice...
This commit uses the `sql` rpc command to fetch the data for the Balance Sheet. getBalanceSheet() was added to use-http.ts as a standalone function instead of getting it via AppContext...