Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Restructured password resolution in transactions send/batch to check env var before TTY - Changed from os.environ.get() to 'in os.environ' to detect empty string env vars - Added unencrypted wallet detection to skip password for --no-encrypt wallets - Updated genesis info to auto-detect chain_id from blockchain RPC health endpoint - Added --rpc-url option to genesis info for custom RPC URL - Improved error messages to show RPC URL used for detection - Fixes termios.error when AITBC_WALLET_PASSWORD is set to empty string