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(connector-polkadot): Connector and Validator #627

Closed
RafaelAPB opened this issue Mar 4, 2021 · 6 comments · Fixed by #2877
Closed

feat(connector-polkadot): Connector and Validator #627

RafaelAPB opened this issue Mar 4, 2021 · 6 comments · Fixed by #2877
Assignees
Labels
enhancement New feature or request P4 Priority 4: Low Polkadot Tasks related or relevant to the Polkadot connector
Milestone

Comments

@RafaelAPB
Copy link
Contributor

Is your feature request related to a problem? Please describe.
One should be able to connect and interact with Polkadot's nodes and parachains, as it is a raising blockchain of blockchains solution.

Describe the solution you'd like
The connector should implement active behavior (deployment, transact) , while the validator should fetch information from the ledger.

@RafaelAPB RafaelAPB added the enhancement New feature or request label Mar 4, 2021
@petermetz petermetz added the Polkadot Tasks related or relevant to the Polkadot connector label Apr 7, 2021
@RafaelAPB
Copy link
Contributor Author

Catarina is working on this. We could add this feature to release v1 or v2 @petermetz

@petermetz petermetz added this to the v1.0.0 milestone May 24, 2021
@petermetz
Copy link
Contributor

@RafaelAPB Added it to the v1.0.0 milestone.

@petermetz petermetz changed the title Polkadot Connector and Validator feat(connector-polkadot): Connector and Validator May 24, 2021
@RafaelAPB
Copy link
Contributor Author

This is implemented at PR #1997, but not (yet) suitable to be merged. Someone can take on the work done so far.

@jagpreetsinghsasan
Copy link
Contributor

We will take over from the current progress of the polkadot connector with Anmol Bansal co-authoring to the existing PR (will assign him the tasks soon)

@AnmolBansalDEV
Copy link
Contributor

I will be working on this, Thank you!

@petermetz petermetz added the P4 Priority 4: Low label Aug 20, 2023
@petermetz petermetz modified the milestones: v1.0.0, v3.0.0 Aug 20, 2023
@petermetz petermetz modified the milestones: v3.0.0, v2.1.0 Sep 8, 2023
@petermetz
Copy link
Contributor

I will be working on this, Thank you!

@AnmolBansalDEV Thank you for pushing it over the line!

FYI: I'll also update the commit message in your PR to declare that it fixes this issue.

petermetz referenced this issue in AnmolBansalDEV/cacti Feb 27, 2024
Primary Changes
---------------
1. Created openapi specs for get-prometheus-exporter-metrics, get-transaction-info,
   get-raw-transaction, sign-raw-transaction, run-transaction, deploy-contract-ink,
   and invoke-contract endpoints
2. Created relevant types for the request as well as response for the above endpoints
3. Added generated code for these endpoints
4. Created connector class with functions to interact with the polkadot ledger
5. Created webservices to interact with the endpoint and the relevant class method
6. Created unit and integration testcases in jest to test base functionality of the connector

Secondary Changes
-----------------
1. Added an ink! contract for running the testcases
2. Added the polkadot connector to ci workflow
3. Created substrate.md to docs-cactus
4. Added the polkadot connector to tsconfig.json

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of polkadot AIO image

Primary Changes
---------------
1. Updated docker image to include multi-stage build
2. Added healthcheck to the image
3. Added Supervisord and removed unneccessary start script
4. Updated the Readme with relevant commands

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): update substrate test tooling

Primary Changes
---------------
1. Added correct healthcheck for ledger container
2. Update the Substrate test ledger testcases

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of readme and architecture reference diagrams

Primary Changes
---------------
1. Added README.md for the connector
2. Added Architecture diagrams for the plugin

Secondary Changes
-----------------
1. Added the docker image for the polkadot connector

Fixes https://github.com/hyperledger/cacti/issues/726
Fixes https://github.com/hyperledger/cacti/issues/727
Fixes https://github.com/hyperledger/cacti/issues/627

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Anmol Bansal <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
petermetz referenced this issue in AnmolBansalDEV/cacti Feb 27, 2024
Primary Changes
---------------
1. Created openapi specs for get-prometheus-exporter-metrics, get-transaction-info,
   get-raw-transaction, sign-raw-transaction, run-transaction, deploy-contract-ink,
   and invoke-contract endpoints
2. Created relevant types for the request as well as response for the above endpoints
3. Added generated code for these endpoints
4. Created connector class with functions to interact with the polkadot ledger
5. Created webservices to interact with the endpoint and the relevant class method
6. Created unit and integration testcases in jest to test base functionality of the connector

Secondary Changes
-----------------
1. Added an ink! contract for running the testcases
2. Added the polkadot connector to ci workflow
3. Created substrate.md to docs-cactus
4. Added the polkadot connector to tsconfig.json

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of polkadot AIO image

Primary Changes
---------------
1. Updated docker image to include multi-stage build
2. Added healthcheck to the image
3. Added Supervisord and removed unneccessary start script
4. Updated the Readme with relevant commands

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): update substrate test tooling

Primary Changes
---------------
1. Added correct healthcheck for ledger container
2. Update the Substrate test ledger testcases

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of readme and architecture reference diagrams

Primary Changes
---------------
1. Added README.md for the connector
2. Added Architecture diagrams for the plugin

Secondary Changes
-----------------
1. Added the docker image for the polkadot connector

Fixes hyperledger/cacti#726
Fixes hyperledger/cacti#727
Fixes hyperledger/cacti#627

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Anmol Bansal <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz linked a pull request Feb 27, 2024 that will close this issue
5 tasks
petermetz referenced this issue in AnmolBansalDEV/cacti Feb 27, 2024
Primary Changes
---------------
1. Created openapi specs for get-prometheus-exporter-metrics, get-transaction-info,
   get-raw-transaction, sign-raw-transaction, run-transaction, deploy-contract-ink,
   and invoke-contract endpoints
2. Created relevant types for the request as well as response for the above endpoints
3. Added generated code for these endpoints
4. Created connector class with functions to interact with the polkadot ledger
5. Created webservices to interact with the endpoint and the relevant class method
6. Created unit and integration testcases in jest to test base functionality of the connector

Secondary Changes
-----------------
1. Added an ink! contract for running the testcases
2. Added the polkadot connector to ci workflow
3. Created substrate.md to docs-cactus
4. Added the polkadot connector to tsconfig.json

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of polkadot AIO image

Primary Changes
---------------
1. Updated docker image to include multi-stage build
2. Added healthcheck to the image
3. Added Supervisord and removed unneccessary start script
4. Updated the Readme with relevant commands

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): update substrate test tooling

Primary Changes
---------------
1. Added correct healthcheck for ledger container
2. Update the Substrate test ledger testcases

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of readme and architecture reference diagrams

Primary Changes
---------------
1. Added README.md for the connector
2. Added Architecture diagrams for the plugin

Secondary Changes
-----------------
1. Added the docker image for the polkadot connector

Fixes hyperledger/cacti#726
Fixes hyperledger/cacti#727
Fixes hyperledger/cacti#627

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Anmol Bansal <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
petermetz referenced this issue Feb 27, 2024
Primary Changes
---------------
1. Created openapi specs for get-prometheus-exporter-metrics, get-transaction-info,
   get-raw-transaction, sign-raw-transaction, run-transaction, deploy-contract-ink,
   and invoke-contract endpoints
2. Created relevant types for the request as well as response for the above endpoints
3. Added generated code for these endpoints
4. Created connector class with functions to interact with the polkadot ledger
5. Created webservices to interact with the endpoint and the relevant class method
6. Created unit and integration testcases in jest to test base functionality of the connector

Secondary Changes
-----------------
1. Added an ink! contract for running the testcases
2. Added the polkadot connector to ci workflow
3. Created substrate.md to docs-cactus
4. Added the polkadot connector to tsconfig.json

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of polkadot AIO image

Primary Changes
---------------
1. Updated docker image to include multi-stage build
2. Added healthcheck to the image
3. Added Supervisord and removed unneccessary start script
4. Updated the Readme with relevant commands

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): update substrate test tooling

Primary Changes
---------------
1. Added correct healthcheck for ledger container
2. Update the Substrate test ledger testcases

Signed-off-by: Anmol Bansal <[email protected]>

=======================================================================

feat(polkadot): creation of readme and architecture reference diagrams

Primary Changes
---------------
1. Added README.md for the connector
2. Added Architecture diagrams for the plugin

Secondary Changes
-----------------
1. Added the docker image for the polkadot connector

Fixes hyperledger/cacti#726
Fixes hyperledger/cacti#727
Fixes hyperledger/cacti#627

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Anmol Bansal <[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
enhancement New feature or request P4 Priority 4: Low Polkadot Tasks related or relevant to the Polkadot connector
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants