tersec

Results 96 issues of tersec

### Nim Version ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-08-25 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot switches: -d:release ``` ``` Nim Compiler...

### Nim Version ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-09-22 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot switches: -d:release ``` ``` Nim Compiler...

### Description ```nim proc fromHex[N](A: type array[N, int]) = discard proc fromHex (T: typedesc[array[1, int]]) = discard fromHex(array[1, int]) ``` ### Nim Version ``` Nim Compiler Version 1.6.16 [Linux: amd64]...

Generics

https://eips.ethereum.org/EIPS/eip-7928

EL

https://github.com/ethereum/execution-apis/blob/bbf817f7f6404fc0d270f66a3c96f8737e6d7176/src/eth/fee_market.yaml#L29-L42 ```yaml - name: eth_maxPriorityFeePerGas summary: Returns the current maxPriorityFeePerGas per gas in wei. params: [] result: name: Max priority fee per gas schema: title: Max priority fee per gas...

RPC
EL

- https://github.com/status-im/nim-eth/pull/831#issuecomment-3592145312 Run ``` rm ~/.cache/nim/ -rf && ~/nim224/bin/nim c -f -d:release --verbosity:0 -r eth/enr/enr; ~/nim226/bin/nim c -f -d:release --verbosity:0 -r eth/enr/enr; ~/nim227/bin/nim c -f -d:release --verbosity:0 -r eth/enr/enr; ~/nim23/bin/nim...