tersec

Results 314 comments of tersec

> > Maybe it’s time to update this and remove the response body altogether for Fulu – and instead explicitly require the builder to publish the block and blobs? >...

A diff of the C source generated -- some variable name noise, but fairly clear superficially what changed: ```c @@ -90,41 +75,49 @@ } static N_INLINE(void, nimFrame)(TFrame *s_p0) { {...

- https://github.com/nim-lang/Nim/issues/24634

An example of what's happening: ```nim {.push raises: [].} proc h() = {.push raises: [CatchableError].} {.pop.} import std/os proc f() = createDir("") ```

https://github.com/status-im/nimbus-eth2/actions/runs/10667055348/job/29568268145 ``` 2024-09-02T14:16:25.3542317Z /github-runner/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(248, 63) template/generic instantiation of `async` from here 2024-09-02T14:16:25.3544530Z /github-runner/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(283, 17) Error: type mismatch 2024-09-02T14:16:25.3546172Z Expression: getAggregatedAttestation(vc, slot, attestationRoot, committeeIndex, Best) 2024-09-02T14:16:25.3547078Z [1] vc: ValidatorClientRef 2024-09-02T14:16:25.3547523Z [2]...

- https://github.com/status-im/nimbus-eth2/pull/6786

Where does https://ethereum.github.io/beacon-APIs/#/Beacon/getBlobSidecars specify the behavior/response you're asking for?

This "feature request" would be incompatible with the existing beacon API.

If you'd like, you can file an issue with https://github.com/ethereum/beacon-APIs/issues but this is an implementation of a specific and specified API.

We've never seen this particular error, and it appears to be something happening in the SQLite library itself, given the ``` On tree page 10662511 cell 1: invalid page number...