Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(abi): add helper functions to access solidity types #2081

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Jan 27, 2023

Motivation

Adds necessary functions to fix foundry-rs/foundry#4039

all current getter functions return the rust type (pascal case) but we want the actual solidity type as well so we can use it to fix foundry-rs/foundry#4039

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog
  • Breaking changes

Copy link
Owner

@gakonst gakonst left a comment

Choose a reason for hiding this comment

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

makes sense

@gakonst gakonst merged commit d3ad547 into gakonst:master Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cast interface changes case of functions from abi
2 participants