Michael Zhu
e954e9ca20
update tests
2019-09-30 21:51:34 -07:00
Michael Zhu
3f8639bd9c
Update MixinExchangeWrapper to handle protocol fees
2019-09-30 21:51:34 -07:00
Fabio B
56c956df44
Merge pull request #2225 from 0xProject/feature/addDistTagToPublish
...
Feature/add dist tag to publish
2019-10-01 05:41:19 +02:00
James Towle
c4b621e44d
Merge pull request #2215 from 0xProject/feature/staking/end-to-end/deployment-test
...
End-to-end Deployment Test
2019-09-30 19:42:41 -07:00
fabioberger
9a658bf932
Change tag to protocolV3 to disambiguate with a specific version of a package
2019-10-01 09:04:20 +08:00
Francesco Agosti
d6d506d1c5
Merge pull request #2219 from 0xProject/feature/sra-v3
...
Upgrade @0x/json-schemas, @0x/types, @0x/connect, @sra-spec to SRA V3
2019-09-30 18:00:29 -07:00
Lawrence Forman
2c8f7fac0e
Merge pull request #2220 from 0xProject/feat/erc20-bridge/hello-world
...
ERC20BridgeProxy
2019-09-30 20:52:36 -04:00
Alex Towle
072ff65bf9
@0x:contracts-staking
Removed multisig as a dependency
2019-09-30 17:46:57 -07:00
fragosti
03595dd1dd
Run prettier
2019-09-30 17:28:41 -07:00
Lawrence Forman
6da48be1a4
@0x/contracts-asset-proxy
: Merge ERC20Bridge
into IERC20Bridge
.
2019-09-30 17:28:36 -07:00
fragosti
9b91d574f8
Fix failing json-schema test
2019-09-30 17:27:01 -07:00
Alex Towle
6ca8edbf19
@0x:contracts-exchange
Moved the deployment test to the exchange and addressed other review comments
2019-09-30 17:25:31 -07:00
Lawrence Forman
579dba1473
@0x/contracts-asset-proxy
: Minor ERC20BridgeProxy
test changes.
2019-09-30 17:06:31 -07:00
Amir Bandeali
1b5fa15c8c
Merge pull request #2222 from 0xProject/feat/3.0/remove-weth-asset-proxy
...
Remove wethAssetProxy and wethAssetData from staking contracts
2019-09-30 17:03:16 -07:00
Lawrence Forman
737ad586a5
@0x/types
: Add ERC20Bridge
to AssetProxyId
2019-09-30 16:12:01 -07:00
F. Eugene Aumson
c051e11a49
OrderValidationUtils: don't parse fee asset data when there are no fees specified ( #2218 )
...
* exhibit bug: empty fee asset data induces revert
* fix bug: don't parse fee asset data unless fee>0
* Update DevUtils Kovan contract address
2019-09-30 17:53:21 -04:00
Amir Bandeali
a5692690dc
Fix protocol fees tests
2019-09-30 09:37:57 -07:00
Amir Bandeali
98106ca8a2
Fix test conttracts
2019-09-30 09:37:53 -07:00
fabioberger
891d685951
Pass '3.0' tag when publishing so that publishes from 3.0 branch don't clobber the 2.1 packages installed with the default 'latest' tag
2019-09-30 22:17:44 +08:00
fabioberger
991cbc9f4e
Add ability to pass specific dist tag to npm publish command from publishing flow
2019-09-30 22:16:56 +08:00
Lawrence Forman
8006e4fe3b
@0x/contracts-asset-proxy
: Change proxy ID and add proxy signature to IAssetData
.
2019-09-29 21:53:42 -04:00
Amir Bandeali
f17c6b0a83
Remove unused IAssetProxy imports
2019-09-29 15:45:27 -07:00
Amir Bandeali
57ca601be1
Remove wethAssetProxy and wethAssetData from staking contract
2019-09-29 15:45:08 -07:00
Lawrence Forman
b50e26dc2a
@0x/contracts-asset-proxy
: Rename IERC20Bridge.transfer()
-> IERC20Bridge.withdrawTo()
.
...
`@0x/contracts-asset-proxy`: Make `bridgeData` last parameter in `IERC20Bridge.withdrawTo()`.
`@0x/contracts-asset-proxy`: Reuse `PROXY_ID` as `BRIDGE_SUCCESS`.
2019-09-29 17:10:38 -04:00
Lawrence Forman
b728d13d8c
@0x/contracts-asset-proxy
: Remove only
tests modifier.
2019-09-27 23:54:32 -04:00
Lawrence Forman
1959d149f8
@0x/contracts-asset-proxy
: Fix incorrect comments in ERC20BridgeProxy
tests.
2019-09-27 19:49:23 -04:00
Lawrence Forman
3e2e05caf2
Update changelogs
2019-09-27 19:47:14 -04:00
Lawrence Forman
d6a4d67a14
@0x/contracts-asset-proxy
: Add ERC20BridgeProxy
and tests.
2019-09-27 19:33:33 -04:00
Lawrence Forman
cf8d424b9b
@0x/contracts-test-utils
: Add number_utils.ts
and hexSize()
.
2019-09-27 19:32:55 -04:00
Lawrence Forman
a9f1237208
ethereum-types
: Add DecodedLogs
type (again?).
2019-09-27 19:32:05 -04:00
fragosti
319b4dfd75
Remove unused imports
2019-09-27 16:00:41 -07:00
fragosti
d39fcd3475
Upgrade sra-spec
2019-09-27 15:49:57 -07:00
fragosti
c7b7f57ab2
Update request types
2019-09-27 15:25:43 -07:00
fragosti
a36a5366d3
Update connect tests
2019-09-27 15:25:18 -07:00
fragosti
87615025fe
Remove Client type
2019-09-27 15:00:35 -07:00
fragosti
5b0fc813c4
Update json-schemas
2019-09-27 15:00:24 -07:00
Francesco Agosti
d21f978def
Merge pull request #2212 from 0xProject/refactor/no-domain-in-order
...
Remove domain from Order and remove OrderWithoutDomain type
2019-09-27 14:04:18 -07:00
fragosti
a9ecf7f1f3
Fix order schema typo
2019-09-27 13:30:30 -07:00
mzhu25
f5ad65bb8a
Merge pull request #2217 from 0xProject/feature/contracts-staking/mixin-stake-storage-unit-tests
...
MixinStakeStorage unit tests
2019-09-27 13:20:42 -07:00
fragosti
88dcf6350d
Fix exchange-libs test
2019-09-27 13:20:09 -07:00
Michael Zhu
6cfc17de35
MixinStakeStorage unit tests
2019-09-27 13:01:20 -07:00
fragosti
a2d105593e
Add to orderTypedData comment
2019-09-27 12:49:01 -07:00
fragosti
efd5eff22c
Fix tests
2019-09-27 12:46:20 -07:00
Alex Towle
9282684d93
@0x:contracts-staking
Added a full end-to-end test of a deployment of the exchange and staking system
2019-09-26 18:10:52 -07:00
James Towle
c9e03f7d42
Merge pull request #2211 from 0xProject/feature/staking/exchange-manager-units
...
`@0x:contracts-staking` Added unit tests for MixinExchangeManager
2019-09-26 15:53:40 -07:00
Xianny
690b31c9be
update artifacts and wrappers with pre-audit contracts ( #2213 )
...
* update artifacts and wrappers with pre-audit contracts
* increase bundlesize
2019-09-26 09:35:24 -07:00
Xianny
cb20f03a92
Use hardcoded deployedBytecode for local EVM execution ( #2198 )
...
* hardcode deployedBytecode in contracts
* log warning if bytecode is empty or invalid
* be typesafe
2019-09-26 08:38:29 -07:00
David Sun
97eabc6c03
Merge pull request #2157 from 0xProject/feature/orderbook-removing-smart-routing-logic
...
Refactored asset-swapper smart logic and renamed options
2019-09-26 09:18:05 -04:00
fragosti
f0e0f08e0c
Run linter and prettier
2019-09-25 18:44:19 -07:00
fragosti
470643ee07
Fix tests
2019-09-25 18:44:19 -07:00