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: AstarNetwork/Astar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: runtime-2000
Choose a base ref
...
head repository: AstarNetwork/Astar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: runtime-2100
Choose a head ref
  • 9 commits
  • 43 files changed
  • 2 contributors

Commits on Jan 6, 2026

  1. fix: separate CIDPs for each verifier (#1576)

    * fix: separate CIDPs for each verifier
    
    * fmt
    ipapandinas authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    7502f2d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

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

Commits on Jan 26, 2026

  1. chore(deps): bump diff from 4.0.2 to 4.0.4 in /.github/scripts (#1582)

    Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 4.0.4.
    - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
    - [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: diff
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    4ad4764 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump lodash from 4.17.21 to 4.17.23 in /tests/e2e (#1583)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    da00c27 View commit details
    Browse the repository at this point in the history
  3. Use new runtime macro (#1584)

    * wip: use new runtime macro
    
    * explicit sudo pallet and parts
    
    * add previous comment again
    
    * cargo update
    
    * revert cargo update
    ipapandinas authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    4d2076f View commit details
    Browse the repository at this point in the history
  4. fix: XCM handshake version negotiation (#1578)

    * fix: XCM handshake version
    
    * remove debug print
    
    * Add missing license
    
    Added licensing information and test requirements for XCM version negotiation.
    ipapandinas authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    6a26c27 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. feat: dAppStaking revamp (#1586)

    * feat: dapp-staking revamp
    
    * make CI happy
    
    * small adjustments
    
    * fix: migration and benchmarks
    
    * mut fix
    
    * make clippy happy
    
    * update weights
    
    * fix weights
    
    * simplification
    
    * fmt
    
    * fix tests
    
    * extra documentation
    
    * migration enhancements
    
    * fmt
    
    * integration test + migration checks
    
    * fix test for shibuya
    ipapandinas authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    a746049 View commit details
    Browse the repository at this point in the history
  2. Bump spec_version for runtime upgrade-2100 (#1590)

    * feat: bump spec version
    
    * update Cargo.lock
    ipapandinas authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    0500857 View commit details
    Browse the repository at this point in the history
Loading