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
feat: add wallet fund command using blockchain faucet
#6783
:
Commit
60ec340e92
pushed by
aitbc
main
2026-05-20 10:41:02 +02:00
1m31s
fix: remove genesis allocation from wallet generation
#6779
:
Commit
f1b74564b7
pushed by
aitbc
main
2026-05-20 10:32:37 +02:00
1m19s
feat: add wallet generation to deployment script
#6749
:
Commit
e8c13065b4
pushed by
aitbc
main
2026-05-20 10:19:25 +02:00
1m32s
fix: use psycopg2 instead of psycopg for PostgreSQL connection
#6743
:
Commit
218424f460
pushed by
aitbc
main
2026-05-20 10:13:06 +02:00
1m40s
feat: add PostgreSQL integration for database mempool
#6740
:
Commit
763c5d5794
pushed by
aitbc
main
2026-05-20 10:09:26 +02:00
1m46s
feat: generate unique chain ID and genesis for new nodes
#6737
:
Commit
0ccd7e346d
pushed by
aitbc
main
2026-05-20 10:05:12 +02:00
2m11s
fix: use memory mempool backend to avoid PostgreSQL dependency
#6734
:
Commit
f54f508805
pushed by
aitbc
main
2026-05-20 09:57:12 +02:00
1m43s
feat: add integrated blockchain node deployment automation
#6712
:
Commit
42f3ba4e60
pushed by
aitbc
main
2026-05-20 09:37:29 +02:00
1m39s
docs: add blockchain node implementation guide
#6708
:
Commit
6cee92f70a
pushed by
aitbc
main
2026-05-20 09:32:16 +02:00
1m35s
refactor: make blockchain config use environment variables
#6698
:
Commit
9430563e9e
pushed by
aitbc
main
2026-05-20 09:22:38 +02:00
1m42s
docs: add blockchain config check to SSH access patterns
#6693
:
Commit
9cc5c37e03
pushed by
aitbc
main
2026-05-20 09:13:09 +02:00
1m39s
docs: add release notes for v0.3.10-v0.3.13 and v0.4.0
#6659
:
Commit
739b41c3dd
pushed by
aitbc
main
2026-05-20 08:19:06 +02:00
1m41s
refactor: rename internal packages to follow aitbc- naming convention
#6652
:
Commit
4a707c2e15
pushed by
aitbc
main
2026-05-20 08:09:10 +02:00
1m45s
security: fix Dependabot vulnerabilities
#6648
:
Commit
c3e6f683f1
pushed by
aitbc
main
2026-05-20 08:04:29 +02:00
1m53s
Add Public Server & Network Access section to README, remove obsolete documentation files
#6640
:
Commit
06b656384b
pushed by
aitbc
main
2026-05-19 20:58:34 +02:00
1m16s
fix: update output() signature with format and title parameters, fix Config import in dual_mode_wallet_adapter
#6636
:
Commit
83a03be376
pushed by
aitbc
main
2026-05-19 20:22:13 +02:00
1m20s
fix: resolve CLI config package shadowing config.py module
#6629
:
Commit
26f7d72b8e
pushed by
aitbc
main
2026-05-19 19:55:08 +02:00
1m17s
fix: CLI bugs - island list, output signature, GPU credentials, mining subcommand
#6624
:
Commit
27a078a279
pushed by
aitbc
main
2026-05-19 19:39:47 +02:00
1m18s
Remove Quick Start and Key Configuration sections, replace links with curl commands
#6620
:
Commit
592f64612f
pushed by
aitbc
main
2026-05-19 19:23:02 +02:00
1m12s
refactor: remove static agent discovery JSON files - migrate to live RPC endpoints
#6617
:
Commit
a1a3711092
pushed by
aitbc
main
2026-05-19 19:04:56 +02:00
1m18s
refactor: remove testnet references from agent discovery endpoints - hub node only shows mainnet
#6614
:
Commit
001f1bc9d9
pushed by
aitbc
main
2026-05-19 18:31:20 +02:00
1m15s
refactor: remove website directory - migrate to separate repository
#6608
:
Commit
ee22bba246
pushed by
aitbc
main
2026-05-19 18:24:38 +02:00
1m13s
chore: clean up .gitignore - deduplicate, add venv_staging, untrack legacy CLI
#6604
:
Commit
5b044696f6
pushed by
aitbc
main
2026-05-19 18:12:38 +02:00
1m18s
refactor: remove browser wallet extensions from repository
#6600
:
Commit
ef94cc6da4
pushed by
aitbc
main
2026-05-19 18:10:07 +02:00
1m18s
refactor: simplify CLI dependencies and update package metadata
#6596
:
Commit
57cfa2e65a
pushed by
aitbc
main
2026-05-19 17:49:56 +02:00
1m18s
fix: resolve NameError for Config in wallet_daemon_client.py
#6591
:
Commit
93a823c655
pushed by
aitbc
main
2026-05-19 17:26:43 +02:00
1m19s
fix: parent block validation in importBlock + no retry on 4xx in AITBCHTTPClient
#6580
:
Commit
88ed8a70cc
pushed by
aitbc
main
2026-05-19 17:08:25 +02:00
1m15s
fix: use current UTC timestamp for genesis blocks and fix lambda closure bugs
#6568
:
Commit
0a77f766e5
pushed by
aitbc
main
2026-05-19 16:50:51 +02:00
1m13s
fix: add hash format validation to importBlock endpoint
#6556
:
Commit
83e579a687
pushed by
aitbc
main
2026-05-19 16:41:28 +02:00
1m18s
fix: add slowapi, sqlmodel, sqlalchemy to production-tests venv packages
#6550
:
Commit
38c5e276b0
pushed by
aitbc
main
2026-05-19 16:35:51 +02:00
1m16s
First
Previous
1
2
3
4
5
...
Next
Last