Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent d0538ef commit ed12c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/counter-shank
Submodule counter-shank updated 33 files
+1 −1 .github/actions/setup/action.yml
+158 −161 Cargo.lock
+3 −7 clients/js/package.json
+3 −3 clients/js/src/generated/accounts/counter.ts
+3 −3 clients/js/src/generated/accounts/index.ts
+3 −3 clients/js/src/generated/errors/counter.ts
+3 −3 clients/js/src/generated/errors/index.ts
+3 −3 clients/js/src/generated/index.ts
+3 −3 clients/js/src/generated/instructions/create.ts
+3 −3 clients/js/src/generated/instructions/increment.ts
+3 −3 clients/js/src/generated/instructions/index.ts
+3 −3 clients/js/src/generated/pdas/counter.ts
+3 −3 clients/js/src/generated/pdas/index.ts
+3 −3 clients/js/src/generated/programs/counter.ts
+3 −3 clients/js/src/generated/programs/index.ts
+3 −3 clients/js/src/generated/shared/index.ts
+3 −3 clients/js/src/generated/types/index.ts
+3 −3 clients/js/src/generated/types/key.ts
+3 −3 clients/rust/src/generated/accounts/counter.rs
+3 −3 clients/rust/src/generated/accounts/mod.rs
+3 −3 clients/rust/src/generated/errors/counter.rs
+3 −3 clients/rust/src/generated/errors/mod.rs
+4 −4 clients/rust/src/generated/instructions/create.rs
+4 −4 clients/rust/src/generated/instructions/increment.rs
+3 −3 clients/rust/src/generated/instructions/mod.rs
+3 −3 clients/rust/src/generated/mod.rs
+3 −3 clients/rust/src/generated/programs.rs
+3 −3 clients/rust/src/generated/types/key.rs
+3 −3 clients/rust/src/generated/types/mod.rs
+7 −4 package.json
+109 −109 pnpm-lock.yaml
+41 −0 program/src/assertions.rs
+25 −25 scripts/generate-clients.mjs

0 comments on commit ed12c48

Please sign in to comment.