Eugenio Paluello
Eugenio Paluello
I'm currently working on this issue

To ensure that the network only accepts pre-EIP1559 transactions, it's necessary to make the wallets understand that the network does not accept EIP1559 transactions. This is done in the network...
The sign functions used by the two libraries ([starknet.js](https://github.com/paulmillr/scure-starknet/blob/main/index.ts#L96) and [starknet_py](https://github.com/software-mansion-labs/crypto-cpp-py/blob/main/crypto_cpp_py/cpp_bindings.py#L135)) are different, and as a result, they produce different signatures for the same (`msg_hash`, `priv_key`), even though both signatures...
Working on this issue
Working on this issue