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

Blockfrost crates #313

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Blockfrost crates #313

wants to merge 7 commits into from

Commits on Mar 1, 2024

  1. Blockfrost crates

    Rust and WASM crates for creating tx builders from blockfrost.
    
    The rust crate can be directly used with the `blockfrost` crate when the
    feature `direct_api` is enabled. If it is not then various parsing
    ability is still exposed for cost models.
    
    The WASM crate due to technical restrictions just exposes an endpoint
    that takes in the response JSON and creates the config.
    
    the cml/wasm crate exports this new `cml-blockfrost-wasm` functionality
    which only increased compiled size from 896kb -> 911kb so should be fine
    to include by default.
    
    TODO: some documentation but this would conflict with #307's
    documentation update so can be done at a later date.
    rooooooooob committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1224706 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. rename fix

    rooooooooob committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d8f66c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62607f7 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    rooooooooob committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    224d133 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 23, 2024

  1. fixes for changes from #336

    rooooooooob committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    16e6bdb View commit details
    Browse the repository at this point in the history