daywalker90

Results 70 comments of daywalker90

> > Can we make a checklist of what APIs are missing? > > Here you go #7209 @rustyrussell - now even tests can catch missing calls I have commits...

Everything is in now except the sql/commando methods and methods that dont make sense via grpc e.g. batching

Ah yes thanks github for changing the default branch name.

@sr-gi clnrest and cln-grpc are just plugins to serve the rpc via REST and GRPC. They are not relevant for this project and can safely be ignored. I removed the...

> This works now, but the code needs to be properly formatted. Run `black -l 120 watchtower-plugin/tests` locally. > > Looks good otherwise, thanks for taking the time to fix...

This is still based on the old json schema format. Will you update this PR @s373nZ ?

IIRC you should not change the `added` version but instead use the patch.py to backfill the fields: - uncomment these lines in `contrib/msggen/msggen/patch.py`: ```python # if f.added is None and...

Ah yes you have to change the `sat` type to `msat` for now. Then rerun msggen