Open
Conversation
Move ebpf-tools into repository
Vendor ebpf-kern and ebpf-user crates from github.com/vlad9486/ebpf-tools
to reduce external dependencies and centralize the codebase.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update Cargo.lock for local ebpf-tools dependencies
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Move radiation into repository
Vendor radiation crate from github.com/vlad9486/radiation
to reduce external dependencies and centralize the codebase.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix Token macro import in radiation and update Cargo.lock
Import syn::Token explicitly to fix build error with newer Rust versions
where the Token macro is no longer publicly accessible without import.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Centralize all dependencies in workspace Cargo.toml
Add [workspace.dependencies] section to root Cargo.toml with all shared
dependencies and update all 14 member crates to use { workspace = true }
inheritance syntax.
This ensures consistent dependency versions across the workspace and
simplifies version management.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Makefile to centralize build commands
- Add Makefile with targets: help, setup, build, build-release, test,
test-release, docker-build, format, check-format, lint, and more
- Update README to reference Makefile targets throughout
- Update CLAUDE.md with quick reference to make commands
- Consolidate scattered build instructions from README and Dockerfile
into a single portable Makefile for CI compatibility
Contributor
Author
|
Should be merged after #70 |
Contributor
Author
|
Related issue: o1-labs/mina-rust#1844 |
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.
Summary
Makefilewith standardized targets for build, test, setup, and Docker operationsREADME.mdto reference Makefile targets throughoutCLAUDE.mdwith quick reference to make commandsMakefile Targets
helpsetupsetup-depsbuild/build-releasebuild-kerntest/test-releasedocker-buildformat/check-formatlintBenefits