Skip to content

Commit d35c506

Browse files
authored
feat: plat-6471 add Solana Token 2022 extensions support (#166)
* chore: initial * chore: improve token 2022 support * chore: improvements * chore: test improvements * chore: clippy * chore: fix unpacking token 2022 accounts * chore: update lock file * chore: update lock file and fix clippy command * chore: update cargo lock
1 parent b85e070 commit d35c506

File tree

13 files changed

+1633
-379
lines changed

13 files changed

+1633
-379
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ jobs:
182182

183183
- name: Report status
184184
run: cargo clippy --all-features --all-targets -- -D warnings --allow deprecated
185-
186185
test:
187186
if: ${{ github.event.pull_request.draft == false && needs.changed_files.outputs.changed-tests-files
188187
== 'true' }}

0 commit comments

Comments
 (0)