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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
The Anchor IDL data structure is now generated for every Solana contract, although the actual IDL json file is not yet saved. LucasSte
Changed
The Solana target now utilizes eight byte Anchor discriminators for function dispatch instead
of the four byte Ethereum selectors. LucasSte
The deployment of contracts on Solana now follows the same scheme as Anchor. seanyoung
Compares between rational literals and integers are not allowed. seanyoung
Overriding the function selector value is now done using the @selector([1, 2, 3, 4])
syntax, and the old syntax selector=hex"12345678" has been removed.