EOSIO / eosio-project-boilerplate-simple

This repository demonstrates the eosio platform running a blockchain as a local single node test net with a simple DApp, NoteChain.
139 stars 64 forks source link

Updating EOSIO to v2.0.5 #43

Closed ZhuBoao closed 4 years ago

ZhuBoao commented 4 years ago

This PR is about updating EOSIO version to latest v2.0.5.

terrylks commented 4 years ago

This upgrade would also fixing the security vulnerabilities on acorn v5.7.3 and minimist v0.2.0 by upgrading the packages. Note that using react-scripts v3.4.1 would cause the progress ended if we put the process in background. Ref: https://github.com/facebook/create-react-app/issues/8688 So we choose v3.4.0 here.