Is your feature request related to a problem? Please describe.
The spec is hardcoded to mainnet so we can't test with devnets that use the new minimal spec which is much faster to work with.
The problem is described on attestantio/go-eth2-client#227
Describe the solution you'd like
The main problem is the ssz root used to sign bids.
2 PRs are about to be merged soon that will solve 90% of the problem:
attestantio/go-eth2-client@master...jacobkaufmann:go-eth2-client:consensus-specs-presets
attestantio/go-builder-client@master...jacobkaufmann:go-builder-client:feat-dynssz-support
With these PRs we should create the proper preset and propagate it to the signing point.
Is your feature request related to a problem? Please describe.
The spec is hardcoded to mainnet so we can't test with devnets that use the new minimal spec which is much faster to work with.
The problem is described on attestantio/go-eth2-client#227
Describe the solution you'd like
The main problem is the ssz root used to sign bids.
2 PRs are about to be merged soon that will solve 90% of the problem:
attestantio/go-eth2-client@master...jacobkaufmann:go-eth2-client:consensus-specs-presets
attestantio/go-builder-client@master...jacobkaufmann:go-builder-client:feat-dynssz-support
With these PRs we should create the proper preset and propagate it to the signing point.