mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
* chore: bump Nim to 2.2.4 * fix: resolve symbol ambiguity and drop auto type * fix: use reference to task instead of pointer or the compiler will deallocate `task` before the encoding/decoding is done * fix: convention that maxCollateralPerByte equals totalRemainingCollateral when freeSize is 0 to avoid DivByZeroDefect * fix: bump compiler version in CI pipeline as well