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: solana-program/instruction-padding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: interface@v0.1.0
Choose a base ref
...
head repository: solana-program/instruction-padding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 24 files changed
  • 3 contributors

Commits on Aug 2, 2025

  1. CI: Add publish workflow (#68)

    * CI: Add publish workflow
    
    #### Problem
    
    The repo has no automated publishing workflow.
    
    #### Summary of changes
    
    Following how it's done at token-2022, add the workflow!
    
    This means adding a script, package.json entry, git-cliff configuration,
    and GH actions workflow file.
    
    Note that this requires #67 to land first.
    
    * Fix yaml
    
    * Proper default
    joncinque authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    cac1712 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. build(deps-dev): bump zx from 8.7.2 to 8.8.0 (#71)

    Bumps [zx](https://github.com/google/zx) from 8.7.2 to 8.8.0.
    - [Release notes](https://github.com/google/zx/releases)
    - [Commits](google/zx@8.7.2...8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: zx
      dependency-version: 8.8.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    d4a7485 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. CI: Pin cargo-release and cargo-semver-checks (#77)

    #### Problem
    
    The release job is failing because it can't install cargo-semver-checks
    due to the lower Rust version declared in the repo.
    
    Also, cargo-release just bumped up to 1.87 on master, which means that a
    release with a higher MSRV is just around the corner.
    
    #### Summary of changes
    
    Pin the versions of both tools to the latest that supports Rust 1.86.
    joncinque authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    e4fe57a View commit details
    Browse the repository at this point in the history
  2. deps: Bump interface to sdk v3 (#78)

    deps: Bump to sdk v3
    
    #### Problem
    
    The interface crate is still on v2 of the SDK, but v3 is out.
    
    #### Summary of changes
    
    Bump everything to SDK v3.
    joncinque authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    c0f5796 View commit details
    Browse the repository at this point in the history
  3. CI: Add generic test file for publish job (#79)

    #### Problem
    
    The publish job failed because it uses a `test.mjs` file which isn't in
    the repo.
    
    #### Summary of changes
    
    Add the file.
    joncinque authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    448e926 View commit details
    Browse the repository at this point in the history
  4. CI: Add missing @ in version for cargo-release (#80)

    #### Problem
    
    There's a missing `@` in the cargo-release version, so it's failing to
    install in CI.
    
    #### Summary of changes
    
    Add. That. `@`.
    joncinque authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    440c832 View commit details
    Browse the repository at this point in the history
  5. chore: Release

    github-actions[bot] committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    0921d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. build(deps): bump solana-program from 2.3.0 to 3.0.0 (#81)

    Bumps [solana-program](https://github.com/anza-xyz/solana-sdk) from 2.3.0 to 3.0.0.
    - [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
    - [Commits](https://github.com/anza-xyz/solana-sdk/compare/sdk@v2.3.0...msg@v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: solana-program
      dependency-version: 3.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    8a174ba View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. build(deps): bump solana-program-test from 2.3.6 to 2.3.7 (#84)

    Bumps [solana-program-test](https://github.com/anza-xyz/agave) from 2.3.6 to 2.3.7.
    - [Release notes](https://github.com/anza-xyz/agave/releases)
    - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
    - [Commits](anza-xyz/agave@v2.3.6...v2.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: solana-program-test
      dependency-version: 2.3.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    04947d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. build(deps-dev): bump zx from 8.8.0 to 8.8.1 (#86)

    Bumps [zx](https://github.com/google/zx) from 8.8.0 to 8.8.1.
    - [Release notes](https://github.com/google/zx/releases)
    - [Commits](google/zx@8.8.0...8.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: zx
      dependency-version: 8.8.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    c1452bb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. CI: Move repo to Makefile (#99)

    * CI: Move repo to Makefile
    
    #### Problem
    
    The repo is still on a zx scripts, but Makefiles are great!
    
    #### Summary of changes
    
    Move everything to a Makefile, should be a simple one.
    
    * Update tracing-subscriber dep for audit
    joncinque authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    e52f41d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. program: Update to sdk v3 (#100)

    #### Problem
    
    The interface is on sdk v3, but not the program.
    
    #### Summary of changes
    
    Upgrade all SDK dependencies to v3, use broken up SDK dependencies in
    the tests.
    joncinque authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    fb04b0e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. build(deps): bump solana-program-test from 3.0.7 to 3.0.8 (#101)

    Bumps [solana-program-test](https://github.com/anza-xyz/agave) from 3.0.7 to 3.0.8.
    - [Release notes](https://github.com/anza-xyz/agave/releases)
    - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
    - [Commits](anza-xyz/agave@v3.0.7...v3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: solana-program-test
      dependency-version: 3.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    56ba909 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. build(deps): bump solana-program-test from 3.0.8 to 3.0.10 (#102)

    Bumps [solana-program-test](https://github.com/anza-xyz/agave) from 3.0.8 to 3.0.10.
    - [Release notes](https://github.com/anza-xyz/agave/releases)
    - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
    - [Commits](anza-xyz/agave@v3.0.8...v3.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: solana-program-test
      dependency-version: 3.0.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    3749490 View commit details
    Browse the repository at this point in the history
Loading