Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0x tranqui/240701 reset #7

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3e7d3f7
add expo-local-authentication for iOS auth wip
mmsaki Jun 18, 2024
701789e
able to create passkeys and get passkeys on web
mmsaki Jun 18, 2024
e483c7d
remove unused params
mmsaki Jun 18, 2024
92da390
hanlde exception errors when creating and signing in with passkey
mmsaki Jun 18, 2024
258d21d
clean up code
mmsaki Jun 18, 2024
c5deb27
update expo latest and install packages used parsing web auth objects
mmsaki Jun 19, 2024
0dddd39
create usePasskey hook
mmsaki Jun 19, 2024
ba48c52
helpers to format data from passkey credentials
mmsaki Jun 19, 2024
8c259b3
use polyfill buffer core module
mmsaki Jun 20, 2024
24f77eb
able to get determinstic address of smart account using passkey pub key
Jun 20, 2024
fa2ea92
pushing up bullshit
Jun 20, 2024
cf06af0
fixed encodedOwner and minor changes
mmsaki Jun 20, 2024
2f2980c
not doing it
Jun 21, 2024
6d5849a
new stuff
Jun 21, 2024
2603255
store public key after first session create
Jun 21, 2024
7324553
started to split out create and sign logic
Jun 21, 2024
969a561
pushing up succesffuly verifying ecdsa sig from passkey response
Jun 21, 2024
6f80feb
was able to reconstruct ecds sig using noble
Jun 21, 2024
b0e0268
pushing more progress up
Jun 21, 2024
61e6cfc
pushing up current work after verifying all sigs and messages in sold…
Jun 21, 2024
e89fdc6
push up latest work
Jun 21, 2024
5aec174
pushed up way cleaner version of code
Jun 22, 2024
c88b389
still failing but wayyyy closer
Jun 22, 2024
88e8ffa
add additional logs and a few updates form coinbase utils
Jun 22, 2024
d61c152
add note about sepolia
Jun 22, 2024
f578e8a
remove unncessary function
Jun 22, 2024
9028b76
clean up code
Jun 22, 2024
23c4ef4
little bit more
Jun 22, 2024
c2143f0
got em
Jul 1, 2024
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
3,266 changes: 537 additions & 2,729 deletions .tamagui/tamagui-components.config.cjs

Large diffs are not rendered by default.

3,266 changes: 537 additions & 2,729 deletions .tamagui/tamagui.config.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": ["expo-router", "expo-build-properties", "expo-local-authentication"],
"experiments": {
"typedRoutes": true
}
Expand Down
37 changes: 0 additions & 37 deletions app/(tabs)/data.ts

This file was deleted.

237 changes: 0 additions & 237 deletions app/(tabs)/index.tsx

This file was deleted.

Loading