Fix/binding parity improvements#28
Merged
Nic-dorman merged 2 commits intomaidsafe:mainfrom Feb 6, 2026
Merged
Conversation
Dart bindings: - Add new type files: archive, data_map_chunk, graph_entry, key_derivation, pointer, register, scratchpad, vault - Extend Client with private data, chunk, pointer, scratchpad, register, graph entry, vault, and archive operations - Add comprehensive tests for all new types - Fix GraphEntryAddress and ScratchpadAddress cloneHandle() usage Go bindings: - Add DataStream type for streaming data operations - Add stream.go with DataStreamPublic() and related methods Lua bindings: - Extend client.lua with pointer, scratchpad, register, graph entry, vault, and archive operations - Add test_file_ops.lua for file operation tests PHP bindings: - Add new type files: Archive, DataMapChunk, GraphEntry, KeyDerivation, Pointer, Register, Scratchpad, Vault - Extend Client with sync wrapper methods for network operations - Add AsyncHelper for blocking operation support - Add comprehensive tests for new functionality - Update FFI header with new function declarations Rust: - Add blocking wrapper functions for async operations to support PHP and other sync-only FFI consumers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix blocking wrapper function signatures to use RustBuffer *out_result pattern for functions returning records (scratchpad, register, graph entry, vault, archive operations) - Fix parseUploadResult to handle Arc<DataAddress> as 8-byte pointer instead of hex string - Fix PublicArchive/PrivateArchive addFile to capture returned handle (Rust immutable pattern returns new Arc<Self>) - Add 32-byte value helpers for register tests - Fix duplicate test method name in GraphEntryVaultArchiveTest - Update integration tests with proper assertions and skip markers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.