Skip to content

Commit 36c0c41

Browse files
authored
Merge pull request #169 from TheBlueMatt/main
0.1.0.0 Release
2 parents 3fe8cb1 + bb795c6 commit 36c0c41

File tree

1,015 files changed

+146246
-66899
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,015 files changed

+146246
-66899
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
# Note this is a different endpoint, as we need one non-upstream commit!
4141
git clone https://github.com/lightningdevkit/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/0.0.125-bindings
43+
git checkout origin/0.1-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.125
47+
git checkout 0.1
4848
- name: Rebuild C bindings without STD
4949
run: |
5050
cd ldk-c-bindings
@@ -136,11 +136,11 @@ jobs:
136136
# Note this is a different endpoint, as we need one non-upstream commit!
137137
git clone https://github.com/lightningdevkit/rust-lightning
138138
cd rust-lightning
139-
git checkout origin/0.0.125-bindings
139+
git checkout origin/0.1-bindings
140140
cd ..
141141
git clone https://github.com/lightningdevkit/ldk-c-bindings
142142
cd ldk-c-bindings
143-
git checkout 0.0.125
143+
git checkout 0.1
144144
- name: Rebuild C bindings with STD
145145
run: |
146146
cd ldk-c-bindings
@@ -159,13 +159,13 @@ jobs:
159159
# Ubuntu's version of clang doesn't support....anything that should work.
160160
# Ubuntu is an utter trash OS and should generally never be used for anything.
161161
# We also require dotnet so we use fedora
162-
container: fedora:39
162+
container: fedora:41
163163
strategy:
164164
fail-fast: false
165165
steps:
166166
- name: Install required dependencies
167167
run: |
168-
dnf install -y mingw64-gcc git cargo dotnet clang llvm lld faketime rust-std-static-x86_64-pc-windows-gnu which diffutils rust-src
168+
dnf install -y mingw64-gcc git cargo dotnet-sdk-9.0 clang llvm lld faketime rust-std-static-x86_64-pc-windows-gnu which diffutils rust-src
169169
- name: Checkout source code
170170
uses: actions/checkout@v2
171171
with:
@@ -181,11 +181,11 @@ jobs:
181181
# Note this is a different endpoint, as we need one non-upstream commit!
182182
git clone https://github.com/lightningdevkit/rust-lightning
183183
cd rust-lightning
184-
git checkout origin/0.0.125-bindings
184+
git checkout origin/0.1-bindings
185185
cd ..
186186
git clone https://github.com/lightningdevkit/ldk-c-bindings
187187
cd ldk-c-bindings
188-
git checkout 0.0.125
188+
git checkout 0.1
189189
- name: Fetch MacOS SDK
190190
run: |
191191
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz
@@ -336,11 +336,11 @@ jobs:
336336
# Note this is a different endpoint, as we need one non-upstream commit!
337337
git clone https://github.com/lightningdevkit/rust-lightning
338338
cd rust-lightning
339-
git checkout origin/0.0.125-bindings
339+
git checkout origin/0.1-bindings
340340
cd ..
341341
git clone https://github.com/lightningdevkit/ldk-c-bindings
342342
cd ldk-c-bindings
343-
git checkout 0.0.125
343+
git checkout 0.1
344344
- name: Pin proc-macro and quote to meet MSRV
345345
run: |
346346
cd ldk-c-bindings/c-bindings-gen
@@ -397,11 +397,11 @@ jobs:
397397
# Note this is a different endpoint, as we need one non-upstream commit!
398398
git clone https://github.com/lightningdevkit/rust-lightning
399399
cd rust-lightning
400-
git checkout origin/0.0.125-bindings
400+
git checkout origin/0.1-bindings
401401
cd ..
402402
git clone https://github.com/lightningdevkit/ldk-c-bindings
403403
cd ldk-c-bindings
404-
git checkout 0.0.125
404+
git checkout 0.1
405405
- name: Pin proc-macro and quote to meet MSRV
406406
run: |
407407
cd ldk-c-bindings/c-bindings-gen
@@ -524,11 +524,11 @@ jobs:
524524
# Note this is a different endpoint, as we need one non-upstream commit!
525525
git clone https://github.com/lightningdevkit/rust-lightning
526526
cd rust-lightning
527-
git checkout origin/0.0.125-bindings
527+
git checkout origin/0.1-bindings
528528
cd ..
529529
git clone https://github.com/lightningdevkit/ldk-c-bindings
530530
cd ldk-c-bindings
531-
git checkout 0.0.125
531+
git checkout 0.1
532532
- name: Fetch MacOS SDK
533533
run: |
534534
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz
@@ -665,11 +665,11 @@ jobs:
665665
# Note this is a different endpoint, as we need one non-upstream commit!
666666
git clone https://github.com/lightningdevkit/rust-lightning
667667
cd rust-lightning
668-
git checkout origin/0.0.125-bindings
668+
git checkout origin/0.1-bindings
669669
cd ..
670670
git clone https://github.com/lightningdevkit/ldk-c-bindings
671671
cd ldk-c-bindings
672-
git checkout 0.0.125
672+
git checkout 0.1
673673
- name: Checkout Android AAR binaries and artifacts
674674
run: |
675675
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:

0 commit comments

Comments
 (0)