Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): get rid of tx receipt root (#3187)
## What ❔ Transaction receipt `root` was replaced by `status` in [EIP658](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-658.md). Since we already return `status` there is no need in having `root` too. Fixes #3188 ## Why ❔ It is actively harmful as it confuses some ETH tooling that considers having both `status` and `root` at the same time an invalid receipt. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
- Loading branch information