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
- Move amount and recipient/to to top level instead of nested in payload - Remove chain_id from top level (not in TransactionRequest schema) - Match TransactionRequest model in apps/blockchain-node/src/aitbc_chain/rpc/transactions.py - Fixes 422 validation error: field amount is required - Fixes int_from_flo error by ensuring amount and fee are integers