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

Fix libvcx core lints #991

Merged
merged 19 commits into from
Sep 22, 2023
Merged

Fix libvcx core lints #991

merged 19 commits into from
Sep 22, 2023

Commits on Sep 21, 2023

  1. Fixed rust agent lints

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6ba835f View commit details
    Browse the repository at this point in the history
  2. Uniformized toolchain version in CI

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c310232 View commit details
    Browse the repository at this point in the history
  3. Revert Rust toolchain version

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6b65953 View commit details
    Browse the repository at this point in the history
  4. Macro formatting fix

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0671727 View commit details
    Browse the repository at this point in the history
  5. Fix lints in aries_vcx (#989)

    Addressed lints and formatting in aries_vcx.
    
    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d300f6a View commit details
    Browse the repository at this point in the history
  6. Fixed lib level lints

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4723a8a View commit details
    Browse the repository at this point in the history
  7. Fixed lints in 'api_handle::schema' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b555496 View commit details
    Browse the repository at this point in the history
  8. Fixed lints in 'api_handle::revocation_registry' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0e4b9c1 View commit details
    Browse the repository at this point in the history
  9. Fixed lints in 'api_handle::proofs' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f5569d1 View commit details
    Browse the repository at this point in the history
  10. Fixed lints in 'api_handle' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    71a639a View commit details
    Browse the repository at this point in the history
  11. Fixed lints in 'api_global::wallet' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2169391 View commit details
    Browse the repository at this point in the history
  12. Fixed lints in 'api_global::state' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    980be3f View commit details
    Browse the repository at this point in the history
  13. Fixed lints in 'api_global::profile' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    648b6db View commit details
    Browse the repository at this point in the history
  14. Fixed lints in 'api_global::pool' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cfca0e8 View commit details
    Browse the repository at this point in the history
  15. Fixed lints in 'api_global::ledger' module

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b26a1bf View commit details
    Browse the repository at this point in the history
  16. Fixed remaining lints and added proper clippy jobs in CI

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    937b0a8 View commit details
    Browse the repository at this point in the history
  17. Ran cargo fmt

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e9b0570 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. CI jobs fixes and clearing out remaining lints

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e64fad5 View commit details
    Browse the repository at this point in the history
  2. Feature variant lint fixing for aries_vcx_core

    Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
    bobozaur committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a3a4436 View commit details
    Browse the repository at this point in the history