Skip to content

ABI 1.1 support

Latest
Compare
Choose a tag to compare
@tbfleming tbfleming released this 19 Sep 22:05
· 283 commits to master since this release
b073742

This release supports ABI 1.1.

ABI 1.1 was introduced in https://github.com/EOSIO/eos/releases/tag/v1.3.0; it supports these new features:

  • Variants: These are values which support multiple types. See EOSIO/eos#5599 for details.
  • Binary extensions: These support extending existing rows and actions with new fields. See EOSIO/eos#5600 for details.