All notable changes to this project will be documented in this file.
- (deploy) Return deployment transaction receipt (#9)
- Stop printing activation fee
- Set inifinite balance when computing activation fee
- Add support for specifying no solidity constructor
- Add -q cli flag to suppress console output
- (README) Fix typo
- (README) Update wording & example output
- (docs) Update WARNING & add Limitations section to README
- (docs) Update installation instructions
- Compute shifts properly
- Amend static jumps
- Properly tokenize nested calls
- Properly handle contracts having been activated
- Typo in README
- Expect abi-encoded args instead of vec
- Not init a runtime in exported fns
- Use default data fee with --deploy-only
- (deploy) Add --deploy-only cli flag
- (docs) Add README.md
- (docs) Improve README.md
- (docs) Explain the meaning of koba
- (docs) Add installation steps to README
- (docs) Add deploy command to README
- Revamp implementation to use evmasm (#1)
- Test tokenizer, labeler & compiler
- Properly handle nested function calls
- Add a deploy command
- Return deployed contract address
- Add support for MCOPY
- Add support for Stylus Testnet v1
- Add motivation section to README.md
- Update crate authors
- Use the published version of alloy