Brandon Millman
|
f76c9bc226
|
Implement loading body rows
|
2018-06-28 11:50:08 -07:00 |
|
Brandon Millman
|
6a39a69afe
|
Added Circle component
|
2018-06-28 11:50:08 -07:00 |
|
fragosti
|
e4188f5d4c
|
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/support-new-metamask
|
2018-06-28 11:17:30 -07:00 |
|
Brandon Millman
|
4969797c23
|
Remove isTracked field on token in favor of trackedTimestamp
|
2018-06-28 10:39:16 -07:00 |
|
Brandon Millman
|
0e932286d2
|
Use moment and lodash
|
2018-06-28 10:38:07 -07:00 |
|
Brandon Millman
|
366a9502dd
|
Sort wallet tokens by timestamp added and scroll to newly added token
|
2018-06-28 10:38:07 -07:00 |
|
Fabio Berger
|
988a334758
|
Merge pull request #707 from 0xProject/feature/combinatorial-testing
OrderFill Declarative Testing & Combinatorial Tests [Merge after #760]
|
2018-06-28 11:04:16 +02:00 |
|
Fabio Berger
|
4fe6269043
|
Remove unused constants
|
2018-06-28 10:45:28 +02:00 |
|
Fabio Berger
|
646927962a
|
Reduce the userAddresses to the individual addresses actually used by tests, as well as only deploy the number of ERC20 tokens needed for each test suite
|
2018-06-28 10:43:37 +02:00 |
|
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
|
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 |
|
perissology
|
e0a2afc068
|
rename function
|
2018-06-27 07:26:12 -07: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
|
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 |
|
Remco Bloemen
|
394fbebfa8
|
Golf the authorization check
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
b79588c4a0
|
ERC20 manual memory layout
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
3b46e82625
|
ERC20 inline return
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
dbaf1fcd43
|
ERC721 inline return
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
4caf1271e4
|
Golf ERC721 transferFrom
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
6921943aff
|
Inline ERC20 tranferFrom selector constant
|
2018-06-26 12:23:19 -07:00 |
|
Remco Bloemen
|
3ce90b8257
|
Optimize ERC20 transferFrom
|
2018-06-26 12:23:19 -07:00 |
|
fragosti
|
3866154b50
|
Fix stateful ledger dialog edge state
|
2018-06-26 12:16:10 -07:00 |
|
fragosti
|
64ed2464cf
|
Get things working with legacy portal
|
2018-06-26 12:09:20 -07:00 |
|
fragosti
|
e27780aee9
|
Fix subtle issues with ledger config dialog
|
2018-06-26 11:59:23 -07:00 |
|
Brandon Millman
|
744e6e60c5
|
Polish asset picker layout
|
2018-06-26 11:17:00 -07:00 |
|
fragosti
|
f70c1ff009
|
Ledger to metamask to ledger working
|
2018-06-26 11:01:50 -07:00 |
|
Brandon Millman
|
3a808fe7fd
|
Update relayer grid fallback icon
|
2018-06-26 10:40:59 -07:00 |
|
Brandon Millman
|
2ca169b3c4
|
Merge pull request #777 from 0xProject/feature/website/browser-detection
Change metamask install link based on browser
|
2018-06-26 10:29:26 -07:00 |
|
Alex Browne
|
098d486291
|
Merge pull request #776 from 0xProject/ethereum-js-tx-1.3.5
Use ethereumjs-tx@1.3.5 instead of our fork
|
2018-06-26 10:22:53 -07:00 |
|