Brett Sun
Brett Sun
On top of @bingen's list, I think there are a number of ways we could restructure the ACL so that the "scripting language" we're defining and evaluating with the params...
@leftab Mostly because it's a sugar library whose tests would be fairly academic, but there would be value in adding tests for it, especially the `ACLHelpers` :).
Updated to use "replace" instead of "update", to better describe the issue. I've been thinking of similar "permanent" storage guarantees, but yes, we should clearly document that any "guarantee" can...
Just wondering—is there a strong use case for accessing the forwarding chain on-chain? I have the impression that if your app needs to know the forwarding chain to respond to...
> Of course, the last thing we need is fragmentation in the ABI commenting standard. There's not really any room for this, since solidity will complain if you don't format...
Modified to be "Radspec is a safe interpreter for Ethereum's natspec", although I'd like @onbjerg to chime in if he agrees with this :).
@onbjerg Isn't Radspec fully compatible with Natspec (although perhaps not the other way around, in the way the interpolation happens in Radspec)?
> I wonder if it is feasible to just have a mapping of 4bytes -> description as opposed to having to apply descriptions to every method of every address, since...
> There is an on-chain registry? There's the parity one that is used by some wallets (see [how we use it](https://github.com/aragon/radspec/blob/master/src/helpers/lib/methodRegistry.js) and [`eth-method-registry`](https://github.com/MetaMask/eth-method-registry)). I believe 4bytes also has an on-chain...
> it could be a subset of the hash of the document's sha3 This would be technically impossible unless it was the subset of the document without the file identifier....