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

Use our storage traits and get rid of sqlx #1174

Merged
merged 29 commits into from
Sep 22, 2023
Merged

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    920b0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3499a8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af51570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f30fe6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    575e2b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcd4765 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f25c91b View commit details
    Browse the repository at this point in the history
  8. Minor

    TheQuantumPhysicist committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f3ee81c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2789f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    557ac0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f64f56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    82c6b07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08e6168 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ee53fc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    37b84c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    afadefa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    323b206 View commit details
    Browse the repository at this point in the history
  18. Minor

    TheQuantumPhysicist committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    1eb723b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Uncomment tests

    TheQuantumPhysicist committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ed3cec7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Ensure that transactions are wrapped asynchronously in the parent dat…

    …abase object instead of blocking on transactions' drop function.
    TheQuantumPhysicist committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    06e158f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423549e View commit details
    Browse the repository at this point in the history
  3. Minor

    TheQuantumPhysicist committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d9dc445 View commit details
    Browse the repository at this point in the history
  4. Minor

    TheQuantumPhysicist committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3159799 View commit details
    Browse the repository at this point in the history
  5. Comment added

    TheQuantumPhysicist committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a3c90df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88aa1b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge pull request #1195 from mintlayer/fix/postgres-async

    Make API server database 100% async
    TheQuantumPhysicist committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8945f2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1223 from mintlayer/fix/postgres-async-with-tx-dr…

    …opper
    
    Ensure that transactions are wrapped asynchronously in the parent database object instead of blocking on transactions' drop function.
    TheQuantumPhysicist committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    89b61f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    5264ecb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1226 from mintlayer/fix/postgres-async-with-tx-dr…

    …opper-cleanup
    
    Postgres async with tx dropper cleanup
    TheQuantumPhysicist committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b0976f9 View commit details
    Browse the repository at this point in the history