-
Discussion moved to:
EIP 1400 [#1411] Security Token Standard
EIP 1410 [#1410] Partially Fungible Token Standard
-
See VersionUpgrade, Deprecate and MostRecentVersionAddress in http://vessenes.com/we-need-some-best-practices-for-smart-contracts/
-
Contracts owning security tokens could potentially open the door for non-verified people to pseudo-trade tokens.
1) Alice submits documentation to prove she is a US accredited investor, and submits…
-
There are recommendations to make contracts small, and some bigger and in one place/file. What are the pros and cons of each approach and what approach should Distense take with our contracts?
Thi…
-
According to the [Development Plan](https://github.com/AragonOne/docs/raw/master/Aragon-Development-Plan.pdf), 0.4 should include:
- **Economic abstraction**: Orgs should be able to hold and intera…
-
It's quite obvious that `parseFloat` can't suddenly start parsing `_`, as it would likely break the web.
However, parsing floats from a string is still a valid use case - and a separate one from "c…