Alex Myers
b17bc9cc69
meta: bump rust versions for 24.05 release
2024-06-04 20:23:24 -05:00
daywalker90
12f50ee20c
rs: bump crate versions for v24.02.1
2024-03-08 14:53:45 +01:00
Erik De Smedt
ce41aa4ccc
cln_rpc: Split low- from high-level API calls.
...
The `cln::ClnRpc` plugin has a `call` and a `call`-typed method
which worked only on structs that are mentioned in
`src::primitives::Request`.
The consequence is that any rpc-method that is not (yet) defined in this
crate could not be used.
I've adapted the `ClnRpc`-method and create a low-level binding named
`call_raw`. All changes in this commit should be backward compatible.
2024-01-09 14:12:46 +01:00
Christian Decker
05105d404c
rs: Bump versions of cln-plugin
and cln-rpc
2023-12-15 10:01:57 +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
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
89534f749a
rs: Add cln-rpc 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
Justin Moon
acc78397eb
Remove native-tls dependency from cln-rpc
2022-06-23 15:45:06 +02:00
Christian Decker
20704746bc
grpc: Map sendonion
and createonion
2022-04-02 09:46:01 +10:30
Christian Decker
787350eaa9
pytest: Test the rust bindings from cln-rpc
2022-02-11 16:02:25 +01:00
Christian Decker
faa3835177
cln-rpc: Scaffolding for the cln-rpc crate
...
Changelog-Added: cln-rpc: A new Rust library called `cln-rpc` can be used to interact with the JSON-RPC
2022-02-11 16:02:25 +01:00