magicblock-labs / magicblock-labs/magicblock-validator
Validate that Magic Program compute units fit in u32
@snawaz is already working on this.
Since Sep 9, 2026.
- Dominant language
- Rust
- Stars
- 58
- Forks
- 58
- Avg merge
- 22h 1m
- Merged PRs (30d)
- 53
Description
## Outcome
Validate that Magic Program compute units fit in u32. Actually we need to ensure that the computed compute-units <= `1.4M`.
## Scope
**What happened**
bug: validate compute units fits in u32 in magic program
report (F-97): https://github.com/magicblock-labs/mbv-reports/blob/3537631fdb87ed0020ebb70f3e972e18333c57ce/reports/magicblock-committor-service.md?plain=1#L110
**Commit / version**
master
**Deployment**
Local (native)
**OS / Arch**
_No response_
**Logs / Links**
_No response_
## Acceptance criteria
- [ ] The outcome is implemented and validated.
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.