-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ledger api server: Standalone indexer escaping / dropping of participantId special chars in actor system name #3327
Labels
Milestone
Comments
oliverse-da
added
component/ledger
Sandbox and Ledger API
multi-domain
Pertaining to multi-domain ledger integration
labels
Nov 4, 2019
oliverse-da
added a commit
that referenced
this issue
Nov 6, 2019
6 tasks
oliverse-da
added a commit
that referenced
this issue
Nov 7, 2019
oliverse-da
added a commit
that referenced
this issue
Nov 7, 2019
oliverse-da
added a commit
that referenced
this issue
Nov 7, 2019
oliverse-da
added a commit
that referenced
this issue
Nov 7, 2019
* Divulged contract visibility in multi-participant environments #3351 * Ledger api server time service optional ability for testing #3225 * Allow ledger api server to share DAML-on-X DAML engine #2975 * Allow ledger api server participant ids with LedgerString chars #3327 * Ledger api server includes SQL description in errors #3324
oliverse-da
changed the title
Ledger api server: Standalone indexer escaping / droppping of participantId special chars in actor system name
Ledger api server: Standalone indexer escaping / dropping of participantId special chars in actor system name
Nov 18, 2019
The UrlEncode approach puts '%' characters in the actor name which is not allowed either. Switch to the approach originally described in the description above. |
6 tasks
oliverse-da
added a commit
that referenced
this issue
Nov 25, 2019
Closes #3327 CHANGELOG_BEGIN [Ledger] * Allow non-alphanumeric characters in ledger api server participant ids (space, colon, hash, slash, dot). Proper fix for change originally attempted in v0.13.36. See issue `issue #3327 <https://github.com/digital-asset/daml/issues/3327>`__. CHANGELOG_END Proper fix replacing f39bf7f which does not work
mergify bot
pushed a commit
that referenced
this issue
Nov 25, 2019
…me (#3604) Closes #3327 CHANGELOG_BEGIN [Ledger] * Allow non-alphanumeric characters in ledger api server participant ids (space, colon, hash, slash, dot). Proper fix for change originally attempted in v0.13.36. See issue `issue #3327 <https://github.com/digital-asset/daml/issues/3327>`__. CHANGELOG_END Proper fix replacing f39bf7f which does not work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In StandaloneIndexerServer
The text was updated successfully, but these errors were encountered: