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

Add feature to support custom now_utc implementations #1397

Merged

Commits on Aug 29, 2024

  1. Add feature to support custom now_utc implementations

    This PR adds a feature to `identity_core` to allow specifying a custom
    function to get the current time (`Timestamp::now_utc`).
    The feature is disabled by default.
    
    Closes iotaledger#1391.
    frederikrothenberger committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ce8f33 View commit details
    Browse the repository at this point in the history
  2. Formatting

    frederikrothenberger committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4deaa59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dde896d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f67cb5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fda099 View commit details
    Browse the repository at this point in the history
  6. Allow compilation for target wasm32-unknown-unknown without js-sys

    Also removes the unused dependency on `iota-crypto` (which also had
    a dependency on `js-sys` through the `random` feature).
    frederikrothenberger committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    989e6ca View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    6cee4a5 View commit details
    Browse the repository at this point in the history