nimbus-eth1/tests/test_clique
Jordan Hrycaj 1b441a485b
Replace coded unit test PRNG for Clique test address generation (#1446)
why:
  Clique relies on the even/odd position of an address after sorting. For
  address generation, the Nim PRNG was used which seems to have changed
  with Nim 1.6.11 (Linux, Windoes only.)

  As a replace, the Posix.1-2001 example (two-liner calculation) generator
  is used.
2023-01-24 14:52:02 +00:00
..
pool.nim Replace coded unit test PRNG for Clique test address generation (#1446) 2023-01-24 14:52:02 +00:00
private.key fixes clique signerFn return type 2021-08-19 19:00:30 +07:00
voter_samples.nim Replace coded unit test PRNG for Clique test address generation (#1446) 2023-01-24 14:52:02 +00:00