You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2101
Note: In some places it made sense to use the ABI term because it really
referred to what ABI means in the Ethereum world (function name, args,
return types and no bytecode and verification key). Given this I renamed
`FunctionAbiHeader` as `FunctionAbi` and what was `FunctionAbi` is now
`FunctionArtifact`.
"ABI" is quite overloaded. "Artifact" is consistently used in Ethereum land. Use this name consistently everywhere (docs, code, etc).
Re spelling: google tells me "artifact" (rather than "artefact") is the correct American spelling. My spell checker isn't happy about this.
The text was updated successfully, but these errors were encountered: