美文网首页
eosio.cdt v1.6.x总结

eosio.cdt v1.6.x总结

作者: 费曼猫 | 来源:发表于2019-08-03 11:46 被阅读0次

v1.6.1

  • Allow instantiate action_wrapper without permission_level

-stack-size to specifies the maximum stack size of a contract,设置合约最大的栈大小

-fno-stack-first - Don't set the stack first in memory

v1.6.0

Auto-generated Dispatcher

action, notify_handlers, pre-dispatch, post-dispatch hooks

To use aggregated pattern to link contracts with sub-contracts

First class support for notification handling

[[eosio::on_notify(<code>::<action>)]]
method as notification handler

Native Tester:

https://github.com/EOSIO/eosio.cdt/blob/master/docs/guides/native-tester.md

Partitioning of eosiolib

相关文章

网友评论

      本文标题:eosio.cdt v1.6.x总结

      本文链接:https://www.haomeiwen.com/subject/lvfldctx.html