Amir Bandeali
|
f61964676a
|
Add test for when operatorShare == 0
|
2019-11-13 09:48:04 -08:00 |
|
Amir Bandeali
|
41a34c19bb
|
Add zrxVault config tests in migrations
|
2019-11-13 09:46:33 -08:00 |
|
Amir Bandeali
|
d90810d127
|
Add tests for setting operator share to 100%
|
2019-11-12 22:42:55 -08:00 |
|
Amir Bandeali
|
7f3d281faa
|
Allow operator share to be set to existing share
|
2019-11-12 20:14:48 -08:00 |
|
Greg Hysz
|
812c306805
|
Merge pull request #2332 from 0xProject/fix/staking/paramDocsForRewardsPaidOutEvent
Updated `RewardsPaid` event docs
|
2019-11-12 17:47:47 -08:00 |
|
Steve Klebanoff
|
fc1c59f374
|
Merge pull request #2329 from 0xProject/feature/debug-subprovider
Add DebugSubprovider
|
2019-11-12 15:18:00 -08:00 |
|
Amir Bandeali
|
35eac1e3ff
|
Merge pull request #2322 from 0xProject/feat/3.0-mainnet-migrations
Mainnet migrations
|
2019-11-12 14:50:36 -08:00 |
|
Greg Hysen
|
e16041d7fa
|
Updated RewardsPaid event docs
|
2019-11-12 14:24:39 -08:00 |
|
Amir Bandeali
|
b8fc84ecc8
|
Remove test constants from Staking ABI
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
572c576e15
|
Update DevUtils addresses on all networks
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
9df7f80fbb
|
Move extension deployments after contract configurations
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
f003400135
|
Add check for if ERC20BridgeProxy is registered in the Exchange
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
ca7616c1d2
|
Update CHANGELOGs
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
a4a2bfdf35
|
Finish ZrxVault and StakingProxy configs without batch transaction
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
eb6bbb6e78
|
Replace Staking artifact with TestStaking to allow params to be passed into constructor
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
4d0172f634
|
Fix directory to write standard input
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
3b61e0e126
|
Add v3 mainnet addresses
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
1540a91835
|
Update testnet migrations to do most configuration outside of batch transsaction
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
2bcce9eed0
|
Add mainnet ZrxVault address to deployment constants
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
1e53564386
|
Redeploy DevUtils and ZeroExGovernor on testnets
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
d1c72706ef
|
Add governor and staking configs for each network
|
2019-11-12 13:53:58 -08:00 |
|
Amir Bandeali
|
bd9e531257
|
Add flag for saving standard input during compilation
|
2019-11-12 13:53:58 -08:00 |
|
mzhu25
|
48436424db
|
Merge pull request #2317 from 0xProject/feature/integration-tests/hot-fuzz
`@0x/contracts-integrations`: Pool management, stake management fuzz tests
|
2019-11-12 13:43:19 -08:00 |
|
Michael Zhu
|
4f10d7f859
|
post-rebase woes
|
2019-11-12 13:10:34 -08:00 |
|
Francesco Agosti
|
80e5a29444
|
Merge pull request #2326 from 0xProject/feature/remove_network_id_from_sra
Remove chainId from @0x/connect related tooling
|
2019-11-12 13:08:25 -08:00 |
|
F. Eugene Aumson
|
0ec8a4a160
|
sra_client.py: remove support for chainId parameter
|
2019-11-12 15:28:11 -05:00 |
|
F. Eugene Aumson
|
810bf7af0c
|
Merge branch 'development' into feature/remove_network_id_from_sra
|
2019-11-12 15:26:00 -05:00 |
|
Michael Zhu
|
e7825206bf
|
asyncIterator polyfill
|
2019-11-12 12:06:01 -08:00 |
|
Michael Zhu
|
2b887c336a
|
devutils 😕
|
2019-11-12 12:05:39 -08:00 |
|
Michael Zhu
|
48ecd32d5d
|
address comments
|
2019-11-12 12:05:39 -08:00 |
|
Michael Zhu
|
1f5a0987cb
|
static tests, my nemesis
|
2019-11-12 12:05:39 -08:00 |
|
Michael Zhu
|
f33a9d162a
|
moveStake assertion; use SimulationEnvironment to track global stake and staking pools
|
2019-11-12 12:05:38 -08:00 |
|
Michael Zhu
|
c2919bcdb0
|
tslint needs to _chill_
|
2019-11-12 12:05:38 -08:00 |
|
Michael Zhu
|
120d554a6b
|
split up pool/stake management simulations, change some types
|
2019-11-12 12:05:38 -08:00 |
|
Michael Zhu
|
44f268a7ee
|
decouple state (SimulationEnvironment) and Simulation
|
2019-11-12 12:05:38 -08:00 |
|
Michael Zhu
|
3c7a0bcd85
|
add createStakingPool and decreaseStakingPoolOperatorShare
|
2019-11-12 12:05:14 -08:00 |
|
Michael Zhu
|
8e2e9e9331
|
proof of concept with a single actor and valid stakes/unstakes
|
2019-11-12 12:05:14 -08:00 |
|
Michael Zhu
|
91c26fc046
|
rename Result -> FunctionResult
|
2019-11-12 12:02:49 -08:00 |
|
Fabio B
|
afcfe58add
|
Merge pull request #2330 from 0xProject/refactor/reduceContractPkgBundle
Reduce bundle-size of contracts-* packages
|
2019-11-13 04:00:05 +08:00 |
|
Steve Klebanoff
|
8d423be223
|
Use strings instead of bignumbers, and add JSON.stringify call
|
2019-11-12 11:30:24 -08:00 |
|
fabioberger
|
03b7314550
|
Disable linter for txn returning PromiseWithTransactionHash
|
2019-11-12 19:24:29 +00:00 |
|
fragosti
|
1a7e425780
|
Run linters
|
2019-11-12 11:18:23 -08:00 |
|
fabioberger
|
8bc5faff3c
|
Move DeploymentManager back into test dir since only used in integrations package
|
2019-11-12 16:55:36 +00:00 |
|
Fabio B
|
2676278a66
|
Merge pull request #1990 from 0xProject/removeTestnetFaucet
Remove testnet-faucet from monorepo
|
2019-11-12 22:23:51 +08:00 |
|
fabioberger
|
6376b3baf3
|
Update yarn.lock
|
2019-11-12 13:50:24 +00:00 |
|
fabioberger
|
e569abe740
|
Update yarn.lock
|
2019-11-12 13:50:10 +00:00 |
|
fabioberger
|
71be9ef92a
|
Update yarn.lock
|
2019-11-12 13:50:10 +00:00 |
|
fabioberger
|
4990c4903d
|
Remove testnet-faucet from monorepo
|
2019-11-12 13:49:38 +00:00 |
|
fabioberger
|
9d468e2383
|
Move dep back since used in types
|
2019-11-12 13:05:25 +00:00 |
|
fabioberger
|
109cac013c
|
Add CHANGELOG entries
|
2019-11-12 13:04:26 +00:00 |
|