## Description Implement full contract deployment encoding. ## Location - File: `src/contract/deploy.zig` - Lines: 78, 96 ## Current Status Basic framework exists. ## Tasks - [ ] Constructor parameter encoding - [ ] Deployment transaction RLP - [ ] CREATE2 salt encoding - [ ] Address prediction - [ ] Tests ## Priority Low - Less commonly used ## Format `bytecode + ABI-encoded(constructor args)`
Description
Implement full contract deployment encoding.
Location
src/contract/deploy.zigCurrent Status
Basic framework exists.
Tasks
Priority
Low - Less commonly used
Format
bytecode + ABI-encoded(constructor args)