File tree
54 files changed
+13327
-14912
lines changed- build/contracts
- contracts
- escrow
- powerUps
- registry
- rewards
- test
- token
- migrations
- escrow
- registry
- scripts
- test
- escrow
- powerUps
- registry
- rewards
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+13327
-14912
lines changedDiff for: .gitattributes
100644
100755
File mode changed.
Diff for: .gitignore
100644
100755
File mode changed.
Diff for: .solcover.js
100644
100755
File mode changed.
Diff for: .soliumignore
100644
100755
File mode changed.
Diff for: .soliumrc.json
100644
100755
File mode changed.
Diff for: .travis.yml
100644
100755
File mode changed.
Diff for: LICENSE
100644
100755
File mode changed.
Diff for: README.md
100644
100755
File mode changed.
Diff for: build/contracts/Address.json
100644
100755
File mode changed.
Diff for: build/contracts/BasicToken.json
100644
100755
File mode changed.
Diff for: build/contracts/ContractManager.json
100644
100755
File mode changed.
Diff for: build/contracts/ERC20.json
100644
100755
File mode changed.
Diff for: build/contracts/ERC20Basic.json
100644
100755
File mode changed.
Diff for: build/contracts/ERC20Burnable.json
100644
100755
File mode changed.
Diff for: build/contracts/EscrowWithoutToken.json
100644
100755
File mode changed.
Diff for: build/contracts/Escrow_v1_0.json
100644
100755
+6,450-6,380
Large diffs are not rendered by default.
Diff for: build/contracts/IERC20.json
100644
100755
File mode changed.
Diff for: build/contracts/IEscrow.json
100644
100755
+561-561
Large diffs are not rendered by default.
Diff for: build/contracts/ITokenContract.json
100644
100755
+253-253
Large diffs are not rendered by default.
Diff for: build/contracts/Migrations.json
100644
100755
File mode changed.
Diff for: build/contracts/OBRewards.json
100644
100755
+4,857-6,497
Large diffs are not rendered by default.
Diff for: build/contracts/OBToken.json
100644
100755
File mode changed.
Diff for: build/contracts/Ownable.json
100644
100755
+527-527
Large diffs are not rendered by default.
Diff for: build/contracts/PowerUps.json
100644
100755
File mode changed.
Diff for: build/contracts/SafeMath.json
100644
100755
+667-667
Large diffs are not rendered by default.
Diff for: build/contracts/StandardToken.json
100644
100755
File mode changed.
Diff for: build/contracts/TestToken.json
100644
100755
File mode changed.
Diff for: contracts/Migrations.sol
100644
100755
File mode changed.
Diff for: contracts/escrow/EscrowSpec.md
100644
100755
File mode changed.
Diff for: contracts/escrow/Escrow_v1_0.sol
100644
100755
File mode changed.
Diff for: contracts/escrow/IEscrow.sol
100644
100755
File mode changed.
Diff for: contracts/powerUps/PowerUps.sol
100644
100755
File mode changed.
Diff for: contracts/powerUps/PowerUpsSpec.md
100644
100755
File mode changed.
Diff for: contracts/registry/ContractManager.sol
100644
100755
File mode changed.
Diff for: contracts/registry/ContractManagerSpec.md
100644
100755
File mode changed.
Diff for: contracts/rewards/OBRewards.sol
100644
100755
-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 | 97 |
| |
99 | 98 |
| |
100 | 99 |
| |
| |||
105 | 104 |
| |
106 | 105 |
| |
107 | 106 |
| |
108 |
| - | |
109 | 107 |
| |
110 | 108 |
| |
111 | 109 |
| |
| |||
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 | 117 |
| |
124 | 118 |
| |
125 | 119 |
| |
| |||
140 | 134 |
| |
141 | 135 |
| |
142 | 136 |
| |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 | 137 |
| |
159 | 138 |
| |
160 | 139 |
| |
|
Diff for: contracts/rewards/RewardsSpec.md
100644
100755
File mode changed.
Diff for: contracts/test/EscrowWithoutToken.sol
100644
100755
File mode changed.
Diff for: contracts/test/TestToken.sol
100644
100755
File mode changed.
Diff for: contracts/token/ITokenContract.sol
100644
100755
File mode changed.
Diff for: contracts/token/OBToken.sol
100644
100755
File mode changed.
Diff for: migrations/1_initial_migration.js
100644
100755
File mode changed.
Diff for: migrations/escrow/2_Escrow_v1_0_migration.js
100644
100755
File mode changed.
Diff for: migrations/registry/3_contract_manager_migration.js
100644
100755
File mode changed.
Diff for: package-lock.json
100644
100755
+9-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: package.json
100644
100755
File mode changed.
Diff for: scripts/signing.js
100644
100755
File mode changed.
Diff for: scripts/usage.txt
100644
100755
File mode changed.
Diff for: test/escrow/1_Escrow_v1_0_test.js
100644
100755
File mode changed.
Diff for: test/helper.js
100644
100755
File mode changed.
Diff for: test/powerUps/3_PowerUps_tests.js
100644
100755
File mode changed.
Diff for: test/registry/2_contract_manager_test.js
100644
100755
File mode changed.
Diff for: test/rewards/6_OB_Rewards_Test.js
100644
100755
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
112 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
Diff for: truffle.js
100644
100755
File mode changed.
0 commit comments