Add readAsPartyIds#1040
Conversation
🦋 Changeset detectedLatest commit: a7c3637 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
This PR updates the mcms dependency to a newer pseudo-version (referenced as a prerequisite for smartcontractkit/mcms#784) and wires the new Canton participant ReadAsPartyIDs field through the CLDF → MCMS Canton chain adapter so downstream MCMS Canton flows can access it.
Changes:
- Bump
github.com/smartcontractkit/mcmstov0.47.1-0.20260610155329-856384f2ce70. - Extend the Canton chain adapter mapping to populate
mcmscanton.Participant.ReadAsPartyIDsfrom CLDF participants. - Update
go.sumaccordingly for the new module version and checksums.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates github.com/smartcontractkit/mcms to the prerequisite version that includes the new API surface. |
| go.sum | Refreshes checksums for the updated mcms pseudo-version. |
| chain/mcms/adapters/chain_access.go | Propagates ReadAsPartyIDs when mapping CLDF Canton participants into MCMS Canton participants. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| github.com/smartcontractkit/go-daml v0.0.0-20260604143752-c6f6567940ba | ||
| github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e | ||
| github.com/smartcontractkit/mcms v0.47.1-0.20260609163952-0b2bf692ba6a | ||
| github.com/smartcontractkit/mcms v0.47.1-0.20260610155329-856384f2ce70 |
There was a problem hiding this comment.
can we just keep the tag instead of a specific commit here?


prereq: smartcontractkit/mcms#784