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
refactor: convert deploy_aitoken_staging.js to ES6 module syntax
#5883
:
Commit
3105189d4c
pushed by
aitbc
main
2026-05-11 14:01:03 +02:00
3s
ci: standardize pytest invocation and add security scanning
#5866
:
Commit
e4f1a96172
pushed by
aitbc
main
2026-05-11 13:52:40 +02:00
5s
fix: ensure session_scope uses chain-specific databases for multi-chain support
#5662
:
Commit
a9adcc17b7
pushed by
aitbc
main
2026-05-09 20:45:32 +02:00
5s
docs: add block production configuration to node-specific settings documentation
#5641
:
Commit
bff1991303
pushed by
aitbc
main
2026-05-09 20:24:08 +02:00
4s
Fix genesis state root sync issue: use RPC-provided state_root during bootstrap
#5606
:
Commit
476eb496e8
pushed by
aitbc
main
2026-05-09 19:27:06 +02:00
7s
fix: include genesis_state_root in RPC bootstrap to match source chain
#5594
:
Commit
b77d5045aa
pushed by
aitbc
main
2026-05-09 19:21:14 +02:00
2s
fix: make bulk_import_from public method (remove underscore prefix)
#5582
:
Commit
239effc3fd
pushed by
aitbc
main
2026-05-09 19:13:30 +02:00
4s
fix: remove duplicate protocol check and add better logging
#5570
:
Commit
5fe7862c02
pushed by
aitbc
main
2026-05-09 19:05:53 +02:00
3s
fix: add http:// prefix to bulk sync source URL if missing
#5558
:
Commit
8faebf0318
pushed by
aitbc
main
2026-05-09 19:02:51 +02:00
2s
debug: add chain_id to all genesis initialization log messages
#5546
:
Commit
13e865ae74
pushed by
aitbc
main
2026-05-09 19:00:40 +02:00
3s
debug: add chain_id logging to genesis initialization
#5534
:
Commit
63aac21a59
pushed by
aitbc
main
2026-05-09 18:46:42 +02:00
3s
fix: remove duplicate keystore genesis file check to prevent double initialization
#5522
:
Commit
93b0393736
pushed by
aitbc
main
2026-05-09 18:43:25 +02:00
3s
fix: skip local genesis allocations for metadata to prevent double initialization
#5510
:
Commit
f85fce3f47
pushed by
aitbc
main
2026-05-09 18:41:51 +02:00
3s
fix: return early after RPC bootstrap to avoid fallback to local file
#5498
:
Commit
c188d2a13f
pushed by
aitbc
main
2026-05-09 18:37:30 +02:00
3s
fix: always strip http:// prefix from default_peer_rpc_url before adding it back
#5486
:
Commit
865bbfcf96
pushed by
aitbc
main
2026-05-09 18:35:34 +02:00
3s
fix: improve genesis bootstrap RPC endpoint and logging
#5469
:
Commit
76175c0b78
pushed by
aitbc
main
2026-05-09 18:30:11 +02:00
3s
fix: replace datetime.UTC with timezone.utc for Python 3.12+ compatibility
#5291
:
Commit
d26e6d3772
pushed by
aitbc
main
2026-05-09 12:05:14 +02:00
4s
Fix sync module model imports
#3528
:
Commit
f023562d25
pushed by
aitbc
main
2026-05-02 12:26:26 +02:00
3s
Add chain_id parameter to chain_sync service for ait-testnet sync
#3473
:
Commit
519410228d
pushed by
aitbc
main
2026-05-02 11:45:49 +02:00
18s
Fix datetime.UTC to timezone.utc with lambda wrapper in blockchain-node models.py
#3394
:
Commit
90b190c71c
pushed by
aitbc
main
2026-05-02 09:49:53 +02:00
9s
Fix datetime.UTC to timezone.utc across agent-coordinator codebase
#3379
:
Commit
144d664790
pushed by
aitbc
main
2026-05-02 09:41:38 +02:00
4s
Convert API gateway to old Poetry format and add service routing for new microservices
#3327
:
Commit
8602732d46
pushed by
aitbc
main
2026-04-30 16:34:29 +02:00
14s
fix: replace bare except with except Exception in critical files
#3282
:
Commit
750f81a098
pushed by
aitbc
main
2026-04-30 09:12:20 +02:00
13s
fix: replace hardcoded IPs in deployment scripts with environment variables
#3253
:
Commit
1d4bc5aac1
pushed by
aitbc
main
2026-04-30 08:44:35 +02:00
3s
fix: Use lazy import for create_app in __init__.py
#3123
:
Commit
c1e9ee3301
pushed by
aitbc
main
2026-04-29 20:39:34 +02:00
2s
feat: Create minimal cross_chain module for cross-chain tests
#3115
:
Commit
67aa8a63e6
pushed by
aitbc
main
2026-04-29 20:37:46 +02:00
2s
fix: Add httpx to cross-chain tests dependencies
#3112
:
Commit
d7fd7321e1
pushed by
aitbc
main
2026-04-29 20:30:15 +02:00
8s
fix: Use lazy import in aitbc_chain.__init__ to avoid cascading dependencies
#3105
:
Commit
506a448bc9
pushed by
aitbc
main
2026-04-29 20:25:40 +02:00
2s
feat: Implement cross-chain test modules
#3097
:
Commit
a69f45aef9
pushed by
aitbc
main
2026-04-29 20:23:59 +02:00
10s
fix: Add pydantic-settings to cross-chain-tests workflow
#3090
:
Commit
4dbfc9043a
pushed by
aitbc
main
2026-04-29 19:53:46 +02:00
10s
First
Previous
1
2
Next
Last