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.6.1
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.7.0
Choose a head ref
  • 11 commits
  • 120 files changed
  • 4 contributors

Commits on Oct 19, 2025

  1. pages bump [skip ci]

    3alpha committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    39b0bae View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

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

Commits on Oct 23, 2025

  1. Starknet rs 0.17 (#867)

    * Update to starknet-rs 0.17 and Rust 1.87 [skip ci] [conflicts]
    
    * Update blockifier, starknet-api, types-core,
    
    * Use custom function for deployment with new udc; tmp clippy suppressions
    
    * Hardcode tip 0 where .prepared() is called
    
    * Prepare for blake hashing
    
    * bump rest of config to 1.89 rust
    
    * Update starknet-types-core to 0.2.3
    
    * Bump blockifier to rc.1
    
    * bump rust version in workflow
    
    ---------
    
    Co-authored-by: 3alpha <lg@shardlabs.io>
    FabijanC and 3alpha authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    60d8b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ea948 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Add tests for old block rejection on subscription (#881)

    * Add test for old blocks on websocket
    3alpha authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    10665c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Starknet 0.14.1 (#880)

    * Add new fields for emitted events
    
    * Use blake for compiled class hashes
    
    * Spec conformation for rpc 0.10.0
    
    * Bump constants
    3alpha authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    d91327f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Fix messaging bridge when using forked network (#882)

    * Do not fetch from messages from genesis
    
    In case of a forked environment, fetching from zero can cause getBlocks
    RPC calls with a range too big to be handled. Instead, start fetching
    messages for blocks created after the devnet was launched.
    
    * Do not include L2->L1 messages from pre-confirmed block
    
    * fix: only collect L2->L1 messages if there are L2 accepted blocks to process
    
    ---------
    
    Co-authored-by: Kelvyne <lakhdar@argent.xyz>
    Kelvyne and Kelvyne authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    09d1909 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

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

Commits on Nov 19, 2025

  1. Update dependencies, workflows and incident changes (#889)

    * Update deps, add unix socket for background devnet comms
    
    * Try parallel workflows
    
    * Split tests into two workflows
    3alpha authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    3fa2411 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Align with spec for RPC v0.10.0 (#890)

    * Align with spec for emitted events
    
    * Migrate starknet-rs crates
    
    * Fix spec
    
    * Bump blockifier
    
    * starknet-rust 0.18 bump
    3alpha authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    9ecc7f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Release v0.7.0 (#891)

    3alpha authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    b761ede View commit details
    Browse the repository at this point in the history
Loading