nim-eth/eth/ssz
Etan Kissling 33f548186d
allow `ElemType(XXX)` on inputs not called `T` (#414)
Currently, `ElemType` can only be called on `List` types when they are
first assigned to a variable called `T`. The template has been adjusted
so that different variable names may be used. The template can now also
be applied to in-line computed types, e.g., `ElemType(typeof(x))`.
2021-10-21 09:43:42 +02:00
..
bitseqs.nim Add implementation of Portal wire protocol 2021-06-09 14:57:30 +02:00
bytes_reader.nim Add implementation of Portal wire protocol 2021-06-09 14:57:30 +02:00
merkle_tree.nim Add helpers to generate merkle proofs (#381) 2021-08-09 12:17:21 +02:00
merkleization.nim fix big-endian merkleization for UintN arrays (#412) 2021-10-21 09:43:14 +02:00
ssz_serialization.nim Add implementation of Portal wire protocol 2021-06-09 14:57:30 +02:00
types.nim allow `ElemType(XXX)` on inputs not called `T` (#414) 2021-10-21 09:43:42 +02:00