Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Targeting solidity compiler v0.4.18 and updated to silence warnings #23

Merged
merged 22 commits into from
Nov 30, 2017
Merged
Changes from 13 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
93638f5
odd issue with atom editor, removing and re-inserting multiple lines,…
AdamJLemmon Nov 20, 2017
8d16ad6
all if throw's converted to requires
AdamJLemmon Nov 20, 2017
b2d21ac
public modifiers explicitly added to all default public methods
AdamJLemmon Nov 20, 2017
4cef9b8
sha3 converted to keccak256
AdamJLemmon Nov 20, 2017
dab6ac9
public modifier added to OraclizeAddrResolverI getAddress method
AdamJLemmon Nov 20, 2017
6551cbc
var converted to uint256
AdamJLemmon Nov 20, 2017
b6c0fbd
added state mutability modifiers where applicable
AdamJLemmon Nov 20, 2017
5cb8617
explicit conversion of decimal to byte data type
AdamJLemmon Nov 20, 2017
430fdf2
remove unused networkID param from set network
AdamJLemmon Nov 20, 2017
82cabde
setNetwork unused param removed on method call and callback method ma…
AdamJLemmon Nov 20, 2017
0394647
added setNetwork method with input param in order to maintain backwar…
AdamJLemmon Nov 20, 2017
3d1b197
updated compiler version to 0.4.18
AdamJLemmon Nov 20, 2017
6a3f405
added placeholder __callback method to maintain backwards compatibility
AdamJLemmon Nov 20, 2017
ef27f51
moved updated api targeting 0.4.18 to a new 0.5 api version and rever…
AdamJLemmon Nov 24, 2017
db63f33
updated initial comment specifying the use of this api and to revert …
AdamJLemmon Nov 24, 2017
1ae72c5
updated oraclizeI visibility modifiers to match the connector
AdamJLemmon Nov 27, 2017
62bc14c
return added before variable use to silence warnings
AdamJLemmon Nov 27, 2017
d50ea57
removed methods from oraclizeI that are no longer present in the conn…
AdamJLemmon Nov 27, 2017
f5c4bba
check changed to bytes > 0 not != 0
AdamJLemmon Nov 27, 2017
d6a3c7e
assert used in place of require in order to burn all gas and not rewa…
AdamJLemmon Nov 27, 2017
023914a
set config and use coupon removed entirely from api as not longer sup…
AdamJLemmon Nov 27, 2017
0ada9bd
assert changed back to require in order to save the gas when exceptio…
AdamJLemmon Nov 29, 2017
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
Loading