ethereum / ethereum/execution-apis
Change initial behavior of eth_syncing
Open
- Dominant language
- Io
- Stars
- 1.1k
- Forks
- 530
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 9
Description
Repost from geth:
> This is a follow up of a discussion sparked by https://github.com/ethereum/go-ethereum/issues/23099
Currently eth_syncing initially returns nil which is suboptimal - a better approach would be to initially return syncing with current- and highest- block "0" that better describes the current state.
Contributor guide
Assessment
This issue has not been assessed yet.