v1.0.0
Version 1.0.0 is officially released!
New Features:
- Powerful macros! I made it simple to do common things like compile your contracts and generate ABIs.
- Venv now has the gen_abi_many() and get_abi_many() methods.
- Performance improvements on multithreaded compilation and ABI generation methods.
- Better documentation.
API Breaking Changes:
- abi() renamed to gen_abi()
- abi_json() renamed to get_abi()
- abi_many() renamed to gen_abi_many()
- abi_json_many() renamed to get_abi_many()