Task to retroactively update Mural statuses (#4769)

* Task to retroactively update Mural statuses

* cargo sqlx prepare

* wip: add tests

* Prepare

* Fix up test

* start on muralpay mock

* Move mocking to muralpay crate
This commit is contained in:
aecsocket
2025-11-13 18:16:41 +00:00
committed by GitHub
parent 70e2138248
commit c27f787c91
24 changed files with 906 additions and 10 deletions

1
Cargo.lock generated
View File

@@ -5141,6 +5141,7 @@ dependencies = [
name = "muralpay"
version = "0.1.0"
dependencies = [
"arc-swap",
"bytes",
"chrono",
"clap",