Tooling and standardization for sporks.json
@m4ksio is already working on this.
Since Feb 9, 2022.
- Dominant language
- Go
- Stars
- 361
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
Context: https://github.com/onflow/flow/pull/809#issuecomment-1032943859
Once we establish some standard for the sporks.json format, we should have some tool to generate this file in order to avoid manual errors.
Also, I think it would be a good idea to create a new file per spork to retain the history of sporks instead of appending to the same file every time. This makes it easier to track down the details of a specific spork rather than looking through a large file. It's also likely that the sporks.json format will continue to change over time, and so it would be better to have separate files per spork rather than try to keep multiple formats in a single file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.