-
Notifications
You must be signed in to change notification settings - Fork 429
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
Changes from 1 commit
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 8d16ad6
all if throw's converted to requires
AdamJLemmon b2d21ac
public modifiers explicitly added to all default public methods
AdamJLemmon 4cef9b8
sha3 converted to keccak256
AdamJLemmon dab6ac9
public modifier added to OraclizeAddrResolverI getAddress method
AdamJLemmon 6551cbc
var converted to uint256
AdamJLemmon b6c0fbd
added state mutability modifiers where applicable
AdamJLemmon 5cb8617
explicit conversion of decimal to byte data type
AdamJLemmon 430fdf2
remove unused networkID param from set network
AdamJLemmon 82cabde
setNetwork unused param removed on method call and callback method ma…
AdamJLemmon 0394647
added setNetwork method with input param in order to maintain backwar…
AdamJLemmon 3d1b197
updated compiler version to 0.4.18
AdamJLemmon 6a3f405
added placeholder __callback method to maintain backwards compatibility
AdamJLemmon ef27f51
moved updated api targeting 0.4.18 to a new 0.5 api version and rever…
AdamJLemmon db63f33
updated initial comment specifying the use of this api and to revert …
AdamJLemmon 1ae72c5
updated oraclizeI visibility modifiers to match the connector
AdamJLemmon 62bc14c
return added before variable use to silence warnings
AdamJLemmon d50ea57
removed methods from oraclizeI that are no longer present in the conn…
AdamJLemmon f5c4bba
check changed to bytes > 0 not != 0
AdamJLemmon d6a3c7e
assert used in place of require in order to burn all gas and not rewa…
AdamJLemmon 023914a
set config and use coupon removed entirely from api as not longer sup…
AdamJLemmon 0ada9bd
assert changed back to require in order to save the gas when exceptio…
AdamJLemmon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update comment message appropriately:
//please import oraclizeAPI_0.4.sol when solidity < 0.4.18
EDIT: Ignore, this comment is based on the erroneous assumption that this contract would supplement the current one and not replace it. However, might still update it saying to change the compiler version to the needed 0.4.x one but that the api is targeted at 0.4.18