Daniel Von Fange
Daniel Von Fange
One of the biggest security issues we face is someone tweaking one of our NPM dependencies to be evil. Because of that we definitely don't want an automatic upgrade system,...
We are definitely standardizing on the async/await style over the callback style. The code is massively cleaner like this. The Origin.js API does not present any callbacks to the user,...
It is possible to query the blockchain as it was in the past. So for example, I can run a getListing(...) call against the blockchain as it was at any...
Though we would loose all the logic in origin.js, we can always just make simple json POST calls to IPFS and Ganache.... It's probably a terrible idea, but it's always...
I'm good with changing it to an integer.
We'll also want to put a big notice in the readme for people to work off of develop when making changes. Otherwise new contributors will use master and won't be...
I've found solhint to be much more useful than solium - it's found actual problems in our contracts before. eth-gas-reporter looks great. I hacked in some gas reporting in our...
From a use in API point of view, truffle doesn't add anything that we need. We'll just need a way to quickly deploy our registry contracts onto our dev blockchain...
+1 I've done the same fix locally.