Skip to content

feat: simrevert type #98

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

Open
wants to merge 2 commits into
base: dylan/chore-deps-sdk-main
Choose a base branch
from

Conversation

prestwich
Copy link
Member

@prestwich prestwich commented May 29, 2025

adds a revert error convenience type to clean up some code and encapsulate our error munging

Copy link
Member Author

prestwich commented May 29, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@prestwich prestwich marked this pull request as ready for review May 29, 2025 14:15
@dylanlott dylanlott force-pushed the dylan/submit-channel-refactors branch 4 times, most recently from 0a3a830 to 0e8eda5 Compare May 30, 2025 21:12
@dylanlott dylanlott changed the base branch from dylan/submit-channel-refactors to graphite-base/98 June 4, 2025 17:41
@dylanlott dylanlott changed the base branch from graphite-base/98 to main June 4, 2025 18:17
@dylanlott dylanlott changed the base branch from main to graphite-base/98 June 4, 2025 18:19
@dylanlott dylanlott changed the base branch from graphite-base/98 to main June 4, 2025 18:30
@dylanlott dylanlott force-pushed the prestwich/simrevert branch 2 times, most recently from f516bc0 to 91b328f Compare June 4, 2025 19:35
@dylanlott dylanlott changed the base branch from main to dylan/chore-deps-sdk-main June 4, 2025 19:35
@dylanlott dylanlott force-pushed the prestwich/simrevert branch from 2c09604 to a96a88f Compare June 4, 2025 22:53
Copy link
Member

@Evalir Evalir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

/// Incorrect host block error
IncorrectHostBlock,
/// Bad signature error
BadSignature,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we're not preserving the data in tihs error since it's probably not worth it do so anyway

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's an error kind not an error itself. it's just a memoization of the type of the actual error data stored elsewhere

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.

3 participants