You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial `version` module
- Pending `GitCommit` implementation
* Port version tests
* Add `FromStr`
- Move parse method to `impl` block
* Port internal version tests
* Add support for build-time data
- Include Git commit
- Include timestamp
- Include env version if any
* Apply Clippy suggestions
* Apply Copilot suggestion
* Initial `eth2wrap` module
- Includes `version`
* Fix Grandine version
* Add tests
* Add OpenAPI spec
- v4.0
* Generate relevant code from spec
- Add `eth2api` crate
* Ignore generated files
- Not relevant to track
* Add integration tests
- Use `testcontainers`
* Update lockfile
* Avoid unnecessary recompilation
* Remove `eth2wrap`
- Should be part of a different branch
* Ignore clippy/rustfmt in generated code
* Update prerequisites
- Add `oas3-gen`
* Delete `core/version`
- I can't rebase
* Update CI dependencies
* Apply copilot suggestions
* Add `oas3-gen` to Nix flake
* Added custom error message
- Same style as missing `protoc`
* Check for success on command
* Use `Error::other`
0 commit comments