brandedtoken-contracts
brandedtoken-contracts copied to clipboard
Token and related smart contracts for token economies
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add tests ff73dbf fix: sanitise pid parameter (#31) 3b5b8fe update Changelog See full diff in compare...
Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
**Problem** For compilation of contracts, publisher global truffle version is used. This is a problem since truffle global version can be different everytime mosaic contracts npm is published. ``` "compile":...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...
Analyse the difference between EIP20Token in UtilityToken contracts repo and BrandedToken contracts. If the change doesnt have any security or any other impact then import EIP20Token in `BrandedToken` contract from...
The [developer-guidelines](https://github.com/OpenST/developer-guidelines) repo obviates the need to have individual copies of the Solidity Style Guide and Code of Conduct in this repository. However, this repository should keep up with those...
The GatewayComposer contract should have a stake function which completes the GC.acceptStakeRequest function if the StakeRequest has been accepted directly on the BT contract. This edge-case is already addressable by...