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

Since tip #176

Closed
wants to merge 3 commits into from
Closed

Since tip #176

wants to merge 3 commits into from

Conversation

KtorZ
Copy link
Member

@KtorZ KtorZ commented Jul 1, 2024

  • 📍 Thread new 'Since' type through the app and add few unit test for the CLI.

  • 📍 half of a fetchTip

  • 📍 Implement and use a 'fetchTip' client for Ogmios.
    TODO: cardano-node direct integration.

  • 📍 Implement FetchTip for cardano-node
    Unfortunately, we have to use an MVar to pass return value from the client since 'connectTo' swallows whatever the client is trying to return. This is unfortunate, but also pretty safe given that we are guaranteed to either: exit with an exception or put a tip in the MVar before attempting to take it.

waalge and others added 3 commits July 1, 2024 15:24
  TODO: cardano-node direct integration.
  Unfortunately, we have to use an MVar to pass return value from the client since 'connectTo' swallows whatever the client is trying to return. This is unfortunate, but also pretty safe given that we are guaranteed to either: exit with an exception or put a tip in the MVar before attempting to take it.
@KtorZ
Copy link
Member Author

KtorZ commented Jul 19, 2024

Merged manually.

@KtorZ KtorZ closed this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant