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: vechain/vechain-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.1
Choose a base ref
...
head repository: vechain/vechain-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.11.0
Choose a head ref
  • 4 commits
  • 17 files changed
  • 4 contributors

Commits on Jun 1, 2026

  1. fix(ci): set persist-credentials false in app-hub refresh checkout (#632

    )
    
    actions/checkout@v6 persists a basic-auth extraheader that collides
    with the credentials peter-evans/create-pull-request sets, producing a
    duplicate Authorization header and a 400 from GitHub during
    `git remote prune origin`. Disabling credential persistence on
    checkout lets the PR action manage auth alone.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
    Agilulfo1820 and claude authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    a88514d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

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

Commits on Jun 5, 2026

  1. fix: v2 apis (#627)

    * fix: v2 apis
    
    * fix: remove button
    
    * fix(deps): bump @vechain/dapp-kit-react to 2.2.0
    
    The v2 multisig flow uses the new dapp-kit wallet APIs (accounts,
    setActiveAccount, requestPermissions, revokeAccount) which only exist
    in @vechain/dapp-kit-react >= 2.2.0. The dependency was still pinned to
    2.1.0-rc.5, so the published package lacked those types and the build
    failed in CI (it only compiled locally via a yalc-linked dapp-kit).
    Bump both dependencies and peerDependencies to 2.2.0.
    
    ---------
    
    Co-authored-by: Dan Rusnac <[email protected]>
    davidecarpini and Agilulfo1820 authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    b9e3b1d View commit details
    Browse the repository at this point in the history
  2. v2.11.0 (#636)

    davidecarpini authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    6dab5dd View commit details
    Browse the repository at this point in the history
Loading