Skip to content

2.5.2 patch

Choose a tag to compare

@iurimatias iurimatias released this 25 Jul 11:36
· 5215 commits to master since this release

This release fixes some issues with library support.

Note if using an existing DApp: to add library support with embark blockchain you need to remove your embark data dir rm -rf .embark/development and add to your genesis block the config signalling homestead at config/development:

 "config": {
      "homesteadBlock": 1
    },

example config file here