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

fix(ci): Fix custom_time feature ci tests #1400

Closed
wants to merge 12 commits into from
Closed

Commits on Aug 23, 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 #1391.
    Frederik Rothenberger committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bccee56 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Frederik Rothenberger committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    30aab4b View commit details
    Browse the repository at this point in the history
  3. Fix wrong comment

    Frederik Rothenberger committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d4f3f9c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. chore: clippy fixes and fmt

    itsyaasir committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e53f9c4 View commit details
    Browse the repository at this point in the history
  2. chore: clippy fixes and fmt

    itsyaasir committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7c04129 View commit details
    Browse the repository at this point in the history
  3. 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).
    Frederik Rothenberger committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4670be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore: split tests into two

    itsyaasir committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7dee681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3385c11 View commit details
    Browse the repository at this point in the history
  3. fix: toml formatting

    itsyaasir committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    14df568 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    9b9256a View commit details
    Browse the repository at this point in the history
  2. fmt

    itsyaasir committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    409b153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbaefa2 View commit details
    Browse the repository at this point in the history