Tristan
Tristan
@abdelhamidbakhta any news? @Akashneelesh indeed i didn't start yet, wanted to have more info about how to process. Feel free to go ahead if you know how to implement this...
@enitrat got it, thanks. I will wait for the best moment to work on it then.
@enitrat there is a an issue with the corelib that makes it impossible for now to update to 2023_11 : the `nullable_from_box` function currently has a `pub(crate)` visibility, hence its...
@enitrat i'm working on it , i can be assigned to it
@enitrat may I be assigned to this issue?
@enitrat may i be assigned to this issue?
nonce already included in eth_call parameters: ``` fn eth_call( self: @TContractState, origin: EthAddress, tx: EthereumTransaction ``` with : ``` enum EthereumTransaction { LegacyTransaction: LegacyTransaction, AccessListTransaction: AccessListTransaction, FeeMarketTransaction: FeeMarketTransaction } ```...
@enitrat i'm working on it
@enitrat got it! thank you
hey @greged93 may i try to work on this one? Should i find by myself which felt252 error message to give as input to `expect` function? thank you.