- Implemented HTTP server to support web3.js API in iotex-core (this removes the need of intermediate Babel bridge/service)
- Added
eth_getStorageAt
method - Instrumented tracing to measure timing on critical code path
- Enabled EVM tracing to collect calling stacks inside EVM
- Performance improvement of ActPool
- Enabled log rotate
- Corrected nested context usage in transaction processing loop