Xendarboh

Results 2 issues of Xendarboh

micro-dev crashes when restarting. To reproduce: 1. run the [custom-server-micro](https://github.com/zeit/next.js/tree/canary/examples/custom-server-micro) next.js example with `yarn dev` 2. touch or re-save `server.js` (with or without changes) 3. crash ``` $ micro-dev --watch...

The first txn (nonce 0) from an account succeeds as expected, a second (nonce 1) fails (silently from caller/user perspective), and third+ (nonce 1) is rejected as already exists in...