feelancer21

Results 16 issues of feelancer21

**Is your feature request related to a problem? Please describe.** One can change the debuglevel with `lncli debuglevel`. But there isn't a way to retreive the current set debuglevel with...

enhancement
feature request

Hello, I am looking for an advanced setting to disable the broadcoasting button on account level. Why? If you are using Sparrow for external funding of lightning channels you don't...

I tested a little bit with the streaming data feature and realized that it's not possible to stream a logfile with a lot of updates in a small time frame....

Found some calls which are not included yet. This PR: 1) Enables GetMissionControlConfig, QueryMissionControl for routerrpc 2) Enables ListAddresses for walletkit

It would be very helpful if a fixed ID could also be passed as a parameter to `MenuItem`. Maintaining the numeric index can be cumbersome when you want to build...

Awesome project :partying_face: I am exploring the component with the following example ``` with st.sidebar: item1 = sac.menu([ sac.MenuItem('home', icon='house', tag='Tag', children=[ sac.MenuItem('store', icon='bag-check'), sac.MenuItem('brand', icon='award', children=[ sac.MenuItem('github', icon='github'), sac.MenuItem('apple',...

### Background I run the current master on testnet and tested the setting of inbound fees with `lncli updatechanpolicy`. But the inbound fees are not preserved if I run the...

bug
good first issue
P2
policy

I am looking for a lncli command returning the `sat_per_kw` for a given `conf_target`. There is `walletrpc.EstimateFee`, but I cannot find a corresponding lncli command for this. I found `lncli...

enhancement
rpc
wallet
fees
P3

`lncli wallet estimatefee` returns the fee estimation of the onchain backend to achieve a given confirmation target. fixes #8726

rpc
wallet
fees

I used `lncli debuglevel` to change the debuglevel and `lncli setmccfg` to change the estimator. In both cases the config under lncli getdebuginfo has not changed. It seems that only...

bug
rpc
config
good first issue
P3