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

feat(daml): creation of connector class #3489

Open
jagpreetsinghsasan opened this issue Aug 20, 2024 · 1 comment · May be fixed by #3615
Open

feat(daml): creation of connector class #3489

jagpreetsinghsasan opened this issue Aug 20, 2024 · 1 comment · May be fixed by #3615
Assignees
Labels
DAML Tasks/bugs/etc. related to DAML support/connectors good-first-issue-400-expert P2 Priority 2: High

Comments

@jagpreetsinghsasan
Copy link
Contributor

jagpreetsinghsasan commented Aug 20, 2024

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

  1. DAML connector class which includes the functionalities provided by the DAML ledger
  2. Openapi specs along with the generated code
  3. Test cases to test the above functionality
@jagpreetsinghsasan 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 jagpreetsinghsasan changed the title feat(daml): connector class feat(daml): creation of connector class Aug 20, 2024
@raynatopedrajeta
Copy link
Contributor

Hello @jagpreetsinghsasan ,

Please assign this ticket to me. Thanks!

Rayn

@raynatopedrajeta raynatopedrajeta linked a pull request Nov 4, 2024 that will close this issue
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants