v0.2.8
What's Changed
- add blocks per second to logging by @DenisCarriere in #9
{
"last_block_num": 30404,
"last_timestamp": "2015-08-04T03:19:42.000Z",
"blocks": 11154,
"rows": 22310,
"blocksPerSecond": 301,
"totalBytesRead": 285284924,
"totalBytesWritten": 0,
"runningJobs": 0
}
- fix
token
handling when undefined (substreams-sink)
Full Changelog: v0.2.7...v0.2.8