Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
dbf23b4
Oracle constructor with the update frequency and reward
miktam May 31, 2018
c1fd9c7
Added setter and getter
miktam May 31, 2018
3d717b0
Added caller constraint
miktam May 31, 2018
dc1f4e0
Refactored to use struct and statically allocated array
miktam May 31, 2018
a390520
Refactored - removed getter by index
miktam May 31, 2018
364eb21
Added activation
miktam May 31, 2018
d462fdb
Added activated flag
miktam May 31, 2018
6415e7d
Added block coinstraints
miktam May 31, 2018
ba3c230
Reorded imports
miktam May 31, 2018
5384547
Added time constraints
miktam May 31, 2018
1172b49
Added proper claim
miktam May 31, 2018
270beb1
Added tests
miktam May 31, 2018
18f730e
Cancel the reward if oracle violated the rules
miktam May 31, 2018
f863d96
Revert changes in test.sh
miktam May 31, 2018
4a97762
Fixed lint issues
miktam May 31, 2018
5343c84
Merge branch 'master' into better_oracle_interfaces_16
miktam Jun 11, 2018
01658e8
Merge branch 'master' into better_oracle_interfaces_16
miktam Jun 11, 2018
119b387
Merge branch 'better_oracle_interfaces_16' of github.com:miktam/openz…
miktam Jun 11, 2018
2f3b47d
Increased code coverage #16
miktam Jun 11, 2018
6a0cbf3
Do not update deps #16
miktam Jun 11, 2018
8684d5a
Kept only new files (oracle related) #16
miktam Jun 11, 2018
bacbf7a
Restored file fully #16
miktam Jun 11, 2018
e7a6715
Fixed lint issues #16
miktam Jun 11, 2018
08a0149
Improved tests #16
miktam Jun 11, 2018
6314d89
Merge branch 'master' into better_oracle_interfaces_16
miktam Jun 18, 2018
6c22c5f
Merge branch 'master' into better_oracle_interfaces_16
miktam Jul 28, 2018
3236421
Removed frequency restrictions
miktam Jul 29, 2018
2636470
Merge branch 'better_oracle_interfaces_16' of github.com:miktam/openz…
miktam Jul 29, 2018
647045b
Merge branch 'master' into better_oracle_interfaces_16
miktam Aug 10, 2018
6a30525
Implements draft version of EIP 1154
miktam Aug 10, 2018
26f83ec
Reverted extra new line
miktam Aug 10, 2018
6cfaf8c
Improved comments
miktam Aug 13, 2018
00ed63a
Renamed Oracle interfaces
miktam Aug 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert changes in test.sh
  • Loading branch information
miktam committed May 31, 2018
commit f863d961fe66b1f6983cd834c3887dc385718dfb
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ if [ "$SOLIDITY_COVERAGE" = true ]; then
cat coverage/lcov.info | node_modules/.bin/coveralls
fi
else
node_modules/.bin/truffle test "./test/oracle/Oracle.test.js"
node_modules/.bin/truffle test "$@"
fi