Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Era test node does not implement some hardhat endpoints, in eth namespace #328

Open
vbar opened this issue Aug 16, 2024 · 1 comment
Open
Labels
challenging 🏴‍☠️ Indicates a difficult item feature ➕ Feature item hardhat_api 👷 Indicates hardhat namespace api tasks p3 🔵 Indicates low priority item

Comments

@vbar
Copy link
Contributor

vbar commented Aug 16, 2024

🌟 Feature Request

📝 Description

Specifically,

eth_coinbase

eth_mining

  • implemented to fail
  • could be implemented to return false (with synchronization), as the test node only mines new blocks in a critical section

eth_pendingTransactions

  • not implemented
  • could be implemented to return an empty list

eth_sign

  • not implemented
  • the API is deprecated as unsafe

eth_signTypedData_v4

  • not implemented
  • Ethereum-specific

eth_subscribe

  • not implemented
  • Ethereum-specific

eth_unsubscribe

  • not implemented
  • requires eth_subscribe
@vbar vbar changed the title Era test node does not implement eth_coinbase Era test node does not implement some hardhat endpoints, in eth namespace Aug 16, 2024
@MexicanAce MexicanAce added p3 🔵 Indicates low priority item feature ➕ Feature item hardhat_api 👷 Indicates hardhat namespace api tasks challenging 🏴‍☠️ Indicates a difficult item labels Sep 18, 2024
@MexicanAce
Copy link
Collaborator

If there are specific endpoints we need to implement, it will be easier to track each one as their own GH issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenging 🏴‍☠️ Indicates a difficult item feature ➕ Feature item hardhat_api 👷 Indicates hardhat namespace api tasks p3 🔵 Indicates low priority item
Projects
None yet
Development

No branches or pull requests

2 participants