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
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
#7518
:
Commit
b58ca5db7c
pushed by
aitbc
main
2026-05-27 12:20:24 +02:00
0s
Fix poa.py genesis.json format compatibility and exchange.py syntax error
#7382
:
Commit
c8b83298d4
pushed by
aitbc
main
2026-05-27 07:53:31 +02:00
10s
Require genesis.json file for deterministic genesis block creation
#7359
:
Commit
aff0a955c1
pushed by
aitbc
main
2026-05-27 07:02:29 +02:00
2s
Fix genesis creation to only run when block production is enabled
#7340
:
Commit
c84d81cb2d
pushed by
aitbc
main
2026-05-26 21:01:56 +02:00
0s
Add genesis block existence check to PoA proposer start() method
#7326
:
Commit
f06ac1142d
pushed by
aitbc
main
2026-05-26 19:53:27 +02:00
0s
Add ENABLE_BLOCK_PRODUCTION check to PoA proposer start() method
#7312
:
Commit
7f1c8794c3
pushed by
aitbc
main
2026-05-26 19:39:18 +02:00
0s
fix: use validated top-level fields in submit_transaction
#7286
:
Commit
60ea1f91aa
pushed by
aitbc
main
2026-05-26 18:38:50 +02:00
0s
fix: update legacy port 8545 to 8006 across codebase
#7072
:
Commit
013d848132
pushed by
aitbc
main
2026-05-26 15:04:07 +02:00
0s
fix: correct import of normalize_transaction_data from rpc.utils
#7032
:
Commit
429b24b02c
pushed by
aitbc
main
2026-05-26 09:29:13 +02:00
0s
fix: resolve import paths, add fallback data, and improve error handling across services
#7008
:
Commit
863e312d5e
pushed by
aitbc
main
2026-05-26 08:06:21 +02:00
0s
fix: populate feature_flags.json and remove sys.path bootstrap inserts
#6885
:
Commit
9609924d56
pushed by
aitbc
main
2026-05-25 10:21:59 +02:00
5s
feat: complete codebase remediation with all phases
#6862
:
Commit
573aae065b
pushed by
aitbc
main
2026-05-25 08:29:05 +02:00
8s
Add authentication to dispute endpoints and improve test coverage infrastructure
#6826
:
Commit
494bd962b4
pushed by
aitbc
main
2026-05-24 01:38:14 +02:00
0s
fix: use BigInteger for Account nonce field
#6771
:
Commit
0bd59a142a
pushed by
aitbc
main
2026-05-20 10:29:09 +02:00
8s
fix: use BigInteger for Account balance field
#6756
:
Commit
236bfb7109
pushed by
aitbc
main
2026-05-20 10:25:04 +02:00
4s
refactor: make blockchain config use environment variables
#6700
:
Commit
9430563e9e
pushed by
aitbc
main
2026-05-20 09:22:55 +02:00
5s
fix: parent block validation in importBlock + no retry on 4xx in AITBCHTTPClient
#6582
:
Commit
88ed8a70cc
pushed by
aitbc
main
2026-05-19 17:09:53 +02:00
3s
fix: use current UTC timestamp for genesis blocks and fix lambda closure bugs
#6570
:
Commit
0a77f766e5
pushed by
aitbc
main
2026-05-19 16:52:19 +02:00
3s
fix: add hash format validation to importBlock endpoint
#6558
:
Commit
83e579a687
pushed by
aitbc
main
2026-05-19 16:42:56 +02:00
3s
fix: use direct HTTP hostnames in failover-simulation.sh instead of SSH-tunneled localhost
#6536
:
Commit
b8a1668ba4
pushed by
aitbc
main
2026-05-19 16:21:09 +02:00
3s
feat: add account management, faucet, bridge, and staking endpoints
#6475
:
Commit
222a780167
pushed by
aitbc
main
2026-05-19 16:08:43 +02:00
3s
fix: edge-api and wallet infrastructure fixes
#6453
:
Commit
45556e9ca3
pushed by
aitbc
main
2026-05-19 08:51:12 +02:00
0s
fix: island leave endpoint now working
#6363
:
Commit
f86d9379ae
pushed by
aitbc
main
2026-05-16 10:40:28 +02:00
0s
fix: re-raise HTTPException in RequestLoggingMiddleware
#6351
:
Commit
ef8c1f216e
pushed by
aitbc
main
2026-05-15 06:19:36 +02:00
0s
Clean up debug code from router.py - restore proper leave_island handler
#6339
:
Commit
a8440e12d1
pushed by
aitbc
main
2026-05-15 06:13:06 +02:00
0s
Implement dispute resolution contract and service integration
#6325
:
Commit
d3c2d0c263
pushed by
aitbc
main
2026-05-15 05:57:28 +02:00
0s
Fix INVALID_AGENT error in messaging contract - auto-register new agents
#6276
:
Commit
9e17f5d928
pushed by
aitbc
main
2026-05-15 00:55:42 +02:00
0s
Start island manager background tasks in blockchain node
#6264
:
Commit
4123d9aa43
pushed by
aitbc
main
2026-05-14 23:59:51 +02:00
0s
Phase 2 complete: Island operations endpoints
#6168
:
Commit
4097c71276
pushed by
aitbc
main
2026-05-14 23:46:47 +02:00
0s
Add island management RPC endpoints and enhance governance service
#6156
:
Commit
ab8c23dba1
pushed by
aitbc
main
2026-05-14 22:15:49 +02:00
0s
First
Previous
1
2
3
Next
Last