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

feat: interface to query ledger blocks #269

Merged
merged 4 commits into from
May 31, 2022
Merged

feat: interface to query ledger blocks #269

merged 4 commits into from
May 31, 2022

Commits on May 24, 2022

  1. feat: interface to query ledger blocks

    This change introduces new interface in `ic-ledger-types` to query
    blocks (the [`query_blocks` endpoint](https://github.com/dfinity/ic/blob/7456121c506acaaa79d2251b803709abf0bdcbb3/rs/rosetta-api/ledger_canister/ledger.did#L236)
    of the ICP ledger).
    roman-kashitsyn committed May 24, 2022
    Configuration menu
    Copy the full SHA
    2f54ad5 View commit details
    Browse the repository at this point in the history
  2. make block fields pub

    roman-kashitsyn committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7d46105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3f048 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

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