nimbus-eth2/beacon_chain/libnimbus_lc
Etan Kissling efb1971d7e
pass `cfg` to `ETHBeaconClockCreateFromState` LC API (#6071)
We don't need the `cfg` right now, but it makes sense to have the object
passed to the clock so that the API doesn't break if we want to support
configurable `SECONDS_PER_SLOT`. As the `libnimbus_lc` library is not
yet widely used, better to add the argument now than later.
2024-03-13 13:01:39 +01:00
..
test_files add helpers for processing receipts to `libnimbus_lc.a` (#5360) 2023-08-28 15:56:40 +00:00
libnimbus_lc.h pass `cfg` to `ETHBeaconClockCreateFromState` LC API (#6071) 2024-03-13 13:01:39 +01:00
libnimbus_lc.nim pass `cfg` to `ETHBeaconClockCreateFromState` LC API (#6071) 2024-03-13 13:01:39 +01:00
test_libnimbus_lc.c pass `cfg` to `ETHBeaconClockCreateFromState` LC API (#6071) 2024-03-13 13:01:39 +01:00