tersec

Results 314 comments of tersec

Another workaround -- https://nimbus.guide/developers.html#makefile-tips-and-tricks-for-developers ``` make NIMFLAGS="-d:disableMarchNative" nimbus_beacon_node ```

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

To the extent https://github.com/status-im/nim-json-serialization/pull/90 solves this, I'm fine with that. I reported this as a regression fairly mechanically, not so much prescriptively as descriptively. But I tend to agree it...

Repro: `protocol.nim`: ```nim {.push raises: [].} import "."/[node] import std/[options, sugar] var closestNodes: seq[Node] for cn in closestNodes: discard cn.address.map(a => a.port) ``` `node.nim` ```nim import std/options type Address* =...

More snap sync code: - https://github.com/status-im/nimbus-eth1/blob/919242c98eeccc474934cfb4a20ec4fb092dd795/nimbus/sync/handlers/todo/snap.nim - https://github.com/status-im/nimbus-eth1/blob/919242c98eeccc474934cfb4a20ec4fb092dd795/nimbus/sync/misc/notused/snap_pivot.nim - https://github.com/status-im/nimbus-eth1/blob/919242c98eeccc474934cfb4a20ec4fb092dd795/nimbus/sync/snap/constants.nim

Removed by https://github.com/status-im/nimbus-eth1/pull/3047 - https://github.com/status-im/nimbus-eth1/blob/796c2f7cbfe3d391373bc4d8162de14c4c2435a2/nimbus/sync/protocol/snap1.nim - https://github.com/status-im/nimbus-eth1/blob/796c2f7cbfe3d391373bc4d8162de14c4c2435a2/nimbus/sync/protocol/snap/snap_types.nim

In theory, https://github.com/status-im/nimbus-eth1/pull/1413 already implements some of these, but they might have changed somewhat since that PR was created

Not part of current Prague plans anymore. Keeping open for the moment to gauge how useful this is, but it's at least a lower priority until more specific plans become...

![2024-09-30T18:38:57,820566484+00:00](https://github.com/user-attachments/assets/6718f466-3631-4c83-9899-683b18cba23e) Definitely not in Pectra. Closing; when Fusaka becomes better-defined can look anew at CFI's EIPs for that.

This largely exists already -- https://github.com/status-im/nimbus-eth1/pull/2296 shows where -- but the gas costs, fork assignment, and test cases need some updating