We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some tests depend on checking numLogTopics(logIndex) -> uint, logAddress(logIndex) -> address, logData(logIndex) -> bytes, logTopic(logIndex, topic) -> bytes, such as abi_encodePackedV2_structs.
numLogTopics(logIndex) -> uint
logAddress(logIndex) -> address
logData(logIndex) -> bytes
logTopic(logIndex, topic) -> bytes
abi_encodePackedV2_structs
I have no syntax suggestion, but this may be a blocker for getting rid of SolidityEndToEndTest.
SolidityEndToEndTest
The text was updated successfully, but these errors were encountered:
Duplicate of #6902.
Sorry, something went wrong.
No branches or pull requests
Some tests depend on checking
numLogTopics(logIndex) -> uint
,logAddress(logIndex) -> address
,logData(logIndex) -> bytes
,logTopic(logIndex, topic) -> bytes
, such asabi_encodePackedV2_structs
.I have no syntax suggestion, but this may be a blocker for getting rid of
SolidityEndToEndTest
.The text was updated successfully, but these errors were encountered: