Replies: 3 comments 2 replies
-
Did you mean eth_list accounts in your list of ok instead of the second: |
Beta Was this translation helpful? Give feedback.
1 reply
-
FYI, I'm using
Geth
Version: 1.11.3-stable
Architecture: arm64
Go Version: go1.20.1
Operating System: darwin
|
Beta Was this translation helpful? Give feedback.
1 reply
-
See: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.0
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling to figure out the error on calling
eth_accounts
usingJsonRpcProvider
sinceBrowserProvider
withwindow.ethereum
(MetaMask) works as expected.It was working in ethers 5.7.2 perfectly but not int 6.1.0. Here is the my local geth options to allow access permissions
Sample in my code
Debugging in ethers
payload
ofasync _send(payload: JsonRpcPayload | Array<JsonRpcPayload>): Promise<Array<JsonRpcResult>>
in provider-jsonrpc.tsvalue
offunction _spelunkMessage(value: any, result: Array<string>): void
in provider-jsonrpc.tsDoes anyone have an idea for this? 🙇
Beta Was this translation helpful? Give feedback.
All reactions