Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bad3c4c
api contract tests, db test container, test app, mocks
CodeWarriorr Nov 25, 2025
5e868be
api swap to database sourced url discovery
CodeWarriorr Nov 27, 2025
624c2fe
into UrlResult
CodeWarriorr Nov 27, 2025
9b56d5a
bms jobs runned on schedule for each provider with working url
CodeWarriorr Dec 2, 2025
063e612
new API with bms results
CodeWarriorr Dec 4, 2025
e44046e
provider tests
CodeWarriorr Dec 4, 2025
ae152d2
test constants
CodeWarriorr Dec 4, 2025
e765b73
Merge remote-tracking branch 'origin/main' into feature/bms-scheduler
CodeWarriorr Dec 4, 2025
ed4636b
bump docker build
CodeWarriorr Dec 16, 2025
24f5dbc
Merge remote-tracking branch 'origin/main' into feature/bms-scheduler
CodeWarriorr Dec 16, 2025
061fe38
url consistency check, bms calls protection, many improvements
CodeWarriorr Jan 7, 2026
c20d595
provider schedule reset api
CodeWarriorr Jan 7, 2026
f8ee1a1
small fixes
CodeWarriorr Jan 7, 2026
1c9a405
list providers filters
CodeWarriorr Jan 7, 2026
6c62b55
url tester consistency doble tap
CodeWarriorr Jan 12, 2026
b368e46
working url saved despite inconsistency, url discovery history, url d…
CodeWarriorr Jan 13, 2026
57a92a8
small impr
CodeWarriorr Jan 13, 2026
25b44d7
logs declutter
CodeWarriorr Jan 13, 2026
e520b12
improved consistenct classification
CodeWarriorr Jan 15, 2026
f26699f
small files header diagnostics
CodeWarriorr Jan 15, 2026
e9bc6d4
simplify small files diagnostics
CodeWarriorr Jan 20, 2026
c1fec53
piece size sector utilization calc
CodeWarriorr Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ GLIF_URL=https://api.node.glif.io/rpc/v1
PROXY_URL=
PROXY_USER=
PROXY_PASSWORD=

# BMS Configuration
BMS_URL=https://bms.allocator.tech
BMS_WORKER_COUNT=10
BMS_TEST_INTERVAL_DAYS=7
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode
target
z_notes
dump

.env

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading