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

declarative API for building tipsets #3228

Closed
aatifsyed opened this issue Jul 18, 2023 · 1 comment
Closed

declarative API for building tipsets #3228

aatifsyed opened this issue Jul 18, 2023 · 1 comment
Labels
Priority: 4 - Low Limited impact and can be implemented at any time Type: Enhancement

Comments

@aatifsyed
Copy link
Contributor

wibni declarative API for building tipsets. I can implement or mentor on this, I've done similar stuff before, and it's super important to make testing easy.

tipsets!(
    genesis --> epoch1a(timestamp = 1) --> epoch2a,
    genesis --> epoch1b --> epoch2b
)

Originally posted by @aatifsyed in #3220 (comment)

@lemmih lemmih added Priority: 4 - Low Limited impact and can be implemented at any time Type: Enhancement labels Aug 2, 2024
@aatifsyed
Copy link
Contributor Author

mostly done in #3849

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 4 - Low Limited impact and can be implemented at any time Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants