Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msggen: Use owned versions to convert from cln-rpc to cln-grpc
We needed to clone a lot since we were using a non-mutable borrow of the cln-rpc version to then create the cln-grpc version. This alone reduces the number of allocations of the `listpeers` test from 52 allocations to 38.
- Loading branch information