Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b23327e
chore: sync jstz-ui
hubcio2115 Oct 10, 2025
f0df5e3
migrated passkey-wallet package from ts
hubcio2115 Oct 10, 2025
e7028b4
migrated userStore
hubcio2115 Oct 10, 2025
51a91af
created usePasskeyWallet hook
hubcio2115 Oct 10, 2025
6655ba1
migrated constants
hubcio2115 Oct 10, 2025
5aa8016
created initial passkey create page
hubcio2115 Oct 10, 2025
21583d3
sync lock
hubcio2115 Oct 10, 2025
52cd3f4
deleted root vite.config.ts
hubcio2115 Oct 16, 2025
5f4101c
added vite.config for production and dev
hubcio2115 Oct 16, 2025
f0b68cc
updated eslint plugins
hubcio2115 Oct 16, 2025
c549610
made privateKey nullable to appropriate passkey accounts
hubcio2115 Oct 16, 2025
fcade84
deleted CreatePasskey page
hubcio2115 Oct 16, 2025
df67399
migrated PasskeyWallet and encode
hubcio2115 Oct 16, 2025
197049a
fixed usePasskeyWallet for React Compiler
hubcio2115 Oct 16, 2025
7ea3851
created asyncFind for finding elements with an async predicate function
hubcio2115 Oct 16, 2025
01c93fc
fixed eslint error
hubcio2115 Oct 16, 2025
66d7021
updated packages
hubcio2115 Oct 16, 2025
2394456
moved Home to use nuqs
hubcio2115 Oct 16, 2025
71998ba
casing for SuperJSON
hubcio2115 Oct 16, 2025
f47af2f
moved signing logic to Wallet
hubcio2115 Oct 16, 2025
6b5b380
added passkey signing to Wallet
hubcio2115 Oct 16, 2025
b5a5008
sync jstz-ui
hubcio2115 Oct 16, 2025
6e130c9
deleted constants
hubcio2115 Oct 16, 2025
b1af6de
updated import paths
hubcio2115 Oct 16, 2025
cf8492a
changed jsconfig to tsconfig
hubcio2115 Oct 16, 2025
0729b54
added index.d.ts file for dist
hubcio2115 Oct 16, 2025
cc52175
deleted passkeys-wallet package
hubcio2115 Oct 16, 2025
5c3d09b
added RP_ID constant
hubcio2115 Oct 16, 2025
2c4424d
changed PasskeyWallet to jsdoc
hubcio2115 Oct 16, 2025
230d14d
fixed typeing for jstz
hubcio2115 Oct 16, 2025
546d664
updated prettier plugin tailwindcss
hubcio2115 Oct 16, 2025
c556799
changed local storage to chrome.storage.local
hubcio2115 Oct 16, 2025
7f10960
deleted passkeySign from jstz
hubcio2115 Oct 30, 2025
b72ffa2
updated wallet and service-worker to provide new payload
hubcio2115 Oct 30, 2025
15cc3e9
installed current versions of jstz_sdk and jstz-client
hubcio2115 Oct 30, 2025
9f4464d
Merge branch 'main' into feat/passkeys
hubert-itsharkz Oct 30, 2025
73bcd30
fixed lock
hubcio2115 Oct 30, 2025
add76a2
fixed typeing issues in encode
hubcio2115 Oct 30, 2025
aa84664
fixed account eslint errors
hubcio2115 Oct 31, 2025
1eaf861
Merge branch 'main' into feat/passkeys
bohdan-trilitech Nov 19, 2025
7259125
update: jstz-client@alpha.5 and jstz_sdk@alpha.5
bohdan-trilitech Nov 19, 2025
425db00
deleted prettier since we're using a root config
hubcio2115 Nov 20, 2025
b1bec4e
updated eslint
hubcio2115 Nov 20, 2025
e8a950d
updated lucide-react
hubcio2115 Nov 20, 2025
d090ed3
added a fallback on fetch fail for fetching balance
hubcio2115 Nov 20, 2025
f3c1d75
added throw: false to $fetch
hubcio2115 Nov 20, 2025
ac76d57
formatting
hubcio2115 Nov 20, 2025
829c381
added import alias to tsconfig
hubcio2115 Nov 20, 2025
b2624fe
updated packages
hubcio2115 Nov 20, 2025
ec5246c
updated cva
hubcio2115 Nov 20, 2025
ba7b108
updated title and description of the web-call-to-jstz
hubcio2115 Nov 20, 2025
06baaf4
web-call-to-jstz now supports passkey signing
hubcio2115 Nov 20, 2025
ca19b3b
fixed exhaustive-deps warning on WindowContextProvider
hubcio2115 Nov 20, 2025
3677313
sync lock
hubcio2115 Nov 20, 2025
77d05b5
installed packages in counter-dapp
hubcio2115 Nov 21, 2025
d0e8fe9
changed verifier undefined to null
hubcio2115 Nov 21, 2025
72da919
replaced hash_operation with the call for jstz_sdk
hubcio2115 Nov 21, 2025
f246d2c
brought back account address passing from wallet to the response
hubcio2115 Nov 21, 2025
729db6e
added SyntaxError handling when body is not a JSON string
hubcio2115 Nov 21, 2025
021dd51
deleted redundand cleanup function from Window.context mount
hubcio2115 Nov 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
271 changes: 271 additions & 0 deletions apps/examples/web-call-to-jstz/counter-dapp/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
onlyBuiltDependencies:
- esbuild
44 changes: 22 additions & 22 deletions apps/examples/web-call-to-jstz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@jstz-dev/jstz-client": "0.1.1-alpha.4",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"class-variance-authority": "^0.7.1",
"@hookform/resolvers": "^5.2.2",
"@jstz-dev/jstz-client": "0.1.1-alpha.5",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.1.4",
"clsx": "^2.1.1",
"lucide-react": "^0.479.0",
"next": "15.2.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.2",
"cva": "1.0.0-beta.4",
"lucide-react": "^0.554.0",
"next": "15.5.6",
"react": "~19.2.0",
"react-dom": "~19.2.0",
"react-hook-form": "^7.66.1",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/chrome": "^0.0.309",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
"eslint": "^9",
"eslint-config-next": "15.2.2",
"tailwindcss": "^4",
"typescript": "^5"
"@tailwindcss/postcss": "^4.1.17",
"@types/chrome": "^0.1.30",
"@types/node": "^22",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.1",
"eslint-config-next": "15.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
"pnpm": {
Expand Down
Loading