Jacek Sieka
62cbdeefc5
verify `genesis_time` more strictly ( fixes #1667 ) ( #5694 )
...
Bogus values lead to crashes down the line when timers overflow
2024-01-06 15:26:56 +01:00
tersec
c36d2aa103
fix XDeclaredButNotUsed warnings ( #5648 )
2023-12-05 11:45:47 +00:00
Etan Kissling
2722778ce5
reduce `nim-eth` dependencies just for RNG ( #5099 )
...
We have several modules that import `nim-eth` for the sole purpose of
its `keys.newRng` function. This function is meanwhile a simple wrapper
around `nim-bearssl`'s `HmacDrbgContext.new()`, so the import doesn't
really serve a use anymore. Replace `keys.newRng` with the direct call
to reduce `nim-eth` imports.
2023-06-19 22:43:50 +00:00
Eugene Kabanov
e91415662b
Keystore cache implementation. ( #4372 )
2023-02-16 19:25:48 +02:00
Miran
8ebd5a5fe8
fix some warnings ( #3886 )
2022-07-18 19:17:11 +00:00
Jacek Sieka
347a485b5b
bearssl: split abi ( #3755 )
2022-06-21 10:29:16 +02:00
zah
a0a6dd2f63
Add a ncli tool for converting a regular keystore into a distributed one ( #3634 )
2022-05-17 16:50:49 +03:00
Zahary Karadjov
1e6b32b37a
Remove an accidentally committed file, so a proper PR can be filed separately
2022-05-15 12:47:30 +03:00
zah
9080cb561e
Bump Chronos to fix HTTP client assertion failures ( #3628 )
2022-05-15 02:02:20 +03:00