Skip to content
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

MVP Multi Domain Ledger API #16760

Merged
merged 57 commits into from
Jun 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
67f51b1
MVP Multi Domain Ledger API
nmarton-da Apr 24, 2023
a185249
Some minor comment changes based on reviews.
nmarton-da Apr 26, 2023
9a3e944
Switching to participant offsets
nmarton-da May 8, 2023
9a8981d
Adding comments for field/service removals for 3.0 API
nmarton-da May 8, 2023
a9cf71a
Adding lightweight tree interface projections.
nmarton-da May 8, 2023
86ffdb4
Minor changes as per reviews
nmarton-da May 8, 2023
cb906e7
Minor changes as per reviews
nmarton-da May 13, 2023
73c4d2c
Removing the filter from the ConnectedDomainsService
nmarton-da May 13, 2023
e3eaa5e
Minor improvements based on review
nmarton-da May 15, 2023
5f040f7
Multi-Domain ACS and transfer_counter-s
nmarton-da May 15, 2023
a374175
Fixes on transfer_counter based on recent discussions
nmarton-da May 16, 2023
d0d4943
Tidy up based on review
nmarton-da May 16, 2023
3c01101
Switching to uint64 for transfer_counter
nmarton-da May 16, 2023
14028a6
Adapting ACS to the latest concepts with incomplete transfers
nmarton-da May 16, 2023
af72089
Switching from transaction_id to update_id for multi-domain API
nmarton-da May 16, 2023
8821d28
Some minor changes based on review
nmarton-da May 17, 2023
47ee9ae
Adding transferring_parties to transfers
nmarton-da May 22, 2023
2f188e9
Refactoring to v2
nmarton-da May 22, 2023
3aadf4f
Adding package docs for v2
nmarton-da May 23, 2023
d92281e
Adding support for event_query_service in V2
nmarton-da May 23, 2023
1951497
Fixing a typo
nmarton-da May 23, 2023
809c9c0
Fixing completion response cardinality
nmarton-da May 23, 2023
dd0e952
Make protoc happy
nmarton-da May 23, 2023
2156119
Apply new nomenclature
nmarton-da May 23, 2023
c3ad927
Add further documentation TODOs
nmarton-da May 23, 2023
c20380f
Keep using Command from v1 for not causing problems with Java codegen
nmarton-da May 23, 2023
f17a7f8
Fixing a protobuf index as per review
nmarton-da May 23, 2023
7c22ceb
Minor changes/fixes as per review
nmarton-da May 24, 2023
f9edf28
Minor doc improvements
nmarton-da May 24, 2023
667f6a3
Various improvements
nmarton-da May 25, 2023
170bb51
Remove misplaced deprecation comment
nmarton-da May 25, 2023
fbd25d1
Fix a typo
nmarton-da May 25, 2023
1b325be
Minor fixes as per review (doc, indexing)
nmarton-da May 26, 2023
d8a30ff
Rolling back command_service and update_service extension for transfers
nmarton-da May 26, 2023
2708c53
Restructuring completion again based on discussions + decision
nmarton-da May 26, 2023
f0b1d79
Drop missing/default case for the ParticipantPermission enum
nmarton-da May 26, 2023
382da5b
Move ledger-end query to state_service
nmarton-da May 26, 2023
00f8891
Streamline exports to v2: only what changed
nmarton-da May 26, 2023
930c0f2
Improve docs
nmarton-da May 29, 2023
c9204a9
Various changes as per reviews
nmarton-da May 29, 2023
7cf32f4
Adapted a doc as discussed
nmarton-da May 31, 2023
c414c84
Split out reassignment_command.proto
nmarton-da May 31, 2023
a67ce8d
Simplify update stream responses
nmarton-da May 31, 2023
78b434c
Improve domain documentation wording
nmarton-da May 31, 2023
9d5a579
Wording improvements based on review
nmarton-da Jun 1, 2023
ad2e528
Make time_service synchronous
nmarton-da Jun 1, 2023
8cc9177
Change and simplify active contract response and reassignments
nmarton-da Jun 1, 2023
3cb02be
Re-add workflow id to the active contracts endpoint
nmarton-da Jun 1, 2023
2babeb3
Fix wording of command_service documentation, based on review.
nmarton-da Jun 1, 2023
c2ee369
Fixes trailing spaces
nmarton-da Jun 1, 2023
e6be659
Smaller changes based on reviews
nmarton-da Jun 2, 2023
3ebd2be
Switching to participant offset in v2
nmarton-da Jun 3, 2023
2912c9c
More doc rewording based on reviews
nmarton-da Jun 3, 2023
bd7d63e
Adding changelog/migration info
nmarton-da Jun 4, 2023
e8d2388
Extend to be revisited list
nmarton-da Jun 4, 2023
20d2a0a
Add new proto-s to test-protobuf-structure.sh
nmarton-da Jun 4, 2023
b287581
Attempt to disable failing tests on Windows CI nodes.
nmarton-da Jun 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add new proto-s to test-protobuf-structure.sh
[CHANGELOG_BEGIN]
[CHANGELOG_END]
  • Loading branch information
nmarton-da committed Jun 4, 2023
commit 20d2a0aa6738bb90652b8ff5e84ec2bca43bea7b
17 changes: 17 additions & 0 deletions release/test-protobuf-structure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,22 @@ com/daml/ledger/api/v1/transaction_filter.proto
com/daml/ledger/api/v1/transaction_service.proto
com/daml/ledger/api/v1/value.proto
com/daml/ledger/api/v1/version_service.proto
com/daml/ledger/api/v2/command_completion_service.proto
com/daml/ledger/api/v2/command_service.proto
com/daml/ledger/api/v2/command_submission_service.proto
com/daml/ledger/api/v2/commands.proto
com/daml/ledger/api/v2/completion.proto
com/daml/ledger/api/v2/event_query_service.proto
com/daml/ledger/api/v2/package.proto
com/daml/ledger/api/v2/package_service.proto
com/daml/ledger/api/v2/participant_offset.proto
com/daml/ledger/api/v2/reassignment.proto
com/daml/ledger/api/v2/reassignment_command.proto
com/daml/ledger/api/v2/state_service.proto
com/daml/ledger/api/v2/testing/time_service.proto
com/daml/ledger/api/v2/transaction.proto
com/daml/ledger/api/v2/transaction_filter.proto
com/daml/ledger/api/v2/update_service.proto
com/daml/ledger/api/v2/version_service.proto
EOF
)