This website requires JavaScript.
Explore
Help
Register
Sign In
oib
/
aitbc
Watch
1
Star
0
Fork
0
You've already forked aitbc
Code
Issues
Pull Requests
Actions
21
Packages
Projects
Releases
Wiki
Activity
All Workflows
api-endpoint-tests.yml
blockchain-sync-verification.yml
build-miner-binary.yml
cli-level1-tests.yml
contract-benchmarks.yml
coverage-phase-1.yml
coverage-phase-2.yml
cross-chain-tests.yml
cross-node-transaction-testing.yml
deploy-mainnet.yml
deploy-testnet.yml
docs-validation.yml
integration-tests.yml
js-sdk-tests.yml
multi-chain-island-architecture.yml
multi-node-health.yml
multi-node-stress-testing.yml
node-failover-simulation.yml
p2p-network-verification.yml
package-tests.yml
production-tests.yml
python-tests.yml
rust-zk-tests.yml
security-scanning.yml
smart-contract-tests.yml
staking-tests.yml
systemd-sync.yml
Actor
All actors
aitbc
aitbc1
oib
Status
All status
Success
Failure
Waiting
Running
Update edge-api systemd service paths, switch to SQLite, add timezone-aware datetimes, and make job payments optional for proof-of-concept
#7526
:
Commit
8f3e2dd7ac
pushed by
aitbc
main
2026-05-27 12:38:28 +02:00
0s
Remove zero-address dev mode fallback and harden security: update JWT secret, enforce authentication, add SSL verification option, implement actual resource handlers with system metrics
#7509
:
Commit
b58ca5db7c
pushed by
aitbc
main
2026-05-27 12:38:27 +02:00
0s
fix: update legacy port 8545 to 8006 across codebase
#7062
:
Commit
013d848132
pushed by
aitbc
main
2026-05-27 07:07:33 +02:00
11m16s
fix: resolve import paths, add fallback data, and improve error handling across services
#7000
:
Commit
863e312d5e
pushed by
aitbc
main
2026-05-26 09:28:44 +02:00
0s
Mypy contexts remediation: Fix type errors in coordinator-api contexts
#6976
:
Commit
8ef559a12c
pushed by
aitbc
main
2026-05-25 19:45:37 +02:00
0s
style: replace print() with logger.error() in gpu_worker.py
#6964
:
Commit
b9b70923d5
pushed by
aitbc
main
2026-05-25 15:09:25 +02:00
0s
mypy: routers.* now fully type-checked — remove from ignore_errors override
#6952
:
Commit
a80415321a
pushed by
aitbc
main
2026-05-25 13:10:54 +02:00
0s
mypy: services.* now fully type-checked — remove from ignore_errors override
#6929
:
Commit
4e83877faf
pushed by
aitbc
main
2026-05-25 12:50:24 +02:00
0s
fix: clean mypy errors in storage and utils layers
#6917
:
Commit
112a7b8190
pushed by
aitbc
main
2026-05-25 12:03:39 +02:00
0s
fix: clean mypy errors in schemas, models, auth, exceptions layers
#6905
:
Commit
3d66d34173
pushed by
aitbc
main
2026-05-25 10:39:38 +02:00
0s
fix: clean domain type errors and tighten mypy overrides
#6892
:
Commit
814c2ce891
pushed by
aitbc
main
2026-05-25 10:25:38 +02:00
36s
fix: populate feature_flags.json and remove sys.path bootstrap inserts
#6876
:
Commit
9609924d56
pushed by
aitbc
main
2026-05-25 10:19:18 +02:00
33s
feat: complete codebase remediation with all phases
#6852
:
Commit
573aae065b
pushed by
aitbc
main
2026-05-24 20:22:25 +02:00
56s
feat: add Knowledge Graph router to coordinator-api with /v1 prefix
#6522
:
Commit
89c0083c6c
pushed by
aitbc
main
2026-05-19 16:15:17 +02:00
51s
feat: add /v1 API prefix to all business logic endpoints and create CLI test suite
#6513
:
Commit
83ca64f7b8
pushed by
aitbc
main
2026-05-19 12:52:49 +02:00
0s
refactor: update coordinator-api port from 9001 to 8011 and standardize naming
#6494
:
Commit
d6727be43f
pushed by
aitbc
main
2026-05-19 12:47:02 +02:00
0s
feat: add account management, faucet, bridge, and staking endpoints
#6468
:
Commit
222a780167
pushed by
aitbc
main
2026-05-19 11:33:52 +02:00
0s
fix: edge-api and wallet infrastructure fixes
#6446
:
Commit
45556e9ca3
pushed by
aitbc
main
2026-05-19 08:51:07 +02:00
0s
Fix FHE service to use mock provider as fallback when real libraries unavailable
#6437
:
Commit
16afac6df7
pushed by
aitbc
main
2026-05-18 22:37:26 +02:00
0s
Fix agent identity database queries to use execute() and scalars() pattern
#6406
:
Commit
fdd057cbf8
pushed by
aitbc
main
2026-05-16 16:40:28 +02:00
0s
fix: swarm coordinator endpoints
#6378
:
Commit
73b04f6117
pushed by
aitbc
main
2026-05-15 14:32:52 +02:00
0s
refactor: add rate limiting to agent coordinator routers
#6027
:
Commit
2b6f4c2826
pushed by
aitbc
main
2026-05-13 09:33:17 +02:00
19s
refactor: enhance configuration with security validation, database pooling, and rate limiting
#5998
:
Commit
40cee6d791
pushed by
aitbc
main
2026-05-13 01:48:18 +02:00
21s
refactor: reorganize services into bounded contexts and implement async database support
#5978
:
Commit
c87806b68b
pushed by
aitbc
main
2026-05-12 21:18:01 +02:00
0s
refactor: replace print() with logger and fix code indentation
#5961
:
Commit
2d4f65af46
pushed by
aitbc
main
2026-05-12 18:11:05 +02:00
0s
ci: refactor Gitea workflows to use environment variables for workspace paths
#5906
:
Commit
5ffba8fb1f
pushed by
aitbc
main
2026-05-11 18:57:29 +02:00
30s
ci: standardize pytest invocation and add security scanning
#5862
:
Commit
e4f1a96172
pushed by
aitbc
main
2026-05-11 14:00:28 +02:00
12m18s
refactor: update service layer exports and fix import paths
#5387
:
Commit
29779bc06f
pushed by
aitbc
main
2026-05-09 12:34:26 +02:00
18s
refactor: reorganize aitbc core library into subpackages
#5356
:
Commit
2713951a1b
pushed by
aitbc
main
2026-05-09 12:27:12 +02:00
17s
fix: replace datetime.UTC with timezone.utc for Python 3.12+ compatibility
#5288
:
Commit
d26e6d3772
pushed by
aitbc
main
2026-05-09 12:04:42 +02:00
23s
First
Previous
1
2
3
4
5
Next
Last