Matt Corallo
e10dfe4fd0
Bump crate versions to 0.0.110/invoice 0.18
2022-07-26 22:01:09 +00:00
Matt Corallo
156cc77753
Bump crate versions to 0.0.109/invoice 0.17
2022-07-01 16:05:33 +00:00
Matt Corallo
deac430f17
Update crate versions to 0.0.108/invoice 0.16
2022-06-10 14:53:23 +00:00
Jeffrey Czyz
b2e635f619
Bump crate versions to 0.0.107/invoice 0.15
2022-06-08 18:16:48 -05:00
Devrandom
28d33ff9e0
bitcoin crate 0.28.1
2022-05-05 18:04:42 +02:00
Jeffrey Czyz
de8bb8d261
Bump crate versions to 0.0.106/invoice 0.14
2022-04-03 08:05:08 -05:00
Matt Corallo
def0628332
Bump crate versions to 0.0.105/invoice 0.13
2022-03-01 00:43:24 +00:00
Jeffrey Czyz
62b1e01ad9
Generate docs with features for docs.rs
...
Enable generating docs using --all-features or --features="std" where
applicable. Additionally, use doc_auto_cfg to tag items requiring a
feature.
https://doc.rust-lang.org/nightly/rustdoc/unstable-features.html#doc_auto_cfg-automatically-generate-doccfg
This requires building with nightly, which is what is used by docs.rs.
https://docs.rs/about/builds
To test locally, use:
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc ...
2022-02-18 15:38:31 -06:00
Matt Corallo
aca5b6934a
Restrict tokio to 1.14 as a dev-dependency
...
This maintains our MSRV for simple `cargo test` runs, but doesn't
restrict users to any specific 1.X tokio version.
2022-02-17 17:47:13 +00:00
hackerrdave
d46c2a20e1
update repo name to use lightningdevkit
2021-12-26 22:53:16 -05:00
Matt Corallo
ec86e2a1a7
Bump versions to 0.0.104/invoice 0.12
2021-12-17 21:34:19 +00:00
Matt Corallo
2b837bb272
Bump crate versions to 0.0.103/invoice 0.11
2021-11-03 02:20:51 +00:00
Matt Corallo
f2e47e0db2
Bump crate versions to 0.0.102 and lightning-invoice 0.10
2021-10-18 18:32:36 +00:00
Matt Corallo
43fe3d55f1
Bump Crate versions to 0.0.101 (and invoice to 0.9)
2021-09-23 18:22:59 +00:00
Matt Corallo
11f78798d3
Update versions to 0.0.100 and lightning-invoice to 0.8
2021-08-17 18:55:07 +00:00
Matt Corallo
3f229052ea
Bump dependencies to bitcoin 0.27 and bech32 0.8
2021-07-31 18:29:07 +00:00
Matt Corallo
c9a8b26d58
Bump most crate versions to 0.0.99 and lightning-invoice to 0.7.0
2021-07-09 16:34:46 +00:00
Matt Corallo
9c9081dfcb
Bump versions to 0.0.98, lightning-invoice to 0.6.0
2021-06-08 21:08:29 +00:00
Matt Corallo
f551d5946b
Bump versions to 0.0.14, lightning-invoice 0.5
2021-05-01 00:43:15 +00:00
Matt Corallo
eeec6fac5c
Update licenses and add missing fields in Cargo.toml files
2021-03-09 16:53:03 -05:00
Matt Corallo
d65d7e7257
Bump versions to 0.0.13 across the board
...
We also skip having different versions for different subcrates,
since that is confusing.
2021-03-09 14:11:11 -05:00
Matt Corallo
a51d5cef58
Update rust-bitcoin
2021-02-26 15:15:18 -05:00
Matt Corallo
5a403bdb13
Update tokio to 1.0
...
This requires ensuring TcpStreams are set in nonblocking mode as
tokio doesn't handle this for us anymore, so we adapt the public
API to just accept std TcpStreams instead of an extra conversion
hop. Luckily converting them is cheap.
2021-01-26 18:37:04 -05:00
Matt Corallo
f3774050aa
Bump lightning-net-tokio crate version.
2020-11-24 17:55:56 -05:00
Matt Corallo
4aa8e9cda7
Bump version to 0.0.12
2020-11-24 16:35:20 -05:00
Matt Corallo
b9707da138
Update to latest upstream rust-bitcoin
2020-09-10 16:20:01 -04:00
Dr. Maxim Orlovsky
27079e04d7
Adopting new bitcoin hash types and crate version
2020-04-29 12:37:46 +02:00
Dr. Maxim Orlovsky
eff8af2110
BDR: Linearizing secp256k1 deps
2020-04-28 16:17:44 +02:00
Dr. Maxim Orlovsky
4909d3cd6a
Bitcoin deps refactoring (BDR): Linearizing bitcoin_hash deps
2020-04-28 16:17:42 +02:00
Matt Corallo
8b18d906bb
Bump versions to 0.0.11/net-tokio 0.0.3
2020-04-24 22:10:00 -04:00
Matt Corallo
174ccf5abe
Fix typo in lightning-net-tokio crate description.
2020-03-11 12:19:39 -04:00
Matt Corallo
5ada940464
Rewrite lightning-net-tokio using async/await and tokio 0.2
...
This is a rather major rewrite, using async/await and tokio 0.2,
which cleans up the code a ton as well as adds significantly to
readability.
2020-03-11 12:19:39 -04:00
Matt Corallo
1e52786e1c
Bump versions to 0.0.10
2019-12-11 18:17:54 -05:00
Matt Corallo
6fc775da45
Bump bitcoin dep to 0.21
2019-12-11 18:17:54 -05:00
RJ Rybarczyk
88fef649b1
Use workspaces to separate crates
2019-11-15 02:44:30 +00:00