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
Solidity on Solana now required the Anchor framework for the client code, and the @solana/solidity.js
Typescript library is no longer compatible with Solidity.
When casting hex literal numbers into the bytesN type, the hex literal may use leading zeros to match the size
with the according bytesN, which aligns solang with solc. xermicus