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 mobilecoind api to not depend on consensus-api #3307

Merged
merged 8 commits into from
Apr 10, 2023

Commits on Apr 9, 2023

  1. refactor mobilecoind api to not depend on consensus-api

    I am having a lot of build problems in another project due to
    mc-mobilecoind-api pulling in mbedtls, which exports some symbols
    that conflicts with another C library that some rust code depends on.
    
    I determined that the only reason I have mbedtls in my build is
    that `mobilecoind-api` depends on `consensus-api` and this pulls
    in `mc-attest-core` etc.
    
    This change allows me to break this dependency.
    cbeck88 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7c5e9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5deb4e0 View commit details
    Browse the repository at this point in the history
  3. cargo lock

    cbeck88 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    ab78928 View commit details
    Browse the repository at this point in the history
  4. fixup

    cbeck88 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    5a571bc View commit details
    Browse the repository at this point in the history
  5. fixup

    cbeck88 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    2f31407 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    c49bc67 View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    cbeck88 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8b441e7 View commit details
    Browse the repository at this point in the history
  3. fixup

    cbeck88 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    21d8858 View commit details
    Browse the repository at this point in the history