RequestNetwork / requestNetwork

A JavaScript library for interacting with the Request Network protocol
https://docs.request.network/
MIT License
383 stars 76 forks source link

Implement test to show that EtheruemFeeProxy works with 0 fee #1218

Open MantisClone opened 1 year ago

MantisClone commented 1 year ago

Problem

Reported by a hacker at ETHWarsaw.

Conclusion

EthereumFeeProxy DOES work with 0 fee according to https://github.com/pclaesen/RN_EthereumFeeProxy by @pclaesen

Definition of Done

MantisClone commented 9 months ago

EthereumFeeProxy DOES work with 0 fee according to https://github.com/pclaesen/RN_EthereumFeeProxy by @pclaesen 👍

Thanks @pclaesen!

benjlevesque commented 9 months ago

At RequestFinance we use the ethereum fee proxy with 0 fees. See https://etherscan.io/tx/0x92a9bde4486bcc1b69e29df9ac42155062a76ac9da43a4e317a947e3f59b6a63.

pclaesen commented 9 months ago

Great!