-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add blockfrost mode to hydra-chain-observer #1631
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bea35a7 - Browse repository at this point
Copy the full SHA bea35a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f3969 - Browse repository at this point
Copy the full SHA 18f3969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216c3da - Browse repository at this point
Copy the full SHA 216c3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba0608 - Browse repository at this point
Copy the full SHA 7ba0608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016d2c5 - Browse repository at this point
Copy the full SHA 016d2c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c95078 - Browse repository at this point
Copy the full SHA 7c95078View commit details -
Enhance Draft by using ExceptT
Also remove unnecessary Adapters given we are going to deserialize from CBOR.
Configuration menu - View commit details
-
Copy full SHA for 6b4b97d - Browse repository at this point
Copy the full SHA 6b4b97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e17d570 - Browse repository at this point
Copy the full SHA e17d570View commit details -
Derive network id from blockfrost project
Also calculate the block time based on genesis info.
Configuration menu - View commit details
-
Copy full SHA for 0237f3d - Browse repository at this point
Copy the full SHA 0237f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579c62b - Browse repository at this point
Copy the full SHA 579c62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff93ea - Browse repository at this point
Copy the full SHA cff93eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e2921 - Browse repository at this point
Copy the full SHA f1e2921View commit details -
* Replaced chain point by block hash: used to start observing from chain. * Removed unnecessary network id: this is derived from the API Project. * Added project file path: instead of using env var.
Configuration menu - View commit details
-
Copy full SHA for d8fcb9d - Browse repository at this point
Copy the full SHA d8fcb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc6d12 - Browse repository at this point
Copy the full SHA 4dc6d12View commit details -
To convert a ChainPoint to a Blockfrost BlockHash.
Configuration menu - View commit details
-
Copy full SHA for 1b2b870 - Browse repository at this point
Copy the full SHA 1b2b870View commit details -
Configuration menu - View commit details
-
Copy full SHA for d667b09 - Browse repository at this point
Copy the full SHA d667b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6915caa - Browse repository at this point
Copy the full SHA 6915caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 933bf34 - Browse repository at this point
Copy the full SHA 933bf34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5870cd0 - Browse repository at this point
Copy the full SHA 5870cd0View commit details -
Break down loop into roll-forward and iterative processes
Now tracking the latest known block and UTxO view for retries.
Configuration menu - View commit details
-
Copy full SHA for 8f70483 - Browse repository at this point
Copy the full SHA 8f70483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0285b8b - Browse repository at this point
Copy the full SHA 0285b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 372be9a - Browse repository at this point
Copy the full SHA 372be9aView commit details -
Now it takes 2 subcommands * direct * blockfrost
Configuration menu - View commit details
-
Copy full SHA for 7e6818c - Browse repository at this point
Copy the full SHA 7e6818cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862ef43 - Browse repository at this point
Copy the full SHA 862ef43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b7136 - Browse repository at this point
Copy the full SHA c8b7136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aff6d3 - Browse repository at this point
Copy the full SHA 2aff6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb79451 - Browse repository at this point
Copy the full SHA cb79451View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffcec8 - Browse repository at this point
Copy the full SHA dffcec8View commit details -
Because: There is no sound way to handle async exceptions with ExceptT. We should never be mixing runtime exceptions thrown with throwIO and ExceptT. ExceptT is also discourage to be used by our coding standard.
Configuration menu - View commit details
-
Copy full SHA for 8c58a8f - Browse repository at this point
Copy the full SHA 8c58a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for caa7cd0 - Browse repository at this point
Copy the full SHA caa7cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 137c243 - Browse repository at this point
Copy the full SHA 137c243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136934c - Browse repository at this point
Copy the full SHA 136934cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4196663 - Browse repository at this point
Copy the full SHA 4196663View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff16daa - Browse repository at this point
Copy the full SHA ff16daaView commit details -
Enhance blockfrost mode invocation sample
Co-authored-by: Noon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d3d8ad - Browse repository at this point
Copy the full SHA 0d3d8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13614a - Browse repository at this point
Copy the full SHA e13614aView commit details -
Refactor options to made them more type-safety
Annoying, but such is life.
Configuration menu - View commit details
-
Copy full SHA for 05bb872 - Browse repository at this point
Copy the full SHA 05bb872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 579f0c0 - Browse repository at this point
Copy the full SHA 579f0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b08a384 - Browse repository at this point
Copy the full SHA b08a384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9358126 - Browse repository at this point
Copy the full SHA 9358126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cea28 - Browse repository at this point
Copy the full SHA 49cea28View commit details -
Revert "Extend smoke tests with check observations"
This reverts commit 2474c5b.
Configuration menu - View commit details
-
Copy full SHA for e97bd04 - Browse repository at this point
Copy the full SHA e97bd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4793f95 - Browse repository at this point
Copy the full SHA 4793f95View commit details