-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: solana-program/instruction-padding
base: interface@v0.1.0
head repository: solana-program/instruction-padding
compare: main
- 14 commits
- 24 files changed
- 3 contributors
Commits on Aug 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for cac1712 - Browse repository at this point
Copy the full SHA cac1712View commit details
Commits on Aug 6, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d4a7485 - Browse repository at this point
Copy the full SHA d4a7485View commit details
Commits on Aug 11, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for e4fe57a - Browse repository at this point
Copy the full SHA e4fe57aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c0f5796 - Browse repository at this point
Copy the full SHA c0f5796View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 448e926 - Browse repository at this point
Copy the full SHA 448e926View commit details -
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. `@`.
Configuration menu - View commit details
-
Copy full SHA for 440c832 - Browse repository at this point
Copy the full SHA 440c832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0921d8f - Browse repository at this point
Copy the full SHA 0921d8fView commit details
Commits on Aug 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8a174ba - Browse repository at this point
Copy the full SHA 8a174baView commit details
Commits on Aug 13, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 04947d2 - Browse repository at this point
Copy the full SHA 04947d2View commit details
Commits on Aug 21, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c1452bb - Browse repository at this point
Copy the full SHA c1452bbView commit details
Commits on Oct 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for e52f41d - Browse repository at this point
Copy the full SHA e52f41dView commit details
Commits on Oct 24, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for fb04b0e - Browse repository at this point
Copy the full SHA fb04b0eView commit details
Commits on Oct 27, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 56ba909 - Browse repository at this point
Copy the full SHA 56ba909View commit details
Commits on Nov 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3749490 - Browse repository at this point
Copy the full SHA 3749490View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff interface@v0.1.0...main