eth2-beaconchain-explorer icon indicating copy to clipboard operation
eth2-beaconchain-explorer copied to clipboard

Add Prysm v3 support

Open mkykadir opened this issue 1 year ago • 6 comments

Prysm brought some breaking changes with v3 update, upgrade Prysm module to support v3.

Fixes #1165 actually

mkykadir avatar Aug 01 '22 12:08 mkykadir

@guybrush Please consider merging this as it adds support back for Prysm clients.

hewison-chris avatar Aug 02 '22 06:08 hewison-chris

Thank you! This is a good start to fully support prysm again!

We still need to add support for the bellatrix-fork, after merging this PR.

guybrush avatar Aug 02 '22 07:08 guybrush

@guybrush Can this be merged with just Altair support until then? A new issue may be opened for the Bellatrix support.

mkykadir avatar Aug 04 '22 05:08 mkykadir

Prysm has Bellatrix block support in v2.1.4 but Go package version is v2.0.1 which doesn't have that supported.

Updated this to latest, conflicts resolved

mkykadir avatar Aug 20 '22 18:08 mkykadir

I will rework on this, since Prysm has v3 now! https://pkg.go.dev/github.com/prysmaticlabs/prysm/[email protected]

mkykadir avatar Aug 21 '22 07:08 mkykadir

@guybrush Enabled bellatrix-fork code, bellatrix blocks can be parsed

mkykadir avatar Aug 22 '22 07:08 mkykadir