plugeth/les/utils
Guillaume Ballet 1a715d7db5
les: rework float conversion on arm64 and other architectures (#21994)
The previous fix #21960 converted the float to an intermediate signed int, before attempting the uint conversion. Although this works, this doesn't guarantee that other architectures will work the same.
2020-12-11 10:28:01 +01:00
..
exec_queue_test.go les: create utilities as common package (#20509) 2020-03-31 17:17:24 +02:00
exec_queue.go les: create utilities as common package (#20509) 2020-03-31 17:17:24 +02:00
expiredvalue_test.go les: implement new les fetcher (#20692) 2020-07-28 18:02:35 +03:00
expiredvalue.go les: rework float conversion on arm64 and other architectures (#21994) 2020-12-11 10:28:01 +01:00
timeutils_test.go les, les/lespay/server: refactor client pool (#21236) 2020-09-14 22:44:20 +02:00
timeutils.go les, les/lespay/server: refactor client pool (#21236) 2020-09-14 22:44:20 +02:00
weighted_select_test.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
weighted_select.go les/utils: protect against WeightedRandomSelect overflow (#21839) 2020-11-23 10:18:33 +01:00