Christopher Mooney

Results 9 issues of Christopher Mooney

This issue came up when running the cage-keeper in `kovan`. The documentation needs to be more clear.

tests/test-stream.js and tests/test-stream-disjoint.js are outdated. Perhaps it's time to change all of msgpack.Stream over to new node 0.10.x Streams.

enhancement

I added the node-gyp build system for node >= 0.8.0 and version bumped so you can update in npm. Also, I updated the Readme.md with instructions for those on newer...

Chapter 14 covers unit testing in node using a forked version of nodeunit from a few years ago. Since I want to use the latest version of nodeunit in my...

My guess is single user mode does not play nice with the daemon, but someone should try.

bug

No testing has been done with multiple usb drives, but it will not play nice as written. Add multiple USB drive support.

enhancement

If one changes a password using passwd or otherwise, the encrypted password file is not updated. The daemon should look for changes to /mn/ramfs/shadow and re-encrypt when triggered.

enhancement

If options.workers is absent, this code should fork a worker for every CPU on the host. Obviously options.workers may be used to override this default. Please update wiki documentation accordingly.

this change: - adds `WSTETH-B` to the keeper - updates the routes from ETH->DAI to go through USDC (less gas efficient, but less slippage) - updates the minimum gas by...

enhancement