-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: CardanoNodeClient.getTip() to getTipSlotNo()
- Replaces cardano-cli with cardano-ogmios server and @cardano-ogmios/client - Config is optional as the client package uses default values - Removes CompleteApiServer, hoisting init into index - Adds a shutdown method to release the Ogmios client connections - Adds onDeath handler to gracefully shutdown all modules - Replaces block number with slot number to determine sync status
- Loading branch information
Showing
32 changed files
with
185 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "cardano-node"] | ||
path = cardano-node | ||
url = https://github.com/input-output-hk/cardano-node.git | ||
[submodule "cardano-ogmios"] | ||
path = cardano-ogmios | ||
url = https://github.com/KtorZ/cardano-ogmios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cardano-node
deleted from
9a7331
Submodule cardano-ogmios
added at
6096ae
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.