You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attestantio has updated their API design, integrating a new produceBlockV3 endpoint that consolidates normal and blinded block into a single structure as shown in their pull request (PR): attestantio/go-eth2-client#116. Charon needs to be adapted to align with the new API, abandoning our existing fork in favor of Attestantio's branch.
🛠️ Proposed solution
Review the PR and understand the changes introduced in the new produceBlockV3 endpoint.
Discard our current fork and switch to using Attestantio's updated branch.
Update Charon's codebase to comply with the new API specifications.
The text was updated successfully, but these errors were encountered:
Integrating the new version of go-eth2-client, resolving breaking changes, etc.
Known issues: ~attestantio/go-eth2-client#118 & ~attestantio/go-eth2-client#119
TODOs
- [x] Integrate v0.21.0
- [x] Integrate v0.21.1 (with bugfixes)
- [x] Test with simnet
- [x] Improve test coverage
- [x] Investigate latest teku VC not querying BN
category: feature
ticket: #2936
🎯 Problem to be solved
Attestantio has updated their API design, integrating a new
produceBlockV3
endpoint that consolidates normal and blinded block into a single structure as shown in their pull request (PR): attestantio/go-eth2-client#116. Charon needs to be adapted to align with the new API, abandoning our existing fork in favor of Attestantio's branch.🛠️ Proposed solution
produceBlockV3
endpoint.The text was updated successfully, but these errors were encountered: