Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
241e0ce
Add bindings crate
DaughterOfMars Jun 13, 2025
6c800db
fix test
DaughterOfMars Jun 13, 2025
8e28e26
tweaks
DaughterOfMars Jun 13, 2025
3f5d7aa
remove gate
DaughterOfMars Jun 19, 2025
5e282d6
missing impl and remove another gate
DaughterOfMars Jun 19, 2025
63a624f
cleanup
DaughterOfMars Jun 19, 2025
260748f
clippy
Thoralf-M Jun 20, 2025
659e368
re-add sub feature
DaughterOfMars Jun 23, 2025
f3fef42
Merge branch 'sdk-bindings' into feat/more-bindings
DaughterOfMars Jun 30, 2025
c679199
feat(bindings): Remove uniffi impls from core crates and use object w…
DaughterOfMars Jul 30, 2025
b7bc06e
Merge branch 'sdk-bindings' into feat/more-bindings
DaughterOfMars Jul 30, 2025
313b9f1
feat(bindings): Convert some types to remote records and add docs (#63)
DaughterOfMars Jul 31, 2025
37a3f7e
Merge branch 'develop' into feat/more-bindings
DaughterOfMars Aug 1, 2025
fcdd946
Merge branch 'sdk-bindings' into feat/more-bindings
DaughterOfMars Aug 1, 2025
f27151d
Merge branch 'sdk-bindings' into feat/more-bindings
DaughterOfMars Aug 6, 2025
e715226
clippy
DaughterOfMars Aug 6, 2025
82d8523
fix doc
DaughterOfMars Aug 6, 2025
1c521af
harmony
DaughterOfMars Aug 6, 2025
4109152
remove unnecessary flags (again)
DaughterOfMars Aug 7, 2025
371a3de
nits
DaughterOfMars Aug 7, 2025
84170ac
more nits
DaughterOfMars Aug 7, 2025
41aaa9d
nitttt
DaughterOfMars Aug 7, 2025
ebf4e18
refactor typetag methods and add into_opt
DaughterOfMars Aug 7, 2025
8c81eab
rename err
DaughterOfMars Aug 7, 2025
f634327
remove derive from
DaughterOfMars Aug 7, 2025
6b02b40
Update crates/iota-sdk-types/Makefile
DaughterOfMars Aug 7, 2025
bee1c07
add ci concurrency
DaughterOfMars Aug 7, 2025
1c7caa9
Merge branch 'feat/more-bindings' of https://github.com/iotaledger/io…
DaughterOfMars Aug 7, 2025
9000944
remove rest of the derives
DaughterOfMars Aug 7, 2025
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: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
Cargo.lock
.idea
.idea
*.dylib
__pycache__
22 changes: 0 additions & 22 deletions bindings/README.md

This file was deleted.

4,459 changes: 1,121 additions & 3,338 deletions bindings/python/lib/iota_graphql_client.py

Large diffs are not rendered by default.

Loading
Loading