This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
Commits on Aug 7, 2019
-
Install Py packages in dep. order, not in parallel
Install Python packages in dependency order, not in parallel.
Configuration menu - View commit details
-
Copy full SHA for 62de72b - Browse repository at this point
Copy the full SHA 62de72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2741a1 - Browse repository at this point
Copy the full SHA c2741a1View commit details -
Fix python package dependency ordering...
...and include a script to produce the proper ordering.
Configuration menu - View commit details
-
Copy full SHA for adca5f0 - Browse repository at this point
Copy the full SHA adca5f0View commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05537e0 - Browse repository at this point
Copy the full SHA 05537e0View commit details -
contract_wrappers.py: don't auto-import wrappers
This was discovered while minimizing CircleCI steps to dianose a problem with running the Launch Kit Backend in CircleCI. These classes should be imported via the zero_ex.contract_wrappers.exchange and zero_ex.contract_wrappers.erc20_token modules, respectively. We permitted importing them from just zero_ex.contract_wrappers back when they were the only wrappers we had, but now that we have so many different contracts being wrapped, this is just another list to keep manually updated (which, obviously is error prone, since it slipped through the cracks already), so it's better to just not support this type of import.
Configuration menu - View commit details
-
Copy full SHA for a598a8f - Browse repository at this point
Copy the full SHA a598a8fView commit details -
abi-gen/Py: doc contract method attributes
Without this, generated documentation was not including the class members that represent the contract methods, rendering the usage unclear.
Configuration menu - View commit details
-
Copy full SHA for d81927a - Browse repository at this point
Copy the full SHA d81927aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 663845f - Browse repository at this point
Copy the full SHA 663845fView commit details -
contract_wrappers.py: gen docs for all wrappers...
...except for the dummy tokens.
Configuration menu - View commit details
-
Copy full SHA for 9c1da33 - Browse repository at this point
Copy the full SHA 9c1da33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4c126 - Browse repository at this point
Copy the full SHA 3b4c126View commit details -
sra_client.py/test: change launch kit docker image
Previously these teses were using 0xorg/launch-kit-ci, but that was a one-off thing created just for CI, back before there was a regularly maintained docker image of Launch Kit. Changed to use 0xorg/launch-kit-backend since it's regularly maintained/updated. Because the -backend image is using a different Linux distribution (Alpine), the commands used to wait for ganache startup also had to change. The tag used, 74bcc39, is provisional due to the pending Issue at 0xProject/0x-launch-kit-backend#73 . When that issue is resolved, the tag suffix on the imag name should be removed.
Configuration menu - View commit details
-
Copy full SHA for a851e63 - Browse repository at this point
Copy the full SHA a851e63View commit details -
sra_client.py: checksum address in doctest
Due to problem with launch-kit-backend, documented at 0xProject/0x-launch-kit-backend#73 , we need to checksum the makerAddress, in the order retrieved from the relayer, before filling it, otherwise Web3.py gives this error: InvalidAddress('Web3.py only accepts checksum addresses. The software that gave you this non-checksum address should be considered unsafe, please file it as a bug on their platform. Try using an ENS name instead. Or, if you must accept lower safety, use Web3.toChecksumAddress(lower_case_address).', '0x5409ed021d9299bf6814279a6a1411a7e866a631')
Configuration menu - View commit details
-
Copy full SHA for 33525ff - Browse repository at this point
Copy the full SHA 33525ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb0fa4 - Browse repository at this point
Copy the full SHA bfb0fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0b321 - Browse repository at this point
Copy the full SHA 1c0b321View commit details -
sra_client.py: make CHANGELOG be REVESE chrono.
Formerly CHANGELOG was in chronological order. Now it's in reverse chronological order.
Configuration menu - View commit details
-
Copy full SHA for 66d0ae9 - Browse repository at this point
Copy the full SHA 66d0ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e5501a - Browse repository at this point
Copy the full SHA 2e5501aView commit details
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.