Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 0xSpaceShard/starknet-devnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.2
Choose a base ref
...
head repository: 0xSpaceShard/starknet-devnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0-rc.0
Choose a head ref
  • 8 commits
  • 143 files changed
  • 1 contributor

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    674e27a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Cairo native feature flag (#905)

    * Add cairo_native feature flag, bump blockifier
    
    * Install CI LLVM deps
    3alpha authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    0057c18 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Optimize Contract Compilation with LRU Caching (#906)

    * Cache compilation results
    
    * Add verification to avoid unlikely cache collisions
    3alpha authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    3a83832 View commit details
    Browse the repository at this point in the history
  2. Bump rust and dev deps (#908)

    * Bump rust and dev dependencies, fix issues
    
    * Use workspace setting for all crates, make style consistent
    
    * cargo update
    3alpha authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    8d694fb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Starknet v0.14.2 and RPC v0.10.1 (#909)

    * Starknet v0.14.2 and RPC v0.10.1 initial commit
    
    * Fix test, change message
    
    * Add simulation flags
    
    * Multiple address in event filter
    
    * Change proof to u32 vec
    
    * Add blockifier blockl preprocessing
    
    * Fix ws fields
    
    * Fix tests, add tests
    
    * Improve Proof serde
    
    * Fix deserialization
    
    * Bump starknet-rust, fix tests
    
    * Bump deps, fix test
    
    * add test for proving
    
    * Fix fee estimation (commit state changes)
    
    * add tests for transaction response flags, fix deserialization bug
    
    * Small integration test refactor
    
    * Add docs and initial read tests
    
    * Add new rpc error for wrong proofs
    
    * rc.3 changes
    
    * Spec rc.3
    
    * Bump spec version, fix issues
    
    * bump starknet-rust
    
    * tests fix #1
    
    * Chenge proof text
    
    * Nitpicks
    3alpha authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    2557d9a View commit details
    Browse the repository at this point in the history
  2. Update dependecies and fix tests for v0.14.1 (#910)

    * Update dependecies and fix tests for v0.14.1
    
    * Reenable cairo native
    3alpha authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    8d1ef9c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Prerelease 0.8.0-rc.0 (#911)

    * Prerelease 0.8.0-rc.0
    
    * Bump blockifer and deps
    3alpha authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    39fe57c View commit details
    Browse the repository at this point in the history
  2. Fix RC version handling

    3alpha committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7ed5a96 View commit details
    Browse the repository at this point in the history
Loading