tersec

Results 314 comments of tersec

The remaining issue here is the KZG library. The fix for that did not make it into the upcoming release (`v24.6`), so overall this still won't work, but the problem...

Basically two remaining steps: - update to a version of Nim containing https://github.com/nim-lang/Nim/pull/23761 and - update KZG bindings (which, the reworked gcc 14-compatible versions depend on this Nim fix) with...

https://github.com/status-im/nimbus-eth2/pull/6403 fixes this, but refraining from closing this issue until we test it some more.

v24.6.0 doesn't support this, but v24.7.0 (imminent) will. The fix was applied, not released. If you want to try this, check out the `testing` branch, run `make update`, and try...

If this is desirable, agree with @cheatfate, this should be standardized in the beacon API. > The goal of this is really to incrementally increase ssz support for more routes,...

@nflaig Is this issue effectively resolved then, as far as Nimbus's implementation is concerned, or are there still things required to resolve it? If/when https://github.com/ethereum/beacon-APIs/issues/250 is merged, this can be...

Needs to target the `unstable` branch

One of the files you modified also therefore needs a copyright year update, which is otherwise causing the linting CI check to fail: ``` Run excluded_files="config.yaml" The following files do...

Thank you for your comment fixes; they've been incorporated into `unstable`.