-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Copy link
Description
Problem
The page at https://docs.hedera.com/hedera/core-concepts/smart-contracts/understanding-hederas-evm-differences-and-compatibility/for-evm-developers-migrating-to-hedera/json-rpc-relay-and-evm-tooling seems to be very out of date and needs to be updated.
For example,
- The page says we don't support contract snapshot but this is wrong. We do support forking via hardhat and foundry and in fact, I have a PR for these tutorials currently so we should update this page accordingly: Hedera forking tutorials #375
- The page says we don't support debug methods but we in fact do: https://github.com/hiero-ledger/hiero-json-rpc-relay/blob/main/docs/debugging-transactions.md#3-advanced-debugging-with-debug_tracetransaction
- The link at "See the full list of methods here." is wrong. It should point to hiero-ledger
- There may be other things that are supported on our relay such as paymaster and other things but are not listed here
Solution
Update the documentation with latest changes
Alternatives
No response
Metadata
Metadata
Assignees
Labels
No labels