Added a checkpointing bot for Hyperdrive#731
Merged
jalextowle merged 6 commits intomainfrom Jul 24, 2023
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
576ef16 to
de5cb21
Compare
|
Remaining rate limit: 4971 🚀 |
de5cb21 to
9da1e6e
Compare
|
Remaining rate limit: 4967 🚀 |
|
Remaining rate limit: 4962 🚀 |
dpaiton
reviewed
Jul 24, 2023
dpaiton
reviewed
Jul 24, 2023
dpaiton
reviewed
Jul 24, 2023
dpaiton
reviewed
Jul 24, 2023
dpaiton
approved these changes
Jul 24, 2023
|
Remaining rate limit: 4978 🚀 |
|
Remaining rate limit: 4976 🚀 |
|
Remaining rate limit: 4998 🚀 |
a47c60f to
b54aadd
Compare
|
Remaining rate limit: 4996 🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hyperdrive is relatively low maintenance; however, it's important to mint every checkpoint for each Hyperdrive pool to ensure that matured positions are closed at the correct share price. This bot is a minimum crappy product that has been lightly tested (by production standards) and mints new checkpoints successfully when started up alongside the Hyperdrive compose app.
Every time I've written a bot like this, they have hit unforeseen issues when interacting with production Ethereum networks. I hope that this will be reasonably reliable on devnet; however, this is going to be a work in progress until it becomes battle-hardened after a lot of use.