Alex Myers
b17bc9cc69
meta: bump rust versions for 24.05 release
2024-06-04 20:23:24 -05:00
Erik De Smedt
521ac6a12a
msggen: Implement notification-server
2024-05-16 14:00:18 +02:00
daywalker90
12f50ee20c
rs: bump crate versions for v24.02.1
2024-03-08 14:53:45 +01:00
ok300
a38d81dee0
cln-grpc: Derive serde Serialize/Deserialize for types
2024-01-31 16:44:02 +01:00
Christian Decker
394e926cb7
rs: Fix up grpc conversions
2023-10-24 10:24:52 +10:30
Christian Decker
535d3d953d
rs: Bump crates cln-rpc and cln-grpc to 0.1.5 and cln-plugin to 0.1.6
2023-10-24 10:24:52 +10:30
Christian Decker
8e2e7b1c51
rs: Bump crate versions before publishing
...
Changelog-None
2023-08-28 11:19:30 +02:00
Christian Decker
00ffb39ed6
rs: Guard the cln-rpc dependency behind "server" feature in cln-grpc
...
The `cln-grpc` crate really has a dual purpose: server and
client. Having the server feature be included by default means that we
are pulling in `cln-rpc` which is a Unix only crate, because of the
use of UDS to talk to CLN. We want to use `cln-grpc` on clients too,
and those might not be Unix variants, hence they'd fail when compiling
`cln-rpc`. This PR guards the Unix-related parts behind the `server`
feature flag.
2023-06-01 13:41:21 +09:30
Christian Decker
5ed6f618b3
rust: Bump the versions of cln-rpc, cln-grpc, cln-plugin and grpc-plugin
...
We haven't uploaded the new v23.05 version just yet, and this includes
a couple of bugfixes that happened since too.
2023-05-30 10:06:10 +09:30
Christian Decker
dd8fafd834
rs: Add cln-grpc metadata
2023-01-02 14:33:02 +01:00
Christian Decker
465d9121bf
rs: Bump crate versions for publication
2022-12-22 15:42:12 +01:00
Christian Decker
8e75232205
rs: Update outdated dependencies
...
This commit updates outdated dependencies and hangs all
bitcoin-related dependencies off of the `bitcoin` crate, using its
re-exports. This means that as long as the bitcoin crate matches, all
of its dependents will also match.
Changelog-None
2022-12-22 15:42:12 +01:00
Christian Decker
2e270ea7d3
rs: Bump cln crate versions to 0.1.1
2022-11-18 15:10:32 +01:00
elsirion
b4b0b479ac
Use secp256k1
for public key type
2022-09-26 22:05:30 +02:00
elsirion
e272c93a88
Use bitcoin_hashes
for Sha256
2022-09-26 22:05:30 +02:00
Christian Decker
0c08ca8f27
cln-grpc: Add conversion test for listpeers
2022-04-02 09:46:01 +10:30
Christian Decker
0cbf918af1
cln-grpc: Set cln-grpc version to 0.0.1 until it's complete
...
Suggested-by: Vincenzo Palazzo <@vincenzopalazzo>
2022-03-30 12:15:55 +10:30
Christian Decker
4c105d2424
cln-grpc: Generate grpc bindings from proto
...
This is the easy way, since there's already tooling for this.
2022-02-28 23:25:37 +00:00