Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

EOSIO.WasmSDK -> EOSIO.CDT Version 1.2.0 Release Note

Compare
Choose a tag to compare
@larryk85 larryk85 released this 06 Sep 00:00
· 2110 commits to master since this release
c692723

repo

  • Rename from EOSIO.WasmSDK to EOSIO.CDT.
    • To reflect the future direction of this repo, as in not just a toolchain for WASM, we have renamed the repo/project to EOSIO.CDT. The CDT stands for Contract Development Toolkit, this new name is more reflective of the new direction.
  • Added the new tool eosio-abigen.
  • Added the script ricardeos.py

build script

  • Resolved issue with trying to make with zero cores #44.
  • Resolved issues with Centos builds #62.
  • Resolved other build issues #39.

eosiolib

  • Added C++ user defined literal for names #41.
  • Refactored extended_symbol and extended_asset to no longer inherit from symbol and asset #43.
  • Removed unused declarations, resulting in failure to compile #57.
  • Resolved bug with datastream operator choosing the incorrect overloads #66.
  • Resolved use after free bug #52.
  • Removed currency contract #56.

eosio-cpp

  • Added missing flag for color diagnostics #42.
  • Added missing flags for better support for IDE integration #48.
  • Added CXX11 and Gnu style attributes for actions and tables #67.
  • Integrated eosio-abigen into eosio-cpp #67.