tersec
tersec
https://github.com/status-im/status-desktop/tree/master/vendor doesn't use this repo.
"no good reason to omit" isn't a reason to add. Oppose.
Would note that there's a conceptual difference in `get`/`put` type APIs. Both worth discussing, but adding polymorphism present challenges to different parts of the stack. The initial list of three...
https://ethereum.github.io/beacon-APIs/#/Events/eventstream has an `attestation` event type, potentially affected
> This change require implementation of additional tests in `ncli/resttest-rules.json` https://github.com/status-im/nimbus-eth2/pull/7223/commits/3327c4c2b39965edde5cc1a856237a862a70e765
https://github.com/status-im/nimbus-eth2/actions/runs/15392746027/job/43515161222?pr=7204 ``` Run excluded_files="config.yaml|config.nims|beacon_chain.nimble" The following files do not have an up-to-date copyright year: - beacon_chain/el/el_manager - test_output.log2 - tests/testbcutil.nim ``` https://github.com/Tomi-3-0/nimbus-eth2/blob/eip7732/beacon_chain/el/el_manager and https://github.com/Tomi-3-0/nimbus-eth2/blob/eip7732/test_output.log2 shouldn't be in the repository to...
the [macos-amd64](https://github.com/status-im/nimbus-eth2/actions/runs/15392746027/job/43515161510?pr=7204) CI is failing interestingly on https://github.com/status-im/nimbus-eth2/pull/7204/commits/cff3020d2c94965b936691bf36209bd679ab72a6: ``` 2025-06-05T05:18:47.9125230Z Hint: mm: refc; threads: on; opt: speed; options: -d:release 2025-06-05T05:18:47.9169090Z 257106 lines; 161.206s; 2.862GiB peakmem; proj: /Users/runner/work/nimbus-eth2/nimbus-eth2/beacon_chain/nimbus_signing_node.nim; out: /Users/runner/work/nimbus-eth2/nimbus-eth2/nimcache/release/nimbus_signing_node/nimbus_signing_node.json [SuccessX]...
In that case the copy comes effectively comes from the `let x = ` part, i.e. if `p` is `ptr[T]` then `x` is a `T` on the stack which needs...
Ordinary `for` loops don't copy the entire collection when they start. That's sort of their point.