Age Manning
Age Manning
Not sure whether I've improved this or not. But it does basically what I want. However the text after the equation's don't show?. Not super important, but would be nice....
The URL can be shared with friends or what not as you enter inputs. If you set up a specific list of inputs and want to show outputs to someone,...
Sorry, I just saw this. Its using the "crypto" library or the inbuild browser cypto if running in a browser. The symmteric cipher is aes-128-ctr see here: https://github.com/sigp/ecies-parity/blob/master/index.js#L39
Yeah that's a good idea.
This repository contains our implementation of an Ethereum Node Record (https://eips.ethereum.org/EIPS/eip-778). Might be worth reading the specification to understand what is happening. There are a few keys (in the spec)...
One solution could be to create a const list of spec-reserved keys and prevent their mutation through generic functions like `insert()`. This way if new spec keys are added its...
I agree this would be good. I'll add it to the TODO list.
The blog needs to be updated to match latest solidity compiler, some are now obsolete. We'll get to this soon!
Yep, thanks for pointing this out. Its on our to-do list to update the entire list based on latest solidity.
Thanks for raising this. We need to go through and update a lot of the things raised here to match the latest solidity version