Skip to content

v1.0.0

Compare
Choose a tag to compare
@crypdoughdoteth crypdoughdoteth released this 20 Oct 00:39
· 5 commits to master since this release

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()