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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: