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

Add IPC actor bindings to the repo #322

Closed
aakoshh opened this issue Jul 20, 2023 · 0 comments · Fixed by consensus-shipyard/fendermint#158
Closed

Add IPC actor bindings to the repo #322

aakoshh opened this issue Jul 20, 2023 · 0 comments · Fixed by consensus-shipyard/fendermint#158

Comments

@aakoshh
Copy link
Contributor

aakoshh commented Jul 20, 2023

IPC Solidity actors live here: https://github.com/consensus-shipyard/ipc-solidity-actors

The IPC Agent has copies of the generated ABI here: https://github.com/consensus-shipyard/ipc-agent/tree/main/contracts

These are used with abigen! here.

In my experience this doesn't work with Rust Analyzer, we just get {unknown} and no code completion. If we actually generate the Rust artifacts, it is more helpful. Since these contracts are more essential to what we are doing than, say, the SimpleCoin contract I used in examples, I think it's worth adding them to the repo.

@jsoares jsoares transferred this issue from consensus-shipyard/fendermint Dec 19, 2023
@jsoares jsoares closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants