Skip to content

Commit

Permalink
pymaker dependency upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendus committed Aug 26, 2018
1 parent 7039d2f commit 2106edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pymaker
Submodule pymaker updated 75 files
+1 −0 .gitignore
+24 −7 README.md
+14 −1 docs/index.rst
+151 −62 pymaker/__init__.py
+1 −1 pymaker/abi/DSToken.abi
+1 −1 pymaker/abi/DSToken.bin
+1 −1 pymaker/abi/ExpiringMarket.abi
+1 −1 pymaker/abi/ExpiringMarket.bin
+1 −0 pymaker/abi/MakerOtcSupportMethods.abi
+1 −0 pymaker/abi/MakerOtcSupportMethods.bin
+1 −1 pymaker/abi/MatchingMarket.abi
+1 −1 pymaker/abi/MatchingMarket.bin
+0 −1 pymaker/abi/SaiJar.abi
+0 −1 pymaker/abi/SaiJar.bin
+0 −1 pymaker/abi/SaiJug.abi
+0 −1 pymaker/abi/SaiJug.bin
+1 −0 pymaker/abi/SaiTap.abi
+1 −0 pymaker/abi/SaiTap.bin
+1 −0 pymaker/abi/SaiTop.abi
+1 −0 pymaker/abi/SaiTop.bin
+1 −0 pymaker/abi/SaiTub.abi
+1 −0 pymaker/abi/SaiTub.bin
+1 −0 pymaker/abi/SaiVox.abi
+1 −0 pymaker/abi/SaiVox.bin
+1 −1 pymaker/abi/SimpleMarket.abi
+1 −1 pymaker/abi/SimpleMarket.bin
+0 −1 pymaker/abi/Tap.abi
+0 −1 pymaker/abi/Tap.bin
+0 −1 pymaker/abi/Tip.abi
+0 −1 pymaker/abi/Tip.bin
+0 −1 pymaker/abi/Top.abi
+0 −1 pymaker/abi/Top.bin
+0 −1 pymaker/abi/Tub.abi
+0 −1 pymaker/abi/Tub.bin
+6 −4 pymaker/approval.py
+1 −1 pymaker/auth.py
+47 −19 pymaker/deployment.py
+20 −19 pymaker/etherdelta.py
+1 −1 pymaker/feed.py
+1 −1 pymaker/gas.py
+64 −22 pymaker/lifecycle.py
+7 −1 pymaker/numeric.py
+220 −39 pymaker/oasis.py
+272 −209 pymaker/sai.py
+87 −0 pymaker/sign.py
+32 −0 pymaker/tightly_packed.py
+20 −1 pymaker/token.py
+1 −1 pymaker/transactional.py
+8 −26 pymaker/util.py
+1 −1 pymaker/vault.py
+242 −19 pymaker/zrx.py
+4 −0 requirements.txt
+0 −12 setup.py
+1 −1 tests/conftest.py
+1 −0 tests/data/test_key.json
+10 −1 tests/helpers.py
+0 −82 tests/test.py
+18 −2 tests/test_approval.py
+1 −1 tests/test_auth.py
+5 −2 tests/test_etherdelta.py
+1 −1 tests/test_feed.py
+1 −1 tests/test_gas.py
+2 −1 tests/test_general.py
+265 −0 tests/test_general2.py
+87 −21 tests/test_lifecycle.py
+11 −1 tests/test_numeric.py
+198 −4 tests/test_oasis.py
+159 −112 tests/test_sai.py
+55 −0 tests/test_sign.py
+12 −1 tests/test_token.py
+1 −1 tests/test_transactional.py
+1 −1 tests/test_util.py
+1 −1 tests/test_vault.py
+170 −19 tests/test_zrx.py
+1 −1 utils/etherdelta-client/main.js

0 comments on commit 2106edf

Please sign in to comment.