-
Notifications
You must be signed in to change notification settings - Fork 78
Update docs related to Solidity (and in general multiple) ABI support #464
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
Conversation
…ments for ink!/native ABI
…for ink!/native ABI
The reason for this is [Rust's monomorphization][rust-monomorphization]. | ||
|
||
::: | ||
|
||
[rust-monomorphization]: https://rustc-dev-guide.rust-lang.org/backend/monomorph.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaces broken link
@@ -35,6 +35,9 @@ | |||
}, | |||
{ | |||
"pattern": "https://testnet-passet-hub-eth-rpc\\.polkadot\\.io" | |||
}, | |||
{ | |||
"pattern": "^https?://metamask.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metamask link is currently always returning 500
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Various updates (and clarifications) to reflect the current state of Solidity (and in general multiple) ABI support.
Related
ink
PRsDerive
macros for implementingSolEncode
andSolDecode
for arbitrary types ink#2549SolEncode
andSolDecode
forOption<T>
ink#2545Result
and error types to/from Solidity ABI error and result representations ink#2543