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 credit deal auto-repayment feature #2735

Merged
merged 29 commits into from
Apr 19, 2023

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    bba9b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4bc4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5704816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68efc09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8fac66 View commit details
    Browse the repository at this point in the history
  6. Update params in credit deal auto-repayment tests

    so that some tests are closer to overflow
    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8a64036 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52d676a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf5934f View commit details
    Browse the repository at this point in the history
  9. Rename fee_parameters_type to fee_params_t

    to get around MinGW build "string table overflow" issue
    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d069614 View commit details
    Browse the repository at this point in the history
  10. Update a comment

    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b7a5d68 View commit details
    Browse the repository at this point in the history
  11. Update a comment

    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2ca1d99 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Wrap long lines

    abitmore committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a89307c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0ad9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2736 from mpaladin/sonarcloud-configuration

    Remove SonarCloud cache and threads configuration as it is now by default
    abitmore authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    43ea51e View commit details
    Browse the repository at this point in the history
  4. Add comments

    abitmore authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5d59c9e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Merge pull request #2737 from bitshares/sonarcloud-configuration

    Remove SonarCloud cache and threads configuration as it is now by default
    abitmore authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    70eece1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Use gcovr to process code coverage data

    for better coverage reporting, including branch coverage
    abitmore committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b46de5d View commit details
    Browse the repository at this point in the history
  2. Bump FC

    abitmore committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    11b2a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Fix macOS build

    Type "long" is not reflected in macOS, so avoid using it implicitly in tests
    abitmore committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f927efc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2739 from bitshares/sonar-code-coverage

    Use gcovr to process code coverage data
    abitmore authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    162584a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    abitmore committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    beb5022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f66004 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2740 from bitshares/update-sonar-project-version-…

    …6-2-x
    
    Update sonar.projectVersion to 6.2.x
    abitmore authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e68c738 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d1da353 View commit details
    Browse the repository at this point in the history
  2. Call gcovr with --exclude-throw-branches in CI

    For branch coverage, exclude branches that the compiler generates for
    exception handling, to generate more "sensible" coverage reports.
    abitmore committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5366a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da7891 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Merge pull request #2742 from bitshares/update-sonar

    Update code coverage report settings in sonar-scan overflow
    abitmore authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3f5c6c4 View commit details
    Browse the repository at this point in the history
  2. Merge 'develop' branch

    Resolved conflicts:
    - sonar-project.properties
    abitmore committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    38ff734 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add fee_change_test

    abitmore committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3fc4de4 View commit details
    Browse the repository at this point in the history