Brian L. McMichael
Brian L. McMichael
* Adds link to migrate.makerdao.com * Adds link to oasis.app/save * Adds link to chai.money * Adds direct link to Uniswap ETH/Dai exchange * Cleans up a duplicate chai stat...
Overhaul to all of the metamask buttons to have a more reactive behavior. * Restores the old `ethers.js` functionality for page display * Adds [ConsenSys/react-metamask](https://github.com/ConsenSys/react-metamask) dependency * Rewrite of {...
### Describe the bug User reported they couldn't send MKR token via Metamask. I've confirmed. When trying to send MKR via the extension the UI halts with the loading icon...
Takes the max of `getPrice()*buf` or `tab/lot` on `take` only. This sets a price floor on initial `take`s to ward against an OSM attack. This formula does not apply to...
New coin request: ------------------------------------------------------------------ - [ ] Provide a link to the $COIN ANN thread on [bitcointalk](https://bitcointalk.org/). https://bitcointalk.org/index.php?topic=2433318.0 - [ ] Provide a link to the $COIN website (if already...
I'm getting reports that large file uploads are failing with InvalidSignatureException errors. There appear to be different file limit thresholds for each user, some people can upload files of several...
I'm going to rebuild this soon with better OOP and a serializable user object. As of 7.4.3 SAGU saves access and secret key properties as plain text.
This really was simple at one point. Now I need to make some documentation to help people understand what's going on in the backend.
The [`synchronized`](https://github.com/makerdao/maker-otc/blob/master/src/simple_market.sol#L105) pattern in `simple_market.sol` follows an old reentrancy guard pattern that should be updated prior to another release. The issue was first described in https://github.com/OpenZeppelin/openzeppelin-contracts/issues/335 where a developer could...
A [bug in ubuntu](https://github.com/pypa/pip/issues/4022) apparently causes `pip freeze` to write `pkg-resources==0.0.0` into the requirements.txt. This breaks when attempting to install from the file. This PR removes the offending resource.