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

Generate type safe bindings for abstract accounts (#4) #17

Merged
merged 3 commits into from
Nov 27, 2022

Conversation

zsluedem
Copy link
Collaborator

The first step for #4 .

Cargo.lock Show resolved Hide resolved
.gitmodules Show resolved Hide resolved
@zsluedem zsluedem requested a review from Vid201 November 25, 2022 04:17

abigen!(
UserOperation,
"$OUT_DIR/UserOperation.sol/UserOperationLib.json"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Vid201 Just FYI. Here it would generate the same data structure UserOperation.

Copy link
Member

Choose a reason for hiding this comment

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

Hmm, ok. Then we can import this data structure in user_operation.rs (and implement additional things that will be needed).

Cargo.toml Outdated Show resolved Hide resolved
build.rs Outdated Show resolved Hide resolved
build.rs Outdated Show resolved Hide resolved
build.rs Outdated Show resolved Hide resolved
@zsluedem zsluedem requested a review from Vid201 November 26, 2022 03:54
build.rs Outdated Show resolved Hide resolved
@Vid201
Copy link
Member

Vid201 commented Nov 26, 2022

@zsluedem I think we should add info about installing solc to README.md (with link to https://docs.soliditylang.org/en/v0.8.9/installing-solidity.html and version required).

README.md Show resolved Hide resolved
@zsluedem zsluedem requested a review from Vid201 November 27, 2022 02:51
@Vid201
Copy link
Member

Vid201 commented Nov 27, 2022

LGTM! 🚀

@Vid201 Vid201 merged commit 05f48bf into silius-rs:main Nov 27, 2022
@zsluedem zsluedem deleted the generate-bindings branch November 27, 2022 15:51
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