chore(sdk): bump robosystems-client to 0.5.2; demo uses typed wrappers#890
Merged
Conversation
The 0.5.2 client carries the regulatory_disclosure block_type + concept_arrangement enum and the bind-text-block operation, so the showcase runner's two raw-HTTP call sites (create-taxonomy-block for both note shapes, bind-text-block for the policy binds) swap to LedgerClient.create_taxonomy_block / bind_text_block. Verified end-to-end: notes authored, 3 documents bound, report filed, Arelle + SHACL clean.
0.5.3 adds textValue/factType/contentType to the client's GraphQL query documents, completing the round-trip: the demo's verify step now prints each bound policy's narrative head instead of the numeric fallback.
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.
Summary
Consumes the freshly published
robosystems-client0.5.3: the showcase runner's two raw-HTTP call sites (create-taxonomy-blockfor both disclosure note shapes,bind-text-blockfor the policy binds) swap to the typedLedgerClientwrappers, closing the TODO left when the previous client release rejected the disclosure request fields. 0.5.3 also carries the GraphQL query-document fix (robosystems-python-client #141), so narrative disclosure envelopes round-trip completely.Testing
just test-codeclean.list_information_blocks.