Skip to content

Conversation

@marcocastignoli
Copy link
Member

@marcocastignoli marcocastignoli commented Oct 23, 2025

See #2374

@marcocastignoli marcocastignoli marked this pull request as ready for review November 6, 2025 15:18
noOnchainMetadata = true;
}
} catch (err: any) {
noOnchainMetadata = true;
Copy link
Member

@manuelwedler manuelwedler Nov 6, 2025

Choose a reason for hiding this comment

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

for my understanding, decode throws if there is no auxdata, or how does it work?

}

// we throw the bytecode length mismatch error only if there is onchain metadata
if (!noOnchainMetadata) {
Copy link
Member

Choose a reason for hiding this comment

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

For Vyper, there will never be auxdata in the onchain runtime code. This means the logic is changed for Vyper. Is this intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

3 participants