Open
Conversation
- Fix API Reference: rename cbtc::withdraw to cbtc::cancel_offers, submit_multi to submit_sequential_chained, request_withdraw to submit_withdraw - Fix ATTESTOR_URL and CANTON_NETWORK values to match actual usage (dlc.link URLs, canton-devnet format) - Add missing Keycloak auth vars to Configuration section and .env.example - Remove broken links (context/ files, example_transfer.sh) - Fix cbtc dependency to branch=main, keycloak to tag=v0.3.0 - Add 4 missing examples to Core Operations table - Remove unused client_credentials from API Reference, add note about canton-lib availability - Add ENVIRONMENT, CONSOLIDATION, CONTRACT DELETION sections to .env.example Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
scolear
reviewed
Mar 2, 2026
| #### `mint_redeem::mint` | ||
|
|
||
| - `list_deposit_accounts(Params)` - Get all deposit accounts for your party | ||
| - `create_deposit_account(Params)` - Create new deposit account for receiving BTC |
Member
There was a problem hiding this comment.
This should be "Create new deposit account for minting CBTC"
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
cbtc::withdraw→cbtc::cancel_offers), function names (submit_multi→submit_sequential_chained,request_withdraw→submit_withdraw), removed unusedclient_credentialsand added note about canton-lib availabilitydlc.linkURLs, CANTON_NETWORK tocanton-devnetformat, added missing Keycloak auth variables to both README and.env.examplecontext/cip-0056.md,context/cip-0078-canton-coin-fee-removal.md,example_transfer.shcbtctobranch = "main",keycloaktotag = "v0.3.0"check_withdraw_requests,list_deposit_addresses,list_contracts,delete_executed_transfers.env.example: Added ENVIRONMENT, Keycloak auth, AMOUNT_PER_RECEIVER, CONTRACT DELETION, and CONSOLIDATION sectionsTest plan
.env.examplecontains all vars needed to run examples🤖 Generated with Claude Code