Skip to content

v1.3.0

Compare
Choose a tag to compare
@Neylix Neylix released this 18 Sep 12:19
· 441 commits to develop since this release

What's Changed

Exciting New Features 🎉

Enhancements

  • JSON RPC methods that used transaction as payload now only takes 1 param by @bchamagne in #1226
  • Smart Contracts: Limit public function execution to 500ms by @bchamagne in #1233
  • Json RPC endpoint does not require content to be base16 by @Neylix in #1238
  • Smart Contracts: limit Http module to 1 call per SC by @bchamagne in #1239
  • Transform the LRU cache to use ETS with pointer to head/tail by @samuelmanzanera in #1097
  • Smart Contracts: Use atoms instead of strings for scope_hierarchy & context_list by @bchamagne in #1261
  • Smart Contracts: Contract.call_function/3 mockable by @bchamagne in #1265

Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.2.7...v1.3.0