* Added explicity pify dep, deprecating web3.eth. * Dropped promisify in favor of pify.
* Added advanceBlock to time, moved tests around. * Removed the standalone advanceBlock. * Removed the 'id' field * Fixed linter error. * Removed the 'latest' test, since it only works if time hasn't been fast-forwarded. * Removed .only directive.
* Added time tests. * Minor improvements.