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 no-collateral funding #2469

Merged
merged 25 commits into from
Jun 14, 2021
Merged

Implement no-collateral funding #2469

merged 25 commits into from
Jun 14, 2021

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    be6fbff View commit details
    Browse the repository at this point in the history
  2. Update comments

    abitmore committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    7992291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41db5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de8242f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7e56be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16c0ef0 View commit details
    Browse the repository at this point in the history
  7. Fix code smells

    abitmore committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    24ee4cc View commit details
    Browse the repository at this point in the history
  8. Rename long function names

    abitmore committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    d92b1ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b96d68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a68796b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    009bec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ba611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d78a65 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    d05f130 View commit details
    Browse the repository at this point in the history
  2. Remove temp objects

    abitmore committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    96cc676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d25786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb11adc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75efd7d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    e0f7317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b9669 View commit details
    Browse the repository at this point in the history
  3. Update assertion messages

    abitmore committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c59d10e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a26449 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Add database APIs for SameT Funds

    - list_samet_funds( limit, start_id )
    - get_samet_funds_by_owner( account_name_or_id, limit, start_id )
    - get_samet_funds_by_asset( asset_symbol_or_id, limit, start_id )
    abitmore committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    5424962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72830c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c77425 View commit details
    Browse the repository at this point in the history