File tree
17 files changed
+46
-91
lines changed- .circleci
- contracts
- helpers
- lib
- migrations
- packages/reputation-miner
- scripts
- test
- reputation-mining
17 files changed
+46
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
44 | | - | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 149 | + | |
154 | 150 | | |
155 | 151 | | |
156 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
| 291 | + | |
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
| |||
325 | 324 | | |
326 | 325 | | |
327 | 326 | | |
328 | | - | |
329 | | - | |
| 327 | + | |
330 | 328 | | |
331 | 329 | | |
332 | 330 | | |
| |||
Submodule colonyToken updated 48 files
- .babelrc-4
- .circleci/circle.yml-51
- .circleci/config.yml+68
- .eslintrc+2-1
- .gitignore+3-1
- .solcover.js+3-4
- .soliumignore+2-2
- .soliumrc.json+6-5
- README.md+11-16
- babel.config.js+8
- build/contracts/DSAuth.json-3.4k
- build/contracts/DSAuthEvents.json-3.3k
- build/contracts/DSAuthority.json-3.3k
- build/contracts/DSMath.json-8.1k
- build/contracts/DSTokenBase.json-4.8k
- build/contracts/ERC20.json-1.9k
- build/contracts/ERC20Events.json-1.8k
- build/contracts/ERC20Extended.json-923
- build/contracts/Migrations.json-1.4k
- build/contracts/MultiSigWallet.json+239-24.9k
- build/contracts/Token.json+4.2k-2.3k
- build/contracts/TokenAuthority.json+2.2k-998
- build/contracts/TokenTransferBinaryRegulator.json-5.1k
- build/contracts/Vesting.json-12.9k
- circle.yml-25
- contracts/ERC20Extended.sol+3-3
- contracts/Migrations.sol+4-2
- contracts/Token.sol+24-15
- contracts/TokenAuthority.sol+12-2
- contracts/TokenTransferBinaryRegulator.sol+1-1
- contracts/Vesting.sol+11-12
- gasCosts/gasCosts.js+2-2
- helpers/test-helper.js+23-29
- lib/dappsys+1-1
- lib/gnosis-multisig/build/contracts/MultiSigWallet.json+517
- lib/gnosis-multisig/contracts/MultiSigWallet.sol+24-2
- migrations/2_deploy_contracts.js+2-2
- migrations/3_setup_token.js+1-1
- package.json+26-27
- scripts/provision-multisig-contract.sh+10
- scripts/start-blockchain-client.sh+1-1
- scripts/stop-blockchain-client.sh+2-2
- test/token-authority.js+28-16
- test/token-transfer-binary-regulator.js+37-18
- test/token.js+152-70
- test/vesting.js+105-181
- truffle.js+19-17
- yarn.lock+3.3k-2.0k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | | - | |
47 | | - | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments