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

Implement Cardano stake distribution in mithril-client WASM #1887

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    e7e4e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527e559 View commit details
    Browse the repository at this point in the history
  3. test: add support for /artifact/cardano-stake-distribution/:hash an…

    …d `/artifact/cardano-stake-distributions` routes in the fake aggregator
    dlachaume committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    442b0bf View commit details
    Browse the repository at this point in the history
  4. test: add support for `/artifact/cardano-stake-distribution/epoch/:ep…

    …och` in the fake aggregator
    
    modify build script to create a list of cardano stake distribution epochs
    dlachaume committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6549480 View commit details
    Browse the repository at this point in the history
  5. feat: implement CardanoStakeDistribution features exposed by `mithr…

    …il-client` crate in the WASM library
    dlachaume committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    087a594 View commit details
    Browse the repository at this point in the history
  6. test: add WASM functions for CardanoStakeDistribution in www-test

    add function to create an Epoch from Javascript
    dlachaume committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1ba56c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42bed9a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. feat: simplify get_cardano_stake_distribution_by_epoch by passing a…

    … `u64` instead of an `Epoch`
    dlachaume committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    41ec6fc View commit details
    Browse the repository at this point in the history
  2. chore: bump crates versions

    dlachaume committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6b21a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6cd99 View commit details
    Browse the repository at this point in the history