Files
aitbc/contracts/foundry.toml
aitbc 78b24b2686
Some checks failed
Contract Performance Benchmarks / benchmark-gas-usage (push) Successful in 59s
Contract Performance Benchmarks / benchmark-execution-time (push) Successful in 58s
Contract Performance Benchmarks / benchmark-throughput (push) Successful in 58s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Successful in 1s
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) Successful in 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 9s
Deploy to Testnet / deploy-testnet (push) Successful in 59s
Multi-Node Stress Testing / stress-test (push) Successful in 1s
Node Failover Simulation / failover-test (push) Successful in 2s
Smart Contract Tests / test-solidity (map[name:aitbc-contracts path:contracts]) (push) Failing after 1m4s
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Successful in 11s
Smart Contract Tests / test-foundry (push) Failing after 7s
Smart Contract Tests / lint-solidity (push) Successful in 13s
Smart Contract Tests / deploy-contracts (push) Failing after 1m9s
Contract Performance Benchmarks / compare-benchmarks (push) Successful in 2s
Deploy to Testnet / notify-deployment (push) Successful in 1s
fix: Fix remaining smart contract test failures
- Remove manual PerformanceAggregator registration since it registers itself during initialize()
- Fix foundry.toml optimizer setting - change from map to boolean
- Fix TreasuryManager verification - use token() instead of aitbcToken()
2026-04-29 21:46:37 +02:00

12 lines
168 B
TOML

[profile.default]
src = "contracts"
out = "out"
libs = ["lib"]
test = "test"
optimizer = true
optimizer_runs = 200
[profile.fuzz]
runs = 1000
max_test_rejects = 65536