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

feat: target not eoa #30

Closed
wants to merge 2 commits into from
Closed

feat: target not eoa #30

wants to merge 2 commits into from

Conversation

ashitakah
Copy link
Contributor

🤖 Linear

Closes GRT-21

Copy link

linear bot commented Jul 13, 2024

GRT-21 TOB-WOND-1

@0xShaito 0xShaito changed the title Feat/target not eoa feat: target not eoa Jul 15, 2024
for (uint256 _i = 0; _i < _requestsAmount;) {
_batchRequestsIds[_i] = _createRequest(_requestsData[_i], _ipfsHashes[_i]);
_target = _decodeRequestData(_requestsData[_i].finalityModuleData);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The finality module data can have anything in the world. We can't validate it here as we are not sure if this is the data that it has. The only way is directly in the module

@ashitakah ashitakah closed this Jul 19, 2024
@0xJabberwock 0xJabberwock deleted the feat/target-not-eoa branch July 19, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants