<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon-sol-tools/python-packages, branch @0x/instant@1.0.6</title>
<subtitle>DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/atom?h=%400x%2Finstant%401.0.6</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/atom?h=%400x%2Finstant%401.0.6'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/'/>
<updated>2019-01-11T01:41:13+00:00</updated>
<entry>
<title>Update prettier to version ^1.15.3</title>
<updated>2019-01-11T01:41:13+00:00</updated>
<author>
<name>Alex Browne</name>
<email>stephenalexbrowne@gmail.com</email>
</author>
<published>2019-01-09T20:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=89e398fa39fd14c9fd4a467fdd039920fb28a420'/>
<id>urn:sha1:89e398fa39fd14c9fd4a467fdd039920fb28a420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge development</title>
<updated>2019-01-10T10:56:15+00:00</updated>
<author>
<name>Leonid Logvinov</name>
<email>logvinov.leon@gmail.com</email>
</author>
<published>2019-01-10T10:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=cee29542451d3bf8c99bd08963a2108768072195'/>
<id>urn:sha1:cee29542451d3bf8c99bd08963a2108768072195</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up docs before publish</title>
<updated>2019-01-09T17:12:20+00:00</updated>
<author>
<name>F. Eugene Aumson</name>
<email>feuGeneA@users.noreply.github.com</email>
</author>
<published>2019-01-09T17:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=e39ef60775728ae5d61e9090dc11f51ed5779178'/>
<id>urn:sha1:e39ef60775728ae5d61e9090dc11f51ed5779178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In README's, don't mention non-existent tests (#1497)</title>
<updated>2019-01-09T16:02:58+00:00</updated>
<author>
<name>F. Eugene Aumson</name>
<email>feuGeneA@users.noreply.github.com</email>
</author>
<published>2019-01-09T16:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=5b8c9122a292f6558c45440b053ceae52d36d495'/>
<id>urn:sha1:5b8c9122a292f6558c45440b053ceae52d36d495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python contract demo, with lots of refactoring (#1485)</title>
<updated>2019-01-09T14:58:29+00:00</updated>
<author>
<name>F. Eugene Aumson</name>
<email>feuGeneA@users.noreply.github.com</email>
</author>
<published>2019-01-09T14:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=aa5af04447dfae24731557c6beead55bd8ff99a9'/>
<id>urn:sha1:aa5af04447dfae24731557c6beead55bd8ff99a9</id>
<content type='text'>
* Refine Order for Web3 compat. &amp; add conversions

Changed some of the fields in the Order class so that it can be passed
to our contracts via Web3.

Added conversion utilities so that an Order can be easily converted to
and from a JSON-compatible dict (specifically by encoding/decoding the
`bytes` fields), to facilitate validation against the JSON schema.

Also modified JSON order schema to accept integers in addition to
stringified integers.

* Fixes for json_schemas

Has-types indicator file, py.typed, was not being included in package.

Schemas were not being properly gathered into package installation.

* Add test/demo of Exchange.getOrderInfo()

* web3 bug workaround

* Fix problem packaging contract artifacts

* Move contract addresses to their own package

* Move contract artifacts to their own package

* Add scripts to install, test &amp; lint all components

* prettierignore files in local python dev env

* Correct missing coverage analysis for sra_client

* CI cache lint: don't save, re-use from test-python

* tag hacks as hacks

* correct merge mistake

* remove local strip_0x() in favor of eth_utils

* remove json schemas from old order_utils location

* correct merge mistake

* doctest json schemas via command-line, not code
</content>
</entry>
<entry>
<title>Merge pull request #1439 from 0xProject/migrations/docker-image</title>
<updated>2019-01-09T01:55:42+00:00</updated>
<author>
<name>Jacob Evans</name>
<email>dekz@dekz.net</email>
</author>
<published>2019-01-09T01:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=c1bf2754a8638d568685e09269155464cb216a90'/>
<id>urn:sha1:c1bf2754a8638d568685e09269155464cb216a90</id>
<content type='text'>
Add Docker image and Snapshot commands for migrations</content>
</entry>
<entry>
<title>Move json_schemas to its own package (#1435)</title>
<updated>2019-01-08T19:28:32+00:00</updated>
<author>
<name>F. Eugene Aumson</name>
<email>feuGeneA@users.noreply.github.com</email>
</author>
<published>2019-01-08T19:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=4689f20b86333d74fa0ccd45b23c560a0a0361b5'/>
<id>urn:sha1:4689f20b86333d74fa0ccd45b23c560a0a0361b5</id>
<content type='text'>
* Move zero_ex.json_schemas to its own package

* Support ALL the schemas

* Stop installing packages as editable

* HACK: cp files because CircleCI isn't

* Add example usage to sra_client README

* Tweak special case: only strip Schema as suffix

* Correct doc titles

* Clarify what kind of support ticket was raised.

* Correct inconsistencies in JSON schema names

In both ref ID's and file names.

* Add entry point for validation of JSON strings
</content>
</entry>
<entry>
<title>Refactor out sol-cov, sol-profiler and sol-trace into their separate packages</title>
<updated>2019-01-08T13:48:06+00:00</updated>
<author>
<name>Leonid Logvinov</name>
<email>logvinov.leon@gmail.com</email>
</author>
<published>2019-01-08T11:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=2c974b5f3ffa0e9736000273e39cdeee4a251b94'/>
<id>urn:sha1:2c974b5f3ffa0e9736000273e39cdeee4a251b94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(python-packages): Change docker command in setup.py</title>
<updated>2019-01-02T04:03:09+00:00</updated>
<author>
<name>Jacob Evans</name>
<email>jacob@dekz.net</email>
</author>
<published>2019-01-02T04:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=72a56db5abc71d59f904dd0ff250474f97a52c99'/>
<id>urn:sha1:72a56db5abc71d59f904dd0ff250474f97a52c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add entry point for validation of JSON strings</title>
<updated>2018-12-28T20:28:30+00:00</updated>
<author>
<name>F. Eugene Aumson</name>
<email>feuGeneA@users.noreply.github.com</email>
</author>
<published>2018-12-28T20:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-sol-tools/commit/?id=e62e61bf7145c0a8011e098aa22168416d01a781'/>
<id>urn:sha1:e62e61bf7145c0a8011e098aa22168416d01a781</id>
<content type='text'>
</content>
</entry>
</feed>
