tersec
tersec
I haven't been able to get the genesis.ssz you posted, i.e. GitHub doesn't seem to allow downloading of it as far as I can tell because it's (obviously) not a...
> hi [@tersec](https://github.com/tersec), here is the ssz file mentioned by [@artjoma](https://github.com/artjoma) - https://storage.googleapis.com/dynamic-websites-bucket-production/genesis.ssz That works, yeah
> Reduced > > # test.nim > type > S*[T] = ref object of RootObj > k: string > A*[T] = ref object of S[T] > > proc p*[T](): S[T]...
Fixing the 2-file test case slightly by readding `u`: `test.nim`: ```nim type S*[T] = ref object of RootObj k: string A*[T] = ref object of S[T] proc p*[T](): S[T] =...
Example `config.nims` file: ``` --verbosity:0 --hints:off --warnings:off switch("passC", "-flto") switch("passL", "-flto") switch("passC", "-finline-limit=1000") switch("passL", "-finline-limit=1000") #--define:useMalloc ``` These can either be elided (the various `verbosity`/`hints`/`warnings` controls) or explicitly put in...
Both: - https://github.com/status-im/nim-secp256k1/pull/65 and - https://github.com/status-im/nim-unittest2/pull/55 still trigger for me with: ``` Nim Compiler Version 2.3.1 [Linux: amd64] Compiled at 2025-09-20 Copyright (c) 2006-2025 by Andreas Rumpf git hash: 3f48576113bcf6e00d7bf1cafb202c757569a60a...
Slight differences: before, - `-d:useMalloc` would typically trigger it too, and it doesn't seem to anymore - Nim v2.2.4 specifically doesn't seem to trigger it on `gcc (Debian 15.2.0-4) 15.2.0`...
I'm not sure if this is a Nim bug. I've reduced it down (from ~13k lines of C code in `clang-format` style) to ~2k lines of code: [@mo.nim.c](https://github.com/user-attachments/files/22968325/%40mo.nim.c) [@mt.nim.c](https://github.com/user-attachments/files/22968319/%40mt.nim.c) [@mw.nim.c](https://github.com/user-attachments/files/22968321/%40mw.nim.c)...
Why is this distinct from https://github.com/status-im/nimbus-eth1/pull/3036 ? Typically, it's nice to merge the test suite when code being tested is being merged.
Tentative alpha release conditions have been achieved. We're not going to treat - https://github.com/status-im/nimbus-eth1/issues/3207 and - https://github.com/status-im/nimbus-eth1/issues/3244 as blocking, though they remain important and should gate something closer to a...