hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

feat(satp-hermes): implement API1 endpoints #3605

Closed AndreAugusto11 closed 6 days ago

AndreAugusto11 commented 3 weeks ago

Implemented the following endpoints, with some initial tests:

RafaelAPB commented 1 week ago

@AndreAugusto11 can you please solve conflicts?

AndreAugusto11 commented 1 week ago

@RafaelAPB @petermetz thanks a lot for the comments and suggestions. I have applied them and updated the PR. The main changes were related to passing the log Level instead of the Logger itself and creating an Enum for the gateway status. Also, updated the open API specification to be consistent with the new Enum

RafaelAPB commented 6 days ago

Thank you very much, great work