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!: split candid crate #471

Merged
merged 25 commits into from
Oct 23, 2023
Merged

feat!: split candid crate #471

merged 25 commits into from
Oct 23, 2023

Commits on Oct 4, 2023

  1. duplicate candid as candid_parser

    remove code under "parser" feature
    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dee84bd View commit details
    Browse the repository at this point in the history
  2. now build

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1b21b10 View commit details
    Browse the repository at this point in the history
  3. didc works

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1711d00 View commit details
    Browse the repository at this point in the history
  4. remove files

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3540ac9 View commit details
    Browse the repository at this point in the history
  5. no re-export from candid

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4f379cf View commit details
    Browse the repository at this point in the history
  6. remove redundant tests

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bf49653 View commit details
    Browse the repository at this point in the history
  7. remove candid features

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e4f3ca6 View commit details
    Browse the repository at this point in the history
  8. candid_parser doctests

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8e2c23f View commit details
    Browse the repository at this point in the history
  9. candid doctests

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c4fcd73 View commit details
    Browse the repository at this point in the history
  10. fmt

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6318834 View commit details
    Browse the repository at this point in the history
  11. remove test assets of candid

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3810a42 View commit details
    Browse the repository at this point in the history
  12. cleanup

    lwshang committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a1ef4ac View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    34d7e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b6bad View commit details
    Browse the repository at this point in the history
  3. fix lint

    lwshang committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5becf38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d60fee View commit details
    Browse the repository at this point in the history
  5. fmt

    lwshang committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    09249ca View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix doc

    lwshang committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2c37c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5715c9b View commit details
    Browse the repository at this point in the history
  3. flatten parser module

    lwshang committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f04edb0 View commit details
    Browse the repository at this point in the history
  4. split out ic_principal

    lwshang committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1095f3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    953f637 View commit details
    Browse the repository at this point in the history
  6. bump to 0.10.0 and changelog

    lwshang committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    26ca15f View commit details
    Browse the repository at this point in the history
  7. lint

    lwshang committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b946c88 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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