saimeunt
saimeunt
Social request feature has been refactored in its own component in `onchain/src/social/social_request.cairo` I've added a placeholder test for `handle_transfer_request` to make sure the component implementation (yet to be implemented) is...
## Description This PR introduces a breaking change that requires all const declarations to have a proper type annotation. This has been implemented by throwing a new parser error when...
## Description This PR fixes a bug where hex literals have their optional suffix counted as part of their digits. The root cause of the bug it that the lexer...