New Features & Improvements
- Development/build-related changes
- Use Travis native Ubuntu 16.04 (#1647)
- Fix issues reported by cppcheck (#1652)
- Standardize Include Guards (#1653)
- Add more Clang Tidy checks (#1654)
- Protect destructors of some template classes (#1655)
- Standardize Include Guard Check (#1657)
- Add pedantic flag to compiler options (#1659)
- Fix some uninitialized params & Remove explicit copy constructor for std::move (#1660)
- Add SECURITY.MD (#1670)
- Add few essential MD files (#1671)
- Functional improvements
Bug Fixes
- Functional bug fixes
- Handle peer connection counter correctly (#1663)
- Stop lookup api server when it is synchronizing (#1677)
- clear peer counter (#1689)
- Remove IP check on VC (#1690)
- Fix log messages for address (#1710)
- Check whether account exists when create contract (#1714)
- Fix epochfin for lookup when no shard formed (#1709)
- Continue check result from proxy until timeout (#1706)
- Infrastructure bug fixes