Adam Dossa
Adam Dossa
Hey - great project! Wondering what your view on licenses is etc. if I want to fork for commercial purposes?
_From @adamdossa on September 13, 2018 21:8_ Testing _Copied from original issue: adamdossa/EnclavesDEX#168_
Currently there is a small attack surface whereby someone can try and call this function during contract deployment. This is easy to identify and very unlikely, so not fixing for...
This would allow an issuer to avoid the somewhat painful process of individually (or in batches) adding investors to a security tokens whitelist. It would mean the issuer would need...
Currently they are not (via `onlyShareholders` modifier) - this means an issuer could blacklist all addresses to avoid balance holders being able to vote to freeze funds. Having said that...
Change these variables from being `mapping(address => address[])` to `mapping(address => (mapping address => bool))` and then allow the frontend to cancel based on just knowing the templateProposal / offeringContract...
If an owner, delegate or auditors allocation is frozen via the vote process, then those POLY tokens are effectively burnt I believe - I can’t see any way they can...
Scripts work great, but EC2 machines have Java 1.7 on them rather than Java 1.8. I can see https://github.com/amplab/spark-ec2/pull/12 adds some functionality related to this, but it's not clear to...
**Adding a new chain to the Explorer** To get a new chain added to the Explorer, you will need to submit the following: 1. JSON-RPC spec for Wallets **(only if...