Leonid Logvinov
7b583cecb2
Publish
...
- 0x.js@4.0.0
- @0x/abi-gen@2.0.0
- @0x/abi-gen-templates@2.0.0
- @0x/abi-gen-wrappers@3.0.0
- @0x/assert@2.0.0
- @0x/asset-buyer@5.0.0
- @0x/base-contract@4.0.0
- @0x/connect@4.0.0
- @0x/contract-addresses@2.2.1
- @0x/contract-wrappers@6.0.1
- @0x/dev-tools-pages@0.0.15
- @0x/dev-utils@2.0.0
- ethereum-types@2.0.0
- @0x/fill-scenarios@2.0.0
- @0x/instant@1.0.9
- @0x/json-schemas@3.0.0
- @0x/metacoin@0.0.37
- @0x/migrations@3.0.0
- @0x/monorepo-scripts@1.0.20
- @0x/order-utils@4.0.0
- @0x/order-watcher@3.0.0
- @0x/pipeline@1.0.6
- @0x/react-docs@2.0.0
- @0x/react-shared@2.0.0
- @0x/sol-compiler@3.0.0
- @0x/sol-coverage@2.0.0
- @0x/sol-doc@2.0.0
- @0x/sol-profiler@2.0.1
- @0x/sol-resolver@2.0.0
- @0x/sol-trace@2.0.1
- @0x/sol-tracing-utils@6.0.0
- @0x/sra-spec@2.0.0
- @0x/subproviders@3.0.0
- @0x/testnet-faucets@1.0.65
- @0x/tslint-config@3.0.0
- @0x/types@2.0.0
- @0x/typescript-typings@4.0.0
- @0x/utils@4.0.1
- @0x/web3-wrapper@4.0.0
- @0x/website@0.0.68
- @0x/contracts-asset-proxy@1.0.1
- @0x/contracts-erc20@1.0.1
- @0x/contracts-erc721@1.0.1
- @0x/contracts-exchange@1.0.1
- @0x/contracts-exchange-forwarder@1.0.1
- @0x/contracts-exchange-libs@1.0.1
- @0x/contracts-extensions@2.0.0
- @0x/contracts-multisig@2.0.0
- @0x/contracts-test-utils@3.0.0
- @0x/contracts-utils@2.0.0
2019-02-05 14:50:16 +01:00
Leonid Logvinov
f3d9520db2
Updated CHANGELOGS
2019-02-05 14:50:02 +01:00
Leonid Logvinov
e6683e46cc
Add CHANGELOG entries to sol-tracing-utils
2019-02-05 13:47:27 +01:00
Leonid Logvinov
4febabd3e7
Merge pull request #1583 from reserve-protocol/development
...
Fix default gas limit for fake txs in TraceCollectionSubprovider
2019-02-05 12:28:05 +01:00
Leonid Logvinov
4b4bfee1bc
Merge pull request #1584 from reserve-protocol/patch
...
Hook eth_sendRawTransaction in addition to eth_sendTransaction
2019-02-05 12:26:58 +01:00
xianny
09a5b6e7a3
update error msg for dependency version check
2019-02-05 19:05:45 +08:00
Xianny
703aa38a17
CI test for dependencies to have the same version ( #1556 )
...
* add failing CI for dependencies with multiple versions
* update dependencies
* increase bundlewatch maxsize for 0x.js
2019-02-05 18:58:30 +08:00
Fabio Berger
a3198b7df8
Add missing comma
2019-02-05 09:33:16 +00:00
Greg Hysen
db900d180c
Decode NULL as false
2019-02-04 16:32:14 -08:00
Jeremy Schlatter
3d2ed57c08
Hook eth_sendRawTransaction in addition to eth_sendTransaction
2019-02-04 14:33:13 -08:00
Jeremy Schlatter
d0b0c4a917
Fix default gas limit for fake txs in TraceCollectionSubprovider
...
This hex string is required to be prefixed with '0x'. If it does not have that
prefix, then the call to unmarshalTxData below will fail with:
BigNumber Error: new BigNumber() not a number: 5b8d80
This default value is overridden if the incoming call already has a gas
estimate, in which case the parse error above does not happen. This is probably
why the error wasn't previously noticed.
2019-02-04 13:22:36 -08:00
Steve Klebanoff
74293d5bc8
Merge pull request #1536 from 0xProject/fix/website/blog-link
...
[website] Change blog link
2019-02-04 08:59:03 -08:00
Fabio Berger
50cad8d260
Nit fixes to pipeline README
2019-02-04 16:04:19 +00:00
Fabio B
995a2ef8a0
Merge pull request #1567 from jeremyschlatter/patch-1
...
fix typo
2019-02-04 14:30:45 +00:00
Francesco Agosti
1d3fff32a2
Merge pull request #1559 from 0xProject/feature/pipeline/fix-missing-dex-trades
...
[pipeline] Fix missing DEX Trades from Bloxy
2019-02-01 18:30:57 -08:00
Amir Bandeali
069c9fd4a6
Merge pull request #1568 from smithki/fix/contract-wrappers/wrong-default-address-for-order-validator-wrapper
...
Use correct "orderValidator" address in OrderValidatorWrapper constructor
2019-02-01 16:04:30 -08:00
fragosti
4f3cab4213
add row deletion step to migration
2019-02-01 15:50:04 -08:00
Fabio Berger
42c13ecafa
Remove DDEX library from developer tools list
2019-02-01 20:12:43 +00:00
dave4506
70158c3a99
Merge pull request #1572 from dave4506/fix/instant/input-bug-firefox
...
Removed number selector for firefox inputs
2019-02-01 14:15:21 -05:00
Leonid Logvinov
79adf5cec6
Merge development
2019-02-01 19:08:56 +01:00
David Sun
26d44a5392
ran prettier on codebase
2019-02-01 12:07:21 -05:00
David Sun
149f8bc9b3
removed number selector for firefox inputs
2019-01-31 21:12:13 -05:00
dave4506
78bdc2d6b4
Merge pull request #1552 from dave4506/feature/portal/fix-highlight-state-back-to-relayers
...
Added a highlight state to back button
2019-01-31 19:23:49 -05:00
David Sun
c9facdf825
changed button to medium blue
2019-01-31 18:56:31 -05:00
dave4506
4986a2f940
Merge pull request #1548 from dave4506/fix/website/market-making-svg-consistency
...
Fixed market making website svg consistency issues
2019-01-31 17:45:10 -05:00
Ian K Smith
9fd372da51
Add CHANGELOG.json entry
2019-01-31 15:04:22 -07:00
Ian K Smith
68194fde0a
Use correct "orderValidator" address in order_validator_wrapper ctor
2019-01-31 14:55:06 -07:00
dave4506
155e73dc70
Merge pull request #1551 from dave4506/feature/instant/add-usdc
...
Added USDC support to instant
2019-01-31 16:37:14 -05:00
Jeremy Schlatter
76a1ff7c40
fix typo
2019-01-31 12:35:26 -08:00
Jacob Evans
da357f7599
Merge pull request #1533 from 0xProject/migrations/consolidate-owner-default
...
Remove owner from migrations
2019-01-31 16:24:11 +10:00
fragosti
4efe941937
remove extra quotes from google-site-verification
2019-01-30 17:22:33 -08:00
fragosti
0c9369bf04
fix typo
2019-01-30 15:31:34 -08:00
fragosti
94043380bb
add site verification tag
2019-01-30 15:29:42 -08:00
fragosti
96e880d170
fix typos on landing
2019-01-30 15:28:55 -08:00
fragosti
4996ae8d9d
run linter
2019-01-30 10:30:50 -08:00
fragosti
7b4a0d4f8a
fix bloxy datasource getDexTradesAsync to allow for tx_hash repetitions in dedupe logic
2019-01-30 10:28:06 -08:00
fragosti
c2ad95fd94
update types to adhere to new dex trades and bloxy api format
2019-01-30 10:12:15 -08:00
fragosti
5ad2e9d6b6
write migration to add trade_index primary key to dex_trades
2019-01-30 10:06:04 -08:00
fragosti
8bac655dc1
Stop omitting trades because of duplicate tx hashes
2019-01-30 09:39:59 -08:00
Francesco Agosti
e29f130285
Merge pull request #1546 from dave4506/fix/change-asset-unavail-tokens-unavail
...
Changed error message from "Assets Unavailable" to "Tokens Unavailable"
2019-01-30 09:23:25 -08:00
Fabio B
d6b6f1e7d9
Update packages/sol-trace/src/revert_trace_subprovider.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2019-01-30 14:25:43 +01:00
Leonid Logvinov
ea5e78b217
Improve error messages when unable to find bytecode
2019-01-30 14:12:31 +01:00
Leonid Logvinov
e23f90e41c
Fix the cannot read property range of null bug
2019-01-30 14:04:19 +01:00
Leonid Logvinov
e1244648e0
Rename dependencyNameToPackagePath to dependencyNameToPath
2019-01-30 13:11:18 +01:00
Leonid Logvinov
8d72e253c8
Add a comment
2019-01-30 13:11:18 +01:00
Leonid Logvinov
33ed6a7c06
Remove + concatenation
2019-01-30 13:11:18 +01:00
Leonid Logvinov
c82a4a5760
Fail fast
2019-01-30 13:11:18 +01:00
Fabio B
445a629016
Update packages/sol-compiler/src/utils/compiler.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2019-01-30 13:08:10 +01:00
Fabio B
be7daae91a
Update packages/ethereum-types/src/index.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2019-01-30 13:03:30 +01:00
David Sun
ba645692b0
updated svg asset
2019-01-29 16:19:00 -05:00