Files
aitbc/contracts/foundry.toml
aitbc b7c40e60d1
Some checks failed
Contract Performance Benchmarks / benchmark-gas-usage (push) Has been skipped
Contract Performance Benchmarks / benchmark-execution-time (push) Has been skipped
Contract Performance Benchmarks / benchmark-throughput (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Deploy to Testnet / notify-deployment (push) Has been cancelled
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Has been skipped
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) Has been skipped
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Contract Performance Benchmarks / compare-benchmarks (push) Has been skipped
fix: resolve Foundry config and deployment verification issues
- Comment out invalid model_checker engine 'cheth' in foundry.toml
- Fix verification script to skip registry check for non-registered contracts
- Add error handling for registry check failures
- This fixes Foundry config error and deployment verification failures
2026-04-29 11:18:51 +02:00

21 lines
415 B
TOML

[profile.default]
src = "contracts"
out = "out"
libs = ["lib"]
test = "test"
[profile.default.optimizer]
enabled = true
runs = 200
[profile.default.model_checker]
# Disabled - engine 'cheth' not supported in current Foundry version
# contracts = { "contracts/AIPowerRental.sol" = ["AIPowerRental"] }
# engine = "cheth"
# timeout = 10000
# targets = ["assert"]
[profile.fuzz]
runs = 1000
max_test_rejects = 65536