Alex Towle
7815da7257
@0x:contracts-utils
Addressed review feedback
2019-10-09 10:49:38 -07:00
Alex Towle
dc0a78434d
@0x:contracts-utils
Updated files
2019-10-08 19:27:39 -07:00
Alex Towle
d1b0384aef
@0x:contracts-utils
Added an event for ownership transfers
2019-10-08 19:22:27 -07:00
Greg Hysz
7ac7f45c4a
Merge pull request #2250 from 0xProject/cleanup/staking/simplifyMakers
...
Simplify Makers Interactions with Staking Pools
2019-10-08 11:25:07 +09:00
Greg Hysen
b3c7ccec57
Changed nextPoolId
to lastPoolId
2019-10-08 10:43:18 +09:00
Lawrence Forman
93725ecec0
Merge pull request #2233 from 0xProject/feat/erc20-bridge/uniswap
...
UniswapBridge
2019-10-08 10:31:47 +09:00
Amir Bandeali
3c31ef188a
Merge pull request #2246 from 0xProject/fix/3.0/always-validate-signatures
...
Always validate order signatures
2019-10-08 10:25:28 +09:00
Lawrence Forman
53df2130ea
@0x/contracts-asset-proxy
: Remove only
modifier on uniswap tests.
2019-10-08 09:27:53 +09:00
Amir Bandeali
8b695f9b98
Fix race condition in tests
2019-10-08 09:12:37 +09:00
Amir Bandeali
d914f6fce9
Test for failure with bad signature after partial fill
2019-10-08 09:12:37 +09:00
Amir Bandeali
e2e5152648
Always validate signatures for all types
2019-10-08 09:12:37 +09:00
Lawrence Forman
d3dcf7fb0c
Merge pull request #2247 from 0xProject/fix/3.0-audit/staking/shadowed-variable
...
fix `_computeUnfinalizedDelegatorReward()` shadowed variable and function mutability
2019-10-07 18:50:32 -05:00
Greg Hysen
a0f5a8b64b
Simplify Makers Interactions with Staking Pools.
...
- No longer an upper limit on how many makers can be in a pool.
- No longer a handshake for a maker to join a pool.
- No longer any special powers given to makers.
- Pool Id starts at 1 and increments by 1.
2019-10-08 06:00:24 +09:00
mzhu25
ee508f70bc
Merge pull request #2228 from 0xProject/fix/3.0/refundFinalBalanceNoReentry
...
refundFinalBalanceNoReentry
2019-10-06 13:39:04 -07:00
mzhu25
200b3d450f
Merge pull request #2229 from 0xProject/feature/3.0/update-coordinator
...
Update Coordinator for 3.0
2019-10-06 13:20:00 -07:00
Michael Zhu
52fc7517f9
Remove approval expirations, address other comments
2019-10-06 12:45:48 -07:00
Michael Zhu
cf517b1459
appease static tests
2019-10-06 12:44:58 -07:00
Michael Zhu
c17984b74f
Refactor integration tests (CoordinatorTestFactory)
2019-10-06 12:44:58 -07:00
Michael Zhu
589d2212ee
Test coordinator protocol fees
2019-10-06 12:44:58 -07:00
Michael Zhu
9b922f746b
Update coordinator tests
2019-10-06 12:44:58 -07:00
Michael Zhu
0e7387550c
Update contracts
2019-10-06 12:44:58 -07:00
Lawrence Forman
dbf22583b5
@0x/contracts-asset-proxy
: Remove unecessary token allowance when coming from WETH.
2019-10-05 22:37:51 -05:00
Lawrence Forman
6825eb442b
@0x/contracts-staking
: Fix shadowed variable in MixinStakingPoolRewards._computeUnfinalizedDelegatorReward()
and make the function pure
.
2019-10-05 17:22:46 -05:00
James Towle
45f284973a
Merge pull request #2240 from 0xProject/feature/integration-tests/deployment-manager
...
Deployment Manager
2019-10-05 15:14:12 -07:00
Lawrence Forman
ef6e691646
@0x/contracts-exchange-libs
: Update generated source files after revase.
2019-10-05 16:29:06 -05:00
Lawrence Forman
e67888d65f
@0x/contracs-asset-proxy
: Pass in minimum buy amounts in the UniswapBridge
.
...
`@0x/contracs-asset-proxy`: Slight refactors in `UniswapBridge`.
2019-10-05 16:27:24 -05:00
Lawrence Forman
584f8b13fe
@0x/contracts-asset-proxy
: Rebase and update Eth2DaiBridge
to use IWallet
from exchange-libs
.
2019-10-05 13:57:51 -05:00
Lawrence Forman
f993b6d1ed
@0x/contracts-exchange
: Revert changes to IWallet
.
2019-10-05 13:57:51 -05:00
Lawrence Forman
035dc607db
@0x/contracts-asset-proxy
: Use IWallet
from exchange-libs
.
...
`@0x/contracts-asset-proxy`: Fix some comment typos in `UniswapBridge`.
`@0x/contracts-asset-proxy`: Add more allowance tests to the `UniswapBridge` tests.
2019-10-05 13:57:51 -05:00
Lawrence Forman
cf2053ec77
@0x/contracts-exchange-libs
: Move IWallet
from asset-proxy
and exchange
packages into this package.
2019-10-05 13:57:51 -05:00
Lawrence Forman
3840ebf538
@0x/contracts-exchange
: Move IWallet.sol
to exchange-libs
.
2019-10-05 13:57:51 -05:00
Lawrence Forman
80cb6b654b
@0x/contracts-asset-proxy
: Fix linter errors.
2019-10-05 13:57:51 -05:00
Lawrence Forman
ab70c4df74
@0x/contracts-asset-proxy
: Remove only
modifier on tests.
2019-10-05 13:57:51 -05:00
Lawrence Forman
95e461072f
@0x/contracts-asset-proxy
: Always set allowance.
2019-10-05 13:57:50 -05:00
Lawrence Forman
2593f1ff30
@0x/contracts-asset-proxy
: Update CHANGELOG.
2019-10-05 13:57:50 -05:00
Lawrence Forman
c2261a6bbe
@0x/contracts-asset-proxy
: Finish off UniswapBridge
tests.
2019-10-05 13:57:50 -05:00
Lawrence Forman
b383781870
@0x/contracts-asset-proxy
: Getting around stack issues.
2019-10-05 13:57:50 -05:00
Lawrence Forman
7d121bafd0
@0x/contracts-asset-proxy
: More work on UniswapBridge
tests.
2019-10-05 13:57:50 -05:00
Lawrence Forman
6a2911d10f
@0x/contracts-asset-proxy
: Start work on UniswapBridge
tests.
2019-10-05 13:57:50 -05:00
Lawrence Forman
17362bcf44
@0x/contracts-asset-proxy
: Create UniswapBridge
.
2019-10-05 13:57:50 -05:00
Alex Towle
b4ae42cc9a
@0x/contracts-integrations
Added the integrations package to the top-level configuration
2019-10-04 16:32:39 -07:00
Alex Towle
3c6957095d
@0x:contracts-integrations
Addressed review feedback
2019-10-04 15:42:36 -07:00
fabioberger
2020d87824
Fix dist tag issue in publish script
2019-10-04 20:44:18 +08:00
fabioberger
b8e01d7be5
Add beta version to next tslint-config release
2019-10-04 13:28:25 +08:00
Alex Towle
24e4567b25
@0x:contracts-integration-tests
Added an integration-tests package and a deployment manager class
2019-10-03 19:41:51 -07:00
Jacob Evans
ccf40fd65e
Merge pull request #2242 from 0xProject/fix-mesh-orderbook-types
...
HACK: Types as any until Mesh RPC client is published
2019-10-03 18:21:24 -07:00
Jacob Evans
d4729e2669
Increase HEAP space for Instant
2019-10-03 17:47:33 -07:00
Jacob Evans
52d38c63de
HACK the types until Mesh RPC client is published
2019-10-03 16:40:42 -07:00
Jacob Evans
086c30831d
Merge pull request #2241 from 0xProject/rm-dev-tools-pages
...
Remove dev tools pages
2019-10-03 16:31:44 -07:00
Jacob Evans
4be83de7e5
Remove dev tools pages
2019-10-03 16:25:46 -07:00