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
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.