aitbc
e062d12a86
fix: Skip deploy-testnet due to incompatible RPC protocol
...
Contract Performance Benchmarks / benchmark-gas-usage (push) Successful in 1m5s
Contract Performance Benchmarks / benchmark-execution-time (push) Successful in 1m4s
Contract Performance Benchmarks / benchmark-throughput (push) Successful in 59s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Failing after 1m6s
Contract Performance Benchmarks / compare-benchmarks (push) Successful in 1s
Deploy to Testnet / notify-deployment (push) Successful in 2s
- Revert hardhat.config.js testnet RPC URL to localhost:8545
- Skip deployment step in deploy-testnet workflow
- AITBC blockchain uses custom RPC protocol, not standard Ethereum JSON-RPC
- Hardhat expects Ethereum-compatible JSON-RPC endpoint which is not available
2026-04-29 19:43:42 +02:00
aitbc
3cf1942b85
fix: Update testnet RPC URL to use aitbc1 endpoint
...
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Deploy to Testnet / notify-deployment (push) Has been cancelled
Contract Performance Benchmarks / benchmark-gas-usage (push) Successful in 1m22s
Contract Performance Benchmarks / benchmark-execution-time (push) Successful in 1m5s
Contract Performance Benchmarks / benchmark-throughput (push) Successful in 59s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 1s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Contract Performance Benchmarks / compare-benchmarks (push) Successful in 1s
- Change testnet RPC URL fallback from localhost:8545 to 10.1.223.40:8006
- aitbc1 node supports ait-testnet and is accessible from CI runner
- Fixes HH108 error when deploying contracts to testnet in CI
2026-04-29 17:07:40 +02:00
aitbc
d9f53ec7bc
fix: add testnet network configuration to hardhat.config.js
...
Contract Performance Benchmarks / benchmark-throughput (push) Has been skipped
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Has been skipped
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 29s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Has been skipped
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Failing after 1m49s
Deploy to Testnet / notify-deployment (push) Successful in 1s
Contract Performance Benchmarks / benchmark-execution-time (push) Failing after 13m27s
Contract Performance Benchmarks / benchmark-gas-usage (push) Failing after 13m31s
Contract Performance Benchmarks / compare-benchmarks (push) Has been cancelled
- Add testnet network with RPC URL from TESTNET_RPC_URL env var
- Add deployer account from TESTNET_DEPLOYER_PRIVATE_KEY env var
- Set chainId to 31337 for testnet
- This fixes HH100 error when deploying to testnet
2026-04-29 12:03:27 +02:00
AITBC System
b033923756
chore: normalize file permissions across repository
...
- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore)
- Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md)
- Remove executable permissions from web assets (HTML, CSS, JS files)
- Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt)
- Remove executable permissions from source code files across all apps
- Add executable permissions to Python
2026-03-08 11:26:18 +01:00
oib
15427c96c0
chore: update file permissions to executable across repository
...
- Change file mode from 644 to 755 for all project files
- Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet"
- Rename Miner.extra_meta_data to extra_metadata for consistency
2026-03-06 22:17:54 +01:00
oib
d152044c6f
chore: upgrade package.json engines to Node >=22.22.0 across all packages
2026-02-27 22:48:30 +01:00
oib
864ef4343e
refactor(contracts): remove deprecated AIPowerRental contract in favor of bounty system
...
- Delete AIPowerRental.sol (566 lines) - replaced by AgentBounty.sol
- Remove rental agreement system with provider/consumer model
- Remove performance metrics and SLA tracking
- Remove dispute resolution mechanism
- Remove ZK-proof verification for performance
- Remove provider/consumer authorization system
- Bounty system provides superior developer incentive structure
2026-02-27 21:46:54 +01:00