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.5.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.6.0
Choose a head ref
  • 14 commits
  • 126 files changed
  • 3 contributors

Commits on Sep 9, 2025

  1. Remove non-RPC logic (#842)

    3alpha authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    63e7a7b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

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

Commits on Sep 15, 2025

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

Commits on Sep 17, 2025

  1. Refactor server crate (#847)

    * Removal of http submodule from api module
    * Removal of json_rpc submodule and moving that logic directly in api module
    * Logic under api/http/endpoints was moved directly to the implementation of JsonRpcHandler in endpoints.rs and write_endpoints.rs as needed.
    *Logic from mod.rs in json_rpc was split and moved into new models module
    3alpha authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    f3fed84 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

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

Commits on Sep 19, 2025

  1. Improve RPC request deserialisation error messaging (#851)

    * Return parse error on deserialization
    
    * add test for failed deserializations
    3alpha authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    302faf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6c498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8b31e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bc9834 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    eeb397f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b43bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea765d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    43c4933 View commit details
    Browse the repository at this point in the history
  2. Release v0.6.0 (#858)

    FabijanC authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    b4460c7 View commit details
    Browse the repository at this point in the history
Loading