-
Notifications
You must be signed in to change notification settings - Fork 286
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
feat(daml): creation of connector class #3489
Labels
DAML
Tasks/bugs/etc. related to DAML support/connectors
good-first-issue-400-expert
P2
Priority 2: High
Comments
jagpreetsinghsasan
added
DAML
Tasks/bugs/etc. related to DAML support/connectors
good-first-issue-400-expert
P2
Priority 2: High
labels
Aug 20, 2024
jagpreetsinghsasan
changed the title
feat(daml): connector class
feat(daml): creation of connector class
Aug 20, 2024
5 tasks
Hello @jagpreetsinghsasan , Please assign this ticket to me. Thanks! Rayn |
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 4, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Signed-off-by: raynato.c.pedrajeta <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 5, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Signed-off-by: raynato.c.pedrajeta <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 8, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Signed-off-by: raynato.c.pedrajeta <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 14, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Signed-off-by: raynato.c.pedrajeta <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 14, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Signed-off-by: raynato.c.pedrajeta <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 14, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Signed-off-by: raynato.c.pedrajeta <[email protected]>
petermetz
pushed a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 14, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: raynato.c.pedrajeta <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 20, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: raynato.c.pedrajeta <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 21, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: raynato.c.pedrajeta <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
raynatopedrajeta
added a commit
to raynatopedrajeta/cacti
that referenced
this issue
Nov 21, 2024
Primary Changes --------------- 1. Create a DAML connector class 2. Created OpenAPI endpoints of DAML 3. Created DAML web services for create, exercise and query contracts 4. Create simple IOU Transaction using DAML Fixes hyperledger-cacti#3489 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: raynato.c.pedrajeta <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DAML
Tasks/bugs/etc. related to DAML support/connectors
good-first-issue-400-expert
P2
Priority 2: High
Description
As a developer, I want to create the daml connector class which includes an openapi spec file for the daml related functional endpoints, generated code from that openapi spec file, the connector class which utilizes the generated code to implement the functionality along with test cases to test the openapi specs, generated code, connector class, test tooling class and the underlying aio based test ledger
Prometheus exporter and reference architecture diagrams shouldn't be a part of this task. Seperate tasks will be created to incorporate that
openapi spec file for besu
besu connector class
besu test cases
Acceptance Criteria
The text was updated successfully, but these errors were encountered: