Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install uniffi-bindgen-cs
run: cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.10.0+v0.29.4
run: cargo install uniffi-bindgen-cs --git https://github.com/chavic/uniffi-bindgen-cs --rev 31a0473e69b0412f237b6b5ce05ba7fdf031529b
- name: Setup .NET
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install uniffi-bindgen-go
run: cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.5.0+v0.29.5
run: cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.6.0+v0.30.0
- name: Build the bindings
run: make go
- name: Checks for uncommitted changes
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ kotlin: ## Build Kotlin bindings
@$(build_binding) \
cargo run --bin uniffi-bindgen -- generate --library "target/release/libiota_sdk_ffi$${LIB_EXT}" --language kotlin --out-dir bindings/kotlin/lib --no-format -c bindings/kotlin/uniffi.toml || exit $$?; \
cp target/release/libiota_sdk_ffi$${LIB_EXT} bindings/kotlin/lib/
@python3 bindings/kotlin/split_uniffi_interface.py --batch-size 600 || exit $$?
@mv bindings/kotlin/lib/iota_sdk/iota_sdk_ffi.kt bindings/kotlin/lib/iota_sdk/iota_sdk.kt

.PHONY: python
Expand Down
2 changes: 1 addition & 1 deletion bindings/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you want to build the C# bindings from the Rust source:
Install `uniffi-bindgen-cs` via:

```bash
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.10.0+v0.29.4
cargo install uniffi-bindgen-cs --git https://github.com/chavic/uniffi-bindgen-cs --rev 31a0473e69b0412f237b6b5ce05ba7fdf031529b
```

Verify by running `make --version`, `dotnet --version`, and `uniffi-bindgen-cs --version`.
Expand Down
1,199 changes: 636 additions & 563 deletions bindings/csharp/src/IotaSdk/IotaSdk.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bindings/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ If you want to build the Go bindings from the Rust source:
- Rust toolchain
- uniffi-bindgen-go

Until https://github.com/NordSecurity/uniffi-bindgen-go/pull/77 is merged, it is recommended to install `uniffi-bindgen-go` via:
Install `uniffi-bindgen-go` via:

```bash
cargo install uniffi-bindgen-go --git https://github.com/filament-dm/uniffi-bindgen-go --rev ab7315502bd6b979207fdae854e87d531ee8764d
cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.6.0+v0.30.0
```

Verify by running `make --version`, `go version`, and `uniffi-bindgen-go --version`.
Expand Down
6,583 changes: 3,656 additions & 2,927 deletions bindings/go/iota_sdk/iota_sdk.go

Large diffs are not rendered by default.

Loading
Loading