Skip to content

Conversation

@VolodymyrBg
Copy link

@VolodymyrBg VolodymyrBg commented Jan 11, 2025

  • Renamed millis_since_epoch() to seconds_since_epoch()
  • Changed time representation from milliseconds to seconds
  • Updated millis_since() to work with seconds while maintaining its interface

What ❔

  • Renamed millis_since_epoch() to seconds_since_epoch()
  • Changed time representation from milliseconds to seconds
  • Updated millis_since() to work with seconds while maintaining its interface
  • Improved type safety by using u64 instead of u128

Why ❔

Resolves SMA-1206

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zkstack dev fmt and zkstack dev lint.

…tils

Resolves SMA-1206

- Renamed millis_since_epoch() to seconds_since_epoch()
- Changed time representation from milliseconds to seconds
- Updated millis_since() to work with seconds while maintaining its interface
- Improved type safety by using u64 instead of u128
@slowli slowli self-requested a review January 13, 2025 11:38
@VolodymyrBg VolodymyrBg closed this Mar 3, 2025
@VolodymyrBg VolodymyrBg deleted the zksynca branch March 4, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant