tersec
tersec
> Indeed, and I've used that value where clients don't have a more obvious alias. With Nimbus, the parameter is reversed: `--local-block-value-boost`, so a value of 10 is like a...
To the extent this is something worth adding to the VC, and it would be reasonable, I'd probably lean towards preferring copying the `produceBlockV3` approach directly, and have the VC...
The VC already has this: ``` --builder-boost-factor Percentage multiplier to apply to the builder's payload value when choosing between a builder payload header and payload from the paired execution node....
- https://github.com/nim-lang/Nim/issues/25000
> Yeah I believe GCC 15 made incompatible-pointer a default error or made it more strict. https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types did this.
Well, I'm a bit skeptical this is the best way to achieve most of those goals. I'd ask some questions: is this, in practice, timing out for you? If it's...
``` 2025-08-13T06:07:56.1206932Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/mev/electra_mev.nim(102, 3) Error: identifier expected, but got 'keyword import' 2025-08-13T06:07:56.1424448Z make: *** [Makefile:442: wss_sim] Error 1 2025-08-13T06:07:56.1442402Z make: *** Waiting for unfinished jobs.... 2025-08-13T06:07:56.4883124Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/mev/electra_mev.nim(102, 3) Error: identifier...
``` 2025-08-13T07:35:53.0989040Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/mev/electra_mev.nim(11, 8) Error: cannot open file: ../conf 2025-08-13T07:35:53.1168707Z make: *** [Makefile:442: validator_db_aggregator] Error 1 2025-08-13T07:35:53.1185131Z make: *** Waiting for unfinished jobs.... 2025-08-13T07:35:53.2069589Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-ssz-serialization/ssz_serialization/digest.nim(35, 9) Hint: BLST SHA256 backend...
The overall approach here is to be able to ensure Nimbus's timeout is long enough to accommodate both the fairly short timeout intrinsic to fetching the bid, plus whatever delay...
The Jenkins x86 build errors related to secp256k1 are fixed by: - https://github.com/status-im/nimbus-eth2/pull/7228