Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use block.timestamp instead of block.number #46

Merged
merged 6 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    b848ce2 View commit details
    Browse the repository at this point in the history
  2. test: update unit tests

    xorsal committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7e9bcce View commit details
    Browse the repository at this point in the history
  3. feat: remove _blockNumber param from events

    block number and timestamp can be easily obtained from the event's
    metadata.
    xorsal committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2e38cc6 View commit details
    Browse the repository at this point in the history
  4. feat: replace uint128 timestamps with uint256

    Remove unnecessary uint128 casting
    xorsal committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f9cd7b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6d5d4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca89660 View commit details
    Browse the repository at this point in the history