Skip to content

Commit

Permalink
feat(satp-hermes): implement API1 endpoints
Browse files Browse the repository at this point in the history
Implemented the following endpoints, with some initial tests:
* healthcheck: responds if SATP Hermes is on
* get status: retrieve the status of a SATP session
* get integrations: retrieves data about each supported network,
or other external system

Signed-off-by: André Augusto <[email protected]>
  • Loading branch information
AndreAugusto11 authored and RafaelAPB committed Nov 15, 2024
1 parent 2896426 commit e377d8d
Show file tree
Hide file tree
Showing 16 changed files with 993 additions and 489 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ export class CbdcBridgingAppDummyInfrastructure {
id,
status: sessionData.data.status,
substatus: sessionData.data.substatus,
sourceLedger: sessionData.data.originChain.dltProtocol,
receiverLedger: sessionData.data.destinationChain.dltProtocol,
sourceLedger: sessionData.data.originNetwork.dltProtocol,
receiverLedger: sessionData.data.destinationNetwork.dltProtocol,
};

sessionsData.push(data);
Expand Down
Loading

0 comments on commit e377d8d

Please sign in to comment.