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: seamless unstable to stable transition in WASM client #1914

Merged

Commits on Sep 4, 2024

  1. feat: add 'unstable' option for WASM client in 'ClientOptions'

    This new feature will allow the usage of 'unstable' features by the WASM
    client.
    jpraynaud committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0d417f3 View commit details
    Browse the repository at this point in the history
  2. refactor: refactor unstable feature implementation in WASM client

    The 'MithrilUnstableClient' has been removed and replaced by the usage
    of an 'unstable' field in the client options.
    jpraynaud committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d8615b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccb0b10 View commit details
    Browse the repository at this point in the history
  4. docs: update 'Mithril client library WASM' developer doc

    With new unstable features implementation.
    jpraynaud committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    30e9057 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b779826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76e14c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2701667 View commit details
    Browse the repository at this point in the history
  8. docs: update CHANGELOG

    jpraynaud committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    87e0edb View commit details
    Browse the repository at this point in the history
  9. chore: bump crates versions

    - 'mithril-client-wasm' from '0.3.10' to '0.4.0'
    - 'mithril-client' from '0.8.16' to '0.8.17'
    - 'mithril-explorer' from '0.7.5' to '0.7.6'.
    jpraynaud committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b0eaa98 View commit details
    Browse the repository at this point in the history