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

Intents: New intents & SECP256R1 #107

Merged
merged 28 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1a5ef0c
Add support for Intent sessions built on secp256r1
marino39 Feb 1, 2024
bc0a243
Add support for Intent sessions built on secp256r1 - remove prefix
marino39 Feb 1, 2024
528b8d0
Add support for Intent sessions built on secp256r1 - remove prefix 2
marino39 Feb 1, 2024
8d97def
Add support for Intent sessions built on secp256r1 - add prefix again
marino39 Feb 2, 2024
17f4af5
Add more verbose errors in intent validation
marino39 Feb 2, 2024
4c5bae3
debug - 1
marino39 Feb 2, 2024
58e6209
debug - 2
marino39 Feb 2, 2024
98e9473
debug - 3
marino39 Feb 2, 2024
851ff9f
debug - 4
marino39 Feb 2, 2024
65a8e21
debug - 5
marino39 Feb 2, 2024
67b0b56
remove debugs
marino39 Feb 2, 2024
c5d3b8f
Make distinct split between SessionId and SessionVerifier(the value u…
marino39 Feb 2, 2024
19595f2
Make distinct split between SessionId and SessionVerifier(the value u…
marino39 Feb 2, 2024
1cbfcb4
Intent signers extraction impr
marino39 Feb 2, 2024
ab26dc5
More refactor session to sessionId
marino39 Feb 2, 2024
6cdb3d8
Add type for IntentVerifierGetter
marino39 Feb 5, 2024
de3bd25
Add packet resp OpenSessionPacketResponse
marino39 Feb 5, 2024
0108982
Add packet resp OpenSessionPacketResponse 2
marino39 Feb 5, 2024
ee49074
Add packet resp OpenSessionPacketResponse 3
marino39 Feb 5, 2024
3f9055c
Return to having sessionId = pubKey/sessAdddr
marino39 Feb 6, 2024
9210e57
Fix: openSession
marino39 Feb 6, 2024
e2374f3
Fix: p256r1 signature check
marino39 Feb 6, 2024
41507a8
remove: OpenSessionPacketResponse
marino39 Feb 6, 2024
d726072
Fix: intent test
marino39 Feb 6, 2024
bc84c5c
refactor Intent.isValidSignature
marino39 Feb 6, 2024
84631e7
refactor Intent.isValidSignature - 2
marino39 Feb 6, 2024
6892552
waas new intent (#115)
marino39 Feb 14, 2024
03a5ef4
intents: apply review remarks
marino39 Feb 15, 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
289 changes: 289 additions & 0 deletions intents/intent.gen.go

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

Loading
Loading