Wilmer Paulino
86531e5ceb
Use new feature to gate test vectors behind
...
To match the local signatures found in test vectors, we must make sure
we don't use any additional randomess when generating signatures, as
we'll arrive at a different signature otherwise.
2023-04-20 12:14:28 -07:00
benthecarman
36f610c4cf
Add CI test for compile no-std serde lightning-invoice
2023-04-16 13:44:14 -05:00
Arik Sosman
bc97b82de4
Add Taproot CI test.
2023-04-03 13:17:12 -07:00
Elias Rohrer
143c0f80cb
Pin tokio
to fix CI
...
Recently `tokio` got updated to 1.27.0, which bumped MSRV from 1.49 to
1.56.
Here we pin `tokio` accordingly to unbreak CI.
2023-03-28 17:40:08 +02:00
Wilmer Paulino
881656ba9e
Test anchors build in CI
2023-03-20 16:46:38 -07:00
Matt Corallo
6558b510cf
Replace the bulk of CI with a (much simpler) bash script
2023-03-16 19:15:06 +00:00
Matt Corallo
692b0c78da
Set cfg=fuzzing when building fuzz crate in CI
...
We will likely drop the fuzztarget feature soon, and should thus be
setting cfg=fuzzing explicitly anyway.
2021-08-10 22:26:31 +00:00
Devrandom
32d13a2ff8
Rename no_std feature to no-std
...
matches rust-bitcoin
2021-08-03 18:53:33 +02:00
Gene Ferneau
da7a851d47
Use hashbrown replacements for std equivalents
2021-06-18 21:54:21 +00:00
Matt Corallo
e44713190a
Also correct/check links in private item documentation
2021-03-18 11:28:23 -04:00
Matt Corallo
18a0967758
Enforce doc link correctness during cargo doc
runs and in CI
2021-03-18 11:28:23 -04:00
Matt Corallo
4d9532a165
Check each commit at least builds in CI
2020-09-15 19:24:08 -04:00