-
Notifications
You must be signed in to change notification settings - Fork 202
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
test(e2e): add test cases for dynamic data #1098
base: main
Are you sure you want to change the base?
Conversation
alvrs
commented
Jul 3, 2023
•
edited
Loading
edited
- adds more test data, including dynamic data
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
: undefined | ||
) as EncodedData<typeof testData>; | ||
} | ||
|
||
function abiTypeArrayToSchema(abiTypes: SchemaAbiType[]): Schema { |
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.
function abiTypeArrayToSchema(abiTypes: SchemaAbiType[]): Schema { | |
function abiTypesToSchema(abiTypes: SchemaAbiType[]): Schema { |
else staticFields.push(abiType); | ||
} | ||
return { staticFields, dynamicFields }; | ||
} |
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.
this could be useful to have in protocol-parser
9346c1b
to
fcb84ac
Compare
225b5db
to
2ec91c5
Compare
fcb84ac
to
96869f4
Compare
2ec91c5
to
7bb422e
Compare
96869f4
to
3631c5c
Compare
7bb422e
to
58a757b
Compare
30c100d
to
435c03f
Compare
61c8bb7
to
9342865
Compare
435c03f
to
7f9ff12
Compare
9342865
to
03b57ec
Compare
3348d7c
to
50c6dc3
Compare
03b57ec
to
7682320
Compare
50c6dc3
to
e3cb97a
Compare
7682320
to
1719618
Compare
1719618
to
0269bf5
Compare
e3cb97a
to
a46fe53
Compare