Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: integrating signature decoding api #4855
feat: integrating signature decoding api #4855
Changes from 51 commits
06b350f
39cc9ac
15203de
b4a1ec5
0cc8436
1edf2f8
fd39034
7553a4e
fcde11b
0b01158
6cd0423
e596371
68dc5ff
83969e3
9e25b9a
1ac68ca
be100d3
3c9b7b4
ac2d149
dc7fcb7
dfd539b
d5df2c4
2cc2d7c
7fc39cf
8ed4da6
92e752f
12e91ad
964dd73
329b097
83f4ede
9927cca
deb925d
e7cf0cf
0d9818d
92fa9ea
33cb319
01d4425
4ae4551
adb98cc
80ff99b
b6b7af4
6b100c0
e6cfd86
82e3076
94caf4c
3edc64d
4b165e1
e963191
cdefae9
7d718f8
f1d7dc8
108749f
64395a3
fae20c7
658146d
bd75416
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, this feels more like an enum as it's a fixed set of values to identify a type of something.
Which would also mean it could go in
types.ts
.But we can do this later since it's not exported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that but it is giving build issues somehow.