Alex Svanevik
99318ae2ba
Merge pull request #1658 from 0xProject/fix/pipeline/edps-rate-limiting
...
Added bottleneck for EDPS to deal with rate-limiting
2019-03-01 18:11:18 +08:00
Leonid Logvinov
8369bcb605
Fix linter issues
2019-02-28 22:37:32 -08:00
askeluv
338cc69034
Removed logging
2019-03-01 14:33:19 +08:00
Leonid Logvinov
4526c52fe8
Add PR numbers
2019-02-28 20:23:24 -08:00
Leonid Logvinov
81f9bda502
Add CHANGELOG entries
2019-02-28 20:19:47 -08:00
Leonid Logvinov
46bc5463ca
Change the way we access the stack in traces
2019-02-28 20:19:05 -08:00
Leonid Logvinov
bb346537ba
Make sol-profiler faster
2019-02-28 20:18:44 -08:00
F. Eugene Aumson
3b5f0d5c30
Adapt to Bloxy API change ( #1659 )
...
* Adapt to Bloxy API change
We were using the `days` parameter, but that's no longer available in
the API, so our fetching of previous days (before "today") was broken.
This change gets rid of the concept of "days", and uses the API's new
`from_date` and `till_date` parameters to fetch previous days' trades.
The change to the query in `getLastSeenTimestampAsync()` was necessary
because it was returning a string (despite the `as Array<{ tx_timestamp:
number }>` cast), which was later causing problems trying to pass that
value into `new Date()`. It worked before because we were doing some
math operations on it (multiplying it by some numbers), so coercion was
saving us. With the change from a raw query to a `typeorm` call, the
`numberToBigIntTransformer` specified in the `DexTrade` entity is now
doing the proper type conversion for us.
The new `MAX_DAYS` constant in `pull_competing_dex_trades.ts` is
necessary in order to avoid trying to pull data all the way back to 1969
:D, which induces the API to return an HTTP 503.
* Increase trades per query to match current API doc
This is needed in order to be able to pull more than a handful of days
of data at a time (at least, with the script the way its currently
written).
2019-02-28 20:28:00 -05:00
Leonid Logvinov
808ce969d9
Fix a bug with OpCode gas costs being incorrect or NaN
2019-02-28 16:53:59 -08:00
Leonid Logvinov
16f8339f3c
Add HEX_BASE to constants
2019-02-28 16:52:18 -08:00
Leonid Logvinov
25d68c3904
Add opCodeToGasCost and opCodeToParamToStackOffset to constants
2019-02-28 16:51:29 -08:00
Leonid Logvinov
77ad8e1a80
Fix a bug when TruffleArtifactAdapter wasn't correctly parsing solc config in the pre 5.0 version of trufle
2019-02-28 16:46:08 -08:00
Jacob Evans
9e8c18075a
Move fill-scenarios to devDependecies
2019-02-28 17:48:40 -05:00
Jacob Evans
4278cdfd29
Add CHANGELOG
2019-02-28 17:32:08 -05:00
Jacob Evans
142c2bd0f0
Move contracts-test-utils to dev dependencies
2019-02-28 16:50:23 -05:00
Jacob Evans
13ee8686bb
Merge pull request #1660 from 0xProject/bug/log-utils-process
...
Check for process in browser environments
2019-02-28 16:45:54 -05:00
Jacob Evans
5c06df2635
Update changelog PR
2019-02-28 15:43:07 -05:00
Jacob Evans
d69bf76341
Update CHANGELOG
2019-02-28 15:28:09 -05:00
Jacob Evans
d0d1b295b4
Check for process in browser environments
2019-02-28 15:26:07 -05:00
askeluv
e450191548
Added bottleneck to deal with rate-limiting
2019-02-28 13:08:09 +08:00
Francesco Agosti
3aee83f3d8
Merge pull request #1633 from 0xProject/feature/pipeline/concepts-schema-and-radar-depth-table
...
[pipeline] Add concepts schema and radar orderbook USD price concept
2019-02-27 20:40:00 -08:00
fragosti
3610a2bc8d
Run linter
2019-02-27 20:23:10 -08:00
fragosti
ab559d4620
Include new test path in package.json
2019-02-27 20:11:48 -08:00
fragosti
15d308d4c5
Remove isCli method
2019-02-27 19:34:35 -08:00
Alex Svanevik
e7ea66afb5
Merge pull request #1629 from 0xProject/etherscan-exchange-transactions
...
Pull exchange contract transactions from Etherscan
2019-02-28 08:30:05 +08:00
David Sun
d9a1d8bde6
Merge pull request #1655 from 0xProject/feature/extensions-page-freds-jank-pr-mirror
...
Feature/extensions page freds jank pr mirror
2019-02-27 16:38:41 -05:00
Leonid Logvinov
9ac4486403
Merge pull request #1656 from 0xProject/fix/1635
...
Allow project specific coverage ignore paths by specifying `config.ignoreFilesGlobs`
2019-02-27 13:35:11 -08:00
David Sun
428afabaa3
disabling lint for prettier
2019-02-27 16:21:00 -05:00
Leonid Logvinov
9162189fa6
Add PR numbers
2019-02-27 13:09:30 -08:00
Leonid Logvinov
154ca9b760
Merge branch 'development' into fix/1635
2019-02-27 13:09:04 -08:00
Leonid Logvinov
9fcead3973
Fix the docs
2019-02-27 13:07:03 -08:00
Leonid Logvinov
2fd9d0359c
Ignore node_modules, test and interfaces coverage in contracts
2019-02-27 13:06:54 -08:00
Leonid Logvinov
4cf9e030a2
Add ignoreFilesGlobs config option to sol-coverage
2019-02-27 13:06:30 -08:00
David Sun
5570d14179
fixed build issues
2019-02-27 16:05:48 -05:00
David Sun
fd3c546994
changed links
2019-02-27 15:54:09 -05:00
Leonid Logvinov
e81ae05df9
Publish
...
- 0x.js@6.0.2
- @0x/asset-buyer@6.0.2
- @0x/contract-wrappers@8.0.2
- @0x/instant@1.0.16
- @0x/metacoin@0.0.43
- @0x/migrations@4.0.2
- @0x/order-watcher@4.0.2
- @0x/pipeline@1.0.13
- @0x/sol-compiler@3.1.2
- @0x/sol-coverage@2.0.6
- @0x/sol-doc@2.0.6
- @0x/sol-profiler@3.1.1
- @0x/sol-trace@2.0.7
- @0x/sol-tracing-utils@6.0.6
- @0x/testnet-faucets@1.0.72
- @0x/website@0.0.75
- @0x/contracts-asset-proxy@1.0.8
- @0x/contracts-erc20@1.0.8
- @0x/contracts-erc721@1.0.8
- @0x/contracts-exchange@1.0.8
- @0x/contracts-exchange-forwarder@1.0.8
- @0x/contracts-exchange-libs@1.1.2
- @0x/contracts-extensions@2.0.7
- @0x/contracts-multisig@2.0.7
- @0x/contracts-tec@0.0.3
- @0x/contracts-test-utils@3.0.7
- @0x/contracts-utils@2.0.7
0x.js@6.0.2
@0x/asset-buyer@6.0.2
@0x/contract-wrappers@8.0.2
@0x/contracts-asset-proxy@1.0.8
@0x/contracts-erc20@1.0.8
@0x/contracts-erc721@1.0.8
@0x/contracts-exchange-forwarder@1.0.8
@0x/contracts-exchange-libs@1.1.2
@0x/contracts-exchange@1.0.8
@0x/contracts-extensions@2.0.7
@0x/contracts-multisig@2.0.7
@0x/contracts-tec@0.0.3
@0x/contracts-test-utils@3.0.7
@0x/contracts-utils@2.0.7
@0x/instant@1.0.16
@0x/metacoin@0.0.43
@0x/migrations@4.0.2
@0x/order-watcher@4.0.2
@0x/pipeline@1.0.13
@0x/sol-compiler@3.1.2
@0x/sol-coverage@2.0.6
@0x/sol-doc@2.0.6
@0x/sol-profiler@3.1.1
@0x/sol-trace@2.0.7
@0x/sol-tracing-utils@6.0.6
@0x/testnet-faucets@1.0.72
@0x/website@0.0.75
monorepo@e81ae05
2019-02-27 12:45:19 -08:00
Leonid Logvinov
cb394f3a1c
Updated CHANGELOGS
2019-02-27 12:45:09 -08:00
David Sun
03ed057ff6
fixed linting + prettier issues
2019-02-27 15:34:24 -05:00
Leonid Logvinov
807290ff38
Merge pull request #1654 from 0xProject/fix/truffle-config-parsing
...
Fix a bug when TruffleArtifactAdapter was incorrectly parsing the truffle config of the newest version
2019-02-27 12:29:05 -08:00
Leonid Logvinov
40a4b4fa7a
Add an explanatory comment
2019-02-27 12:28:41 -08:00
Leonid Logvinov
b7d2ad3651
Merge pull request #1653 from 0xProject/fix/remove-redundant-log
...
Remove redundant logging from sol-compiler
2019-02-27 12:26:45 -08:00
David Sun
faac286f70
fixed links
2019-02-27 15:21:07 -05:00
David Sun
c6c7f6f907
added title for extensions
2019-02-27 15:01:59 -05:00
fragosti
ccd0da58cb
fix build errors
2019-02-27 11:34:04 -08:00
Francesco Agosti
500e5f1b5d
Merge pull request #1630 from bakkenbaeck/website-updates
...
[WIP] Extensions page and tweaks to website
2019-02-27 11:09:57 -08:00
Fred Carlsen
ebb6177271
Update link to whitelist filter
2019-02-27 10:49:41 +01:00
Fred Carlsen
951c256980
Remove redundant fragment
2019-02-27 10:47:59 +01:00
Fred Carlsen
a134ef03dd
Update illustrations and copy
2019-02-27 10:45:39 +01:00
Leonid Logvinov
f21a9d16d0
Fix a bug when TruffleArtifactAdapter was incorrectly parsing the truffle config of the newest version
2019-02-26 16:16:44 -08:00
fragosti
42c3bb00ec
move to using require.main === module
2019-02-26 16:05:20 -08:00