Open
Conversation
README: - Fix incorrect API function names in ledger API reference (get -> get_by_party, stream -> subscribe, submit -> wait_for_transaction_tree) - Add missing ledgrpc crate to crates table - Add cryptography and canton-proto-rs to installation snippet - Fix "Deafult" typo in breaking changes section .env.example: - Remove 8 phantom variables not used in any code (ATTESTOR_URL, CANTON_NETWORK, DESTINATION_BTC_ADDRESS, TRANSFER_AMOUNT, RECIPIENTS_CSV, RECEIVER_PARTY, TRANSFER_COUNT, LIB_TEST_TRANSFER_OFFER_CID) - Add 6 missing variables used by delete_executed_transfers example (KEYCLOAK_CLIENT_SECRET, CHOICE_CONTRACT_TEMPLATE_ID, CHOICE_CONTRACT_ID, DISCLOSED_CONTRACT_TEMPLATE_ID, DISCLOSED_CONTRACT_BLOB, plus optional ones) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
scolear
approved these changes
Mar 2, 2026
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
get→get_by_party,stream→subscribe,submit→wait_for_transaction_tree)ledgrpccrate to crates table and installation snippet; addcryptographyto installation snippetDeafult→Defaultin breaking changes section.env.examplethat aren't used anywhere in the codebase (ATTESTOR_URL,CANTON_NETWORK,DESTINATION_BTC_ADDRESS,TRANSFER_AMOUNT,RECIPIENTS_CSV,RECEIVER_PARTY,TRANSFER_COUNT,LIB_TEST_TRANSFER_OFFER_CID)delete_executed_transfersexample (KEYCLOAK_CLIENT_SECRET,CHOICE_CONTRACT_TEMPLATE_ID,CHOICE_CONTRACT_ID,DISCLOSED_CONTRACT_TEMPLATE_ID,DISCLOSED_CONTRACT_BLOB, plus optional ones)Test plan
.env.exampleare referenced in code.env.example🤖 Generated with Claude Code