massil

Results 5 issues of massil

Fixes #421 This PR splits two checks about address in Ownable contracts in two separate `with_attr` statements. Currently, the error message only corresponds to the second check. #### PR Checklist...

A misleading error message can happen when calling the guard `assert_only_owner`. **📝 Details** The function `assert_only_owner` currently contains two assertion statements in the same with_attr block. The associated error message...

This PR aims at making the contract StarknetTokenBridge EIP2771 compliant: - by inheriting from the contract [ERC2771Recipient.sol](https://github.com/opengsn/gsn/blob/master/packages/contracts/src/ERC2771Recipient.sol) - by replacing `msg.sender` with `_msgSender()` - by adding a function to set...

Hello team, thanks a lot for building amarna! Could you pin the packages on the file requirements.txt? There is a currently conflict on `cairo-format` with the current latest versions of...