archethic-foundation / bridge

GNU Affero General Public License v3.0
1 stars 2 forks source link

Some EVM Wallets do not accept the null value field #110

Closed redDwarf03 closed 5 months ago

redDwarf03 commented 5 months ago

Describe the problem you discovered

Some EVM Wallets do not accept the null value field in the Transaction Object with the RPC method eth_sendTransaction.

For example Phantom.

Describe the solution you'd like

Try to send value = 0 when value should be null. Test the impact with EVM Wallets who accept null value

Epic

No response

redDwarf03 commented 5 months ago

https://github.com/orgs/phantom/discussions/235

redDwarf03 commented 5 months ago

https://github.com/xclud/web3dart/issues/147