# Functions
EncodeBytesToUint64 big endian byte slice to uint64.
EncodeUint64ToBytes encodes provided uint64 to big endian byte slice.
IsContextDone returns true if the error is due to the context being cancelled or expired.
RetryForever will execute a function until it completes without error or the context is cancelled or expired.