[Ethers.js x Celo] What issues are you facing with Ethers.js? #9922
Replies: 7 comments 14 replies
-
Also would like to know if the celo-ethers-wrapper has been tried by people and if so what limitations have come up. I suppose the main one is that it so far only implements the |
Beta Was this translation helpful? Give feedback.
-
From Node's side, the biggest blocker/request is really just being able to pay gas with a custom token and correctly estimate gas for the custom gas token. Besides this we have not encountered many issues with ethers on Celo. |
Beta Was this translation helpful? Give feedback.
-
Regarding this point, does this has to be deployed by nodes providers? Currently using vanilla JsonRpcProvider from ethers 5.7.1 with forno alfajores are giving me
error |
Beta Was this translation helpful? Give feedback.
-
BTW with the release of 1.7.0 aka the Flan hardfork November 9, 2022 |
Beta Was this translation helpful? Give feedback.
-
Here is doc with my research / work on fee currencies. Please write here if you see any blindspots https://docs.google.com/document/d/1tQXBq8Hr2YuKWNXctmeCPzKvatpCBRPGSrAUtqttfog/edit?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
Sharing a discussion going on in the Etherjs repo re custom transaction types: |
Beta Was this translation helpful? Give feedback.
-
Saw the following error message when connecting to ethersjs v6.3.0 using the RPC at https://forno.celo.org |
Beta Was this translation helpful? Give feedback.
-
👉 TLDR: Please share/upvote issues you have with Ethers.js on Celo. 👈
Hi all, @aaronmgdr is investigating issues you face with Ethers.js.
To help you, we'd like learn about your issues and to get as much context as possible.
Here are some problems on our radar:
gasLimit
field in RPC API) has been fixed by @piersy in this PR: Improve RPC API compatibility for Ethers.js celo-blockchain#1957feeCurrency
support in Ethers.js). This is on @aaronmgdr's radar 📡Here is some feedback we heard:
Our ask: 👉 Please share/upvote issues you have with Ethers.js on Celo. 👈
Beta Was this translation helpful? Give feedback.
All reactions