Fabio Berger
|
b56baefaa6
|
Add await time constant
|
2018-06-28 09:34:13 +02:00 |
|
Fabio Berger
|
f49a507297
|
Add missing awaitTransactionSuccessAsync calls
|
2018-06-28 09:13:56 +02:00 |
|
fragosti
|
c20549e88d
|
Scroll to top when going to relayers page from onboarding
|
2018-06-27 19:23:51 -07:00 |
|
fragosti
|
cd16986942
|
Bring you directly to relayers page once you finish onboarding
|
2018-06-27 19:21:09 -07:00 |
|
fragosti
|
e481404a14
|
Remove period in title from last step
|
2018-06-27 19:07:53 -07:00 |
|
fragosti
|
3dfde15133
|
Always restart onboarding from 0 and other small improvements
|
2018-06-27 18:56:14 -07:00 |
|
fragosti
|
4454cfa65d
|
Customize flow depending on what steps you've completed
|
2018-06-27 18:21:51 -07:00 |
|
fragosti
|
382839464f
|
Break wrapping ETH into a 3rd step
|
2018-06-27 17:00:07 -07:00 |
|
fragosti
|
cce5585795
|
Fix animation when coming from bottom
|
2018-06-27 16:29:38 -07:00 |
|
fragosti
|
26a9fe9127
|
Fix width issue with onboarding card on mobile
|
2018-06-27 16:21:50 -07:00 |
|
fragosti
|
47a267c3fa
|
Clicking overlay closes onboarding
|
2018-06-27 15:14:21 -07:00 |
|
fragosti
|
36836eb942
|
Fix z index issue with wrap buttons and onboarding cards
|
2018-06-27 14:45:01 -07:00 |
|
fragosti
|
aad0804a1e
|
Break wrath ETH step into 2
|
2018-06-27 14:33:04 -07:00 |
|
fragosti
|
3c68d9c297
|
Fix skip button position on first step
|
2018-06-27 13:51:37 -07:00 |
|
fragosti
|
ffdc7d13a9
|
Make onboarding bounce around less
|
2018-06-27 13:40:52 -07:00 |
|
fragosti
|
c5085d8364
|
Scroll to wallet when onboarding automatically starts as well
|
2018-06-27 13:36:38 -07:00 |
|
fragosti
|
00ad7bc470
|
Change asset for final onboarding step
|
2018-06-27 13:23:17 -07:00 |
|
fragosti
|
360927ec77
|
Changing provider to ledger more consistent with previous experience
|
2018-06-27 11:37:24 -07:00 |
|
fragosti
|
b6f546ebe0
|
Fix convention stuff
|
2018-06-27 11:17:32 -07:00 |
|
fragosti
|
2a092143dc
|
Remove IS_MAINNET_ENABLED config
|
2018-06-27 10:40:07 -07:00 |
|
fragosti
|
de50407953
|
Rename all corresponding bools to shouldUseLedgerProvider
|
2018-06-27 10:34:17 -07:00 |
|
Fabio Berger
|
57d5fbfbd8
|
Merge pull request #766 from perissology/feature/solcov-ignore
[sol-cov] add ability to ignore covering specific code blocks
|
2018-06-27 19:00:16 +02:00 |
|
Fabio Berger
|
92322c0e07
|
Remove network 50 details
|
2018-06-27 18:42:34 +02:00 |
|
Fabio Berger
|
97ed453eb4
|
Re-generate and clean up artifacts for 2.0.0
|
2018-06-27 18:34:44 +02:00 |
|
Fabio Berger
|
654b782810
|
Add missing AssetProxyOwner from compile:v2 command
|
2018-06-27 18:34:03 +02:00 |
|
Fabio Berger
|
51211a21ba
|
Improve ganache-core's GanacheOpts type and require it instead of any
|
2018-06-27 18:33:32 +02:00 |
|
Fabio Berger
|
133b6fe240
|
Encode ZRX address as needed.
|
2018-06-27 18:32:48 +02:00 |
|
Fabio Berger
|
c824fe8718
|
Add optimizer settings to migrations compiler.json
|
2018-06-27 18:31:34 +02:00 |
|
Fabio Berger
|
26d3a487a5
|
Update ganache-cli to latest
|
2018-06-27 18:31:18 +02:00 |
|
perissology
|
e0a2afc068
|
rename function
|
2018-06-27 07:26:12 -07:00 |
|
Fabio Berger
|
f6e97bb284
|
Merge pull request #763 from prettymuchbryce/invalid-argument-error
Fix OrderWatcher uncaught Error
|
2018-06-27 11:55:04 +02:00 |
|
Fabio Berger
|
6c8b998505
|
Fix tslint
|
2018-06-27 11:28:41 +02:00 |
|
Fabio Berger
|
f9fab216e9
|
Merge branch 'v2-prototype' into invalid-argument-error
|
2018-06-27 11:02:40 +02:00 |
|
Fabio Berger
|
c308359f59
|
Merge branch 'v2-prototype' into feature/combinatorial-testing
* v2-prototype:
Improve 'web3-provider-engine' typings
Fix build
Update artifacts
Add more revert reasons to tests
Make dispatchTransferFrom revert with reason from AssetProxy on failure
Remove redundant files, hard code function selector in dispatchTransferFrom, and modify revert reason
Updated offset of receiverData length to reflect new assetData encoding.
ERC20 Custom storage layout
Golf the authorization check
ERC20 manual memory layout
ERC20 inline return
ERC721 inline return
Golf ERC721 transferFrom
Inline ERC20 tranferFrom selector constant
Optimize ERC20 transferFrom
Polish asset picker layout
Update relayer grid fallback icon
Change metamask install link based on browser
Use ethereumjs-tx@1.3.5 instead of our fork
# Conflicts:
# packages/contracts/test/asset_proxy/proxies.ts
# packages/contracts/test/exchange/core.ts
# packages/migrations/artifacts/2.0.0/DummyERC721Token.json
|
2018-06-27 10:59:37 +02:00 |
|
Fabio Berger
|
375d667144
|
Move combinatorial fillOrder tests into the fill_ordere test file
|
2018-06-27 10:43:12 +02:00 |
|
Nikita Galkin
|
84bd54ba40
|
Improve 'web3-provider-engine' typings
|
2018-06-27 09:26:48 +03:00 |
|
Amir Bandeali
|
73c36fe2d2
|
Merge pull request #773 from 0xProject/feature/contracts/abi-calldata-proxy
Optimize transfer
|
2018-06-26 18:38:30 -07:00 |
|
Amir Bandeali
|
ec3e9efdaa
|
Fix build
|
2018-06-26 18:30:20 -07:00 |
|
Amir Bandeali
|
d5c389b7dc
|
Update artifacts
|
2018-06-26 17:36:44 -07:00 |
|
Amir Bandeali
|
7f233dcb15
|
Add more revert reasons to tests
|
2018-06-26 17:34:43 -07:00 |
|
Fabio Berger
|
6a2421c683
|
Fix tests
|
2018-06-26 23:17:29 +02:00 |
|
Fabio Berger
|
d66ca7b5cb
|
Fix enum name
|
2018-06-26 23:17:20 +02:00 |
|
fragosti
|
5e38cbd69c
|
Never use trackedTokenState when fetching new token state
|
2018-06-26 13:58:31 -07:00 |
|
Amir Bandeali
|
b6d8dcb6e1
|
Make dispatchTransferFrom revert with reason from AssetProxy on failure
|
2018-06-26 13:57:55 -07:00 |
|
Amir Bandeali
|
08ee1ab2e6
|
Remove redundant files, hard code function selector in dispatchTransferFrom, and modify revert reason
|
2018-06-26 13:57:51 -07:00 |
|
fragosti
|
26edec5773
|
Fix bug where we are requesting tokens on a different network
|
2018-06-26 13:43:25 -07:00 |
|
fragosti
|
d72e06842f
|
Remove unused variables
|
2018-06-26 12:48:00 -07:00 |
|
fragosti
|
0a0da63ac7
|
Make unsubscribing work
|
2018-06-26 12:33:38 -07:00 |
|
Greg Hysen
|
873ec898d8
|
Updated offset of receiverData length to reflect new assetData encoding.
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
97a70d14a3
|
ERC20 Custom storage layout
|
2018-06-26 12:23:19 -07:00 |
|