trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.62k stars 678 forks source link

Extends RPC methods #2625

Open 0xslipk opened 2 years ago

0xslipk commented 2 years ago

Hi Guys,

Do you have a way to extends the current RPC methods?, for example I would like to add a harmony RPC method hmy_getAccountNonce to return the account nonce.

davidmurdoch commented 2 years ago

Not yet. But this is a feature we've been planning on adding.

0xslipk commented 2 years ago

Not yet. But this is a feature we've been planning on adding.

I would love to do it or help with it. Do you have a branch or spec of what is need it for implement this feature?

davidmurdoch commented 2 years ago

Thanks @0xslipk, we don't actually have a spec for this just yet. Would you like me to ping you when we do come up with some concrete steps, hopefully within the next few months?

0xslipk commented 2 years ago

Thanks @0xslipk, we don't actually have a spec for this just yet. Would you like me to ping you when we do come up with some concrete steps, hopefully within the next few months?

Yeah, I would like that. Let me know when you guys are ready to start and I will help with it.