Leonid Logvinov
cee2954245
Merge development
2019-01-10 11:56:15 +01:00
Leonid Logvinov
a8d9263062
Add .gitkeep
2019-01-10 11:42:50 +01:00
Leonid Logvinov
7ae9e79235
Rename sol-trace-based-tools-common to sol-tracing-utils
2019-01-10 11:21:05 +01:00
Fabio B
15c9479ebe
Update packages/sol-trace/README.md
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:15:34 +01:00
Fabio B
03dea585b4
Update packages/sol-trace/CHANGELOG.json
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:15:26 +01:00
Fabio B
d7df402c42
Update packages/sol-trace-based-tools-common/src/source_maps.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:15:19 +01:00
Fabio B
052ed21e9c
Update packages/sol-trace-based-tools-common/CHANGELOG.json
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:12:08 +01:00
Fabio B
36504646f9
Update packages/sol-profiler/CHANGELOG.json
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:11:52 +01:00
Fabio B
60cdbbccae
Update packages/sol-coverage/CHANGELOG.json
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:11:43 +01:00
Fabio B
420333e3c3
Update packages/monorepo-scripts/src/test_installation.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-10 11:11:23 +01:00
Steve Klebanoff
686f27a96f
Merge pull request #1482 from 0xProject/feature/monorepo/release-notes
...
[monorepo-scripts] Automatically alert new release to Discord
2019-01-09 16:49:12 -08:00
Steve Klebanoff
6487fae113
Merge pull request #1437 from 0xProject/feature/instant/tell-amount-available
...
[instant] Tell user how much of an asset is available
2019-01-09 16:29:11 -08:00
Francesco Agosti
87c287a5e2
Merge pull request #1489 from 0xProject/fix/website/0x-org-endpoints
...
[website] Audit and fix 0x.org migration URLs
2019-01-09 12:03:28 -08:00
F. Eugene Aumson
e39ef60775
Clean up docs before publish
2019-01-09 12:12:20 -05:00
Steve Klebanoff
fb3605026e
Merge branch 'development' into feature/instant/tell-amount-available
2019-01-09 08:54:55 -08:00
F. Eugene Aumson
5b8c9122a2
In README's, don't mention non-existent tests ( #1497 )
2019-01-09 11:02:58 -05:00
Fabio B
08d0ff48c3
Merge pull request #1249 from bakkenbaeck/dev-tools-pages
...
Dev tools pages
2019-01-09 16:22:59 +01:00
F. Eugene Aumson
aa5af04447
Python contract demo, with lots of refactoring ( #1485 )
...
* Refine Order for Web3 compat. & 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 & 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
2019-01-09 09:58:29 -05:00
Leonid Logvinov
39786c3ad5
Merge development
2019-01-09 15:19:59 +01:00
Fabio Berger
5b7eff217e
Publish
...
- 0x.js@3.0.0
- @0x/abi-gen@1.0.20
- @0x/abi-gen-wrappers@2.1.0
- @0x/assert@1.0.21
- @0x/asset-buyer@3.0.5
- @0x/base-contract@3.0.11
- @0x/connect@3.0.11
- @0x/contract-addresses@2.1.0
- @0x/contract-artifacts@1.2.0
- @0x/contract-wrappers@4.2.0
- @0x/dev-tools-pages@0.0.11
- @0x/dev-utils@1.0.22
- @0x/fill-scenarios@1.1.0
- @0x/instant@1.0.5
- @0x/json-schemas@2.1.5
- @0x/metacoin@0.0.33
- @0x/migrations@2.3.0
- @0x/monorepo-scripts@1.0.16
- @0x/order-utils@3.1.0
- @0x/order-watcher@2.4.0
- @0x/pipeline@1.0.3
- @0x/react-docs@1.0.23
- @0x/react-shared@1.1.0
- @0x/sol-compiler@2.0.0
- @0x/sol-cov@2.1.17
- @0x/sol-doc@1.0.12
- @0x/sol-resolver@1.2.1
- @0x/sra-spec@1.0.14
- @0x/subproviders@2.1.9
- @0x/testnet-faucets@1.0.61
- @0x/types@1.5.0
- @0x/utils@2.1.1
- @0x/web3-wrapper@3.2.2
- @0x/website@0.0.64
- @0x/contracts-examples@1.0.3
- @0x/contracts-extensions@1.2.0
- @0x/contracts-interfaces@1.0.3
- @0x/contracts-libs@1.0.3
- @0x/contracts-multisig@1.0.3
- @0x/contracts-protocol@2.2.0
- @0x/contracts-test-utils@1.0.3
- @0x/contracts-tokens@1.0.3
- @0x/contracts-utils@1.0.3
0x.js@3.0.0
@0x/abi-gen@1.0.20
@0x/assert@1.0.21
@0x/asset-buyer@3.0.5
@0x/base-contract@3.0.11
@0x/connect@3.0.11
@0x/contract-addresses@2.1.0
@0x/contract-artifacts@1.2.0
@0x/contract-wrappers@4.2.0
@0x/contracts-examples@1.0.3
@0x/abi-gen-wrappers@2.1.0
@0x/contracts-extensions@1.2.0
@0x/contracts-interfaces@1.0.3
@0x/contracts-libs@1.0.3
@0x/contracts-multisig@1.0.3
@0x/contracts-protocol@2.2.0
@0x/contracts-test-utils@1.0.3
@0x/contracts-tokens@1.0.3
@0x/contracts-utils@1.0.3
@0x/dev-tools-pages@0.0.11
@0x/dev-utils@1.0.22
@0x/fill-scenarios@1.1.0
@0x/instant@1.0.5
@0x/json-schemas@2.1.5
@0x/metacoin@0.0.33
@0x/migrations@2.3.0
@0x/monorepo-scripts@1.0.16
@0x/order-utils@3.1.0
@0x/order-watcher@2.4.0
@0x/pipeline@1.0.3
@0x/react-docs@1.0.23
@0x/react-shared@1.1.0
@0x/sol-compiler@2.0.0
@0x/sol-cov@2.1.17
@0x/sol-doc@1.0.12
@0x/sol-resolver@1.2.1
@0x/sra-spec@1.0.14
@0x/subproviders@2.1.9
@0x/testnet-faucets@1.0.61
@0x/types@1.5.0
@0x/utils@2.1.1
@0x/web3-wrapper@3.2.2
@0x/website@0.0.64
monorepo@5b7eff2
2019-01-09 14:44:17 +01:00
Fabio Berger
0a6ead90d9
Updated CHANGELOGS
2019-01-09 14:44:03 +01:00
Leonid Logvinov
7f2727236d
Pin @types/styled-components versions
2019-01-09 14:39:19 +01:00
Leonid Logvinov
d6644ed035
Add yarn.lock changes
2019-01-09 13:45:34 +01:00
Leonid Logvinov
a2eede2ec9
Remove accidentally commited files
2019-01-09 13:45:23 +01:00
Leonid Logvinov
2fa4ed1fb7
Merge pull request #1496 from 0xProject/feature/solc-5.0
...
Solc 5.0 support in sol-compiler
2019-01-09 13:22:20 +01:00
Leonid Logvinov
3733a29ee2
Add CHENGELOG entrie
2019-01-09 12:46:51 +01:00
Leonid Logvinov
62b5eef4a0
Update sol-compiler binPaths to include the newest solidity
2019-01-09 12:36:05 +01:00
Leonid Logvinov
377d6367e0
Update solc used by sol-compiler
2019-01-09 12:35:35 +01:00
Leonid Logvinov
a3b364dbdf
Remove contracts dependency on solc
2019-01-09 12:34:45 +01:00
Leonid Logvinov
ea14913b41
Merge development
2019-01-09 12:02:25 +01:00
Fabio B
5dd55491b8
Merge pull request #1494 from 0xProject/feature/order-watcher/dockerize
...
Dockerize OrderWatcher WS Server
2019-01-09 11:27:22 +01:00
Fabio Berger
28aa12691e
rename method
2019-01-09 11:06:15 +01:00
Leonid Logvinov
5868c91cfb
Fix static tests
2019-01-09 10:54:32 +01:00
Leonid Logvinov
fd034cc1e4
Remove redundant semicolons
2019-01-09 10:21:58 +01:00
Jacob Evans
c1bf2754a8
Merge pull request #1439 from 0xProject/migrations/docker-image
...
Add Docker image and Snapshot commands for migrations
2019-01-09 12:55:42 +11:00
Chris Kalani
c388e6d2b8
Update README.md
2019-01-08 17:15:20 -08:00
Chris Kalani
622fa951ca
Update README.md
...
Fixing logo
2019-01-08 17:13:04 -08:00
fragosti
d00dd07435
fix: use getBackendBaseUrl instead of hardcoded string
2019-01-08 16:45:35 -08:00
Xianny
27fc640a9e
fetch and save copper ( #1472 )
...
Fetch and save Copper CRM
2019-01-08 13:50:51 -08:00
F. Eugene Aumson
4689f20b86
Move json_schemas to its own package ( #1435 )
...
* 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
2019-01-08 14:28:32 -05:00
Fabio Berger
de927d7207
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
...
* 'development' of github.com:0xProject/0x-monorepo:
Remove beta note from asset-buyer
2019-01-08 20:16:48 +01:00
Fabio Berger
93121892d6
Fix typo
2019-01-08 20:16:34 +01:00
fragosti
16fc2c3776
fix: use new forum URL
2019-01-08 10:34:40 -08:00
Francesco Agosti
c3a7cbc57d
Merge pull request #1493 from 0xProject/fix/asset-buyer/no-longer-beta
...
[asset-buyer] Remove beta note from asset-buyer
2019-01-08 18:33:53 +00:00
Fabio Berger
0cfeea7c8c
Remove stray console
2019-01-08 17:15:05 +01:00
Leonid Logvinov
82f29c395a
Fix the circleci image
2019-01-08 17:14:06 +01:00
Fabio Berger
e2df4b355b
Add assertions to catch trying to add undefined schemas
2019-01-08 17:07:10 +01:00
Leonid Logvinov
03248244ff
Bump up the chunk size
2019-01-08 17:03:42 +01:00
Steve Klebanoff
74ed0f4134
Remove beta note from asset-buyer
2019-01-08 08:02:33 -08:00
Leonid Logvinov
f05d2906e8
Split installation tests in chunks of 10 to not run out of memory
2019-01-08 16:00:05 +01:00