Skip to content

Tags: magicblock-labs/magicblock-validator

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: multi threaded scheduler (#589)

Co-authored-by: Thorsten Lorenz <thlorenz@gmx.de>
Co-authored-by: Dodecahedr0x <hexadecifish@gmail.com>
Co-authored-by: taco-paco <edwinswatpako@gmail.com>

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: check for confined accounts modification (#747)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
bmuddha Babur Makhmudov
fix: backport svm program cache fix

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: prevent commits for confined accounts (#690)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use simplified configuration management (#685)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Report Intent's patched errors (#667)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.3.1 (#679)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v3.0.0 (#673)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.2.4 (#672)

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.2.3 (#571)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
* Bumped package and workspace versions to 0.2.3 and updated packaging
templates.
* Updated platform-specific optional binaries to 0.2.3 for consistent
distribution.
* Changed the publish workflow to reference a different local setup
source to streamline publishing.
  * No functional changes; APIs and runtime behavior remain unchanged.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

<!-- greptile_comment -->

File Analysis



| Filename | Score | Overview |
|----------|-------|----------|
| Cargo.toml | 5/5 | Version bumped from 0.2.2 to 0.2.3 in workspace
package section |
| .github/packages/npm-package/package.json | 5/5 | NPM package and all
platform-specific dependencies updated to 0.2.3 |
| .github/packages/npm-package/package.json.tmpl | 5/5 | Template
version updated to 0.2.3 for platform-specific packages |
| Cargo.lock | 5/5 | Lockfile updated with version 0.2.3 for all
workspace crates and dependency graph changes |
| test-integration/Cargo.lock | 5/5 | Integration test lockfile updated
with version 0.2.3 for workspace crates |

</details>



<h3>Sequence Diagram</h3>

```mermaid
sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request #570
    participant Cargo as Cargo.toml
    participant NPM as package.json
    participant Lock as Cargo.lock files
    participant Release as Release PR #571
    
    Dev->>PR: Merge fix for NPM release
    Note over PR: Fixes log suppression<br/>for NPM wrapper
    
    Dev->>Cargo: Update version to 0.2.3
    Dev->>NPM: Update version to 0.2.3
    Dev->>NPM: Update platform deps to 0.2.3
    
    Cargo->>Lock: Regenerate Cargo.lock
    Note over Lock: ~35 workspace crates<br/>updated to 0.2.3
    
    Cargo->>Lock: Regenerate test-integration/Cargo.lock
    Note over Lock: Integration test deps<br/>updated to 0.2.3
    
    Dev->>Release: Create release PR #571
    Note over Release: Standard version bump<br/>No functional changes
```

<!-- greptile_other_comments_section -->

<!-- /greptile_comment -->

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>