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

chore(dyn-abi): gate eip712 behind a feature #176

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Jul 4, 2023

Motivation

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@DaniPopes DaniPopes changed the base branch from dani/dyn-proptests to main July 4, 2023 20:09
@DaniPopes DaniPopes marked this pull request as ready for review July 4, 2023 20:10
@DaniPopes DaniPopes requested a review from prestwich as a code owner July 4, 2023 20:10
DynAbiError::MissingType(name) => write!(f, "Missing type in type resolution: {name}"),
DynAbiError::CircularDependency(dep) => write!(f, "Circular dependency: {dep}"),
DynAbiError::InvalidPropertyDefinition(def) => {
write!(f, "Invalid property definition: {def}")
}

Copy link
Member

Choose a reason for hiding this comment

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

nit, unnecessary empty line

@DaniPopes DaniPopes merged commit 248d798 into main Jul 4, 2023
@DaniPopes DaniPopes deleted the dani/dyn-eip712-feature branch July 4, 2023 20:38
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