jangko
f2f204293e
first step into styleCheck fixes
2022-04-14 08:39:50 +07:00
Jordan Hrycaj
9545767c53
update ec_recover
...
why:
Previous version was based on lru_cache which is ugly. This module is
based on the stew/keyed_queue library module.
other:
There are still some other modules rely on lru_cache which should be
removed.
2022-01-22 08:26:57 +02:00
jangko
7dbc44f88c
implement simple PoA sealing engine
...
the goal of this module is to pass hive/smoke/clique test
and also support for hive/ethereum/rpc test
fixes #801
2021-08-24 14:49:13 +07:00
Jordan Hrycaj
4713bd4cf4
#768 Moved/re-implemented ecRecover() from Clique sources to utils/ec_recover
...
why:
The same functionality was differently implemented in one or the
other form.
details:
Caching and non-caching variants available
2021-08-05 12:27:10 +07:00