Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | | | | | * | Update packages/sol-trace-based-tools-common/src/source_maps.ts | Fabio B | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * | Update packages/sol-trace-based-tools-common/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * | Update packages/sol-profiler/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * | Update packages/sol-coverage/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * | Update packages/monorepo-scripts/src/test_installation.ts | Fabio B | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * | Bump up the chunk size | Leonid Logvinov | 2019-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * | Split installation tests in chunks of 10 to not run out of memory | Leonid Logvinov | 2019-01-08 | 1 | -34/+39 | |
| | | | | | | | | | | | | | * | Refactor out sol-cov, sol-profiler and sol-trace into their separate packages | Leonid Logvinov | 2019-01-08 | 129 | -624/+1130 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #1465 from 0xProject/feature/contracts/dutchAuctionWrapper | Greg Hysen | 2019-01-08 | 29 | -140/+1356 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fixed merge conflict from development | Greg Hysen | 2019-01-08 | 3 | -4/+6 | |
| * | | | | | | | | | | | | | Ran prettier | Greg Hysen | 2019-01-08 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | Doc generation working for changes by dutch auction wrapper | Greg Hysen | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | added changelog entry for monorepo-scripts | Greg Hysen | 2019-01-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | Hide dutch auction wrapper from docs -- hopefully this will prevent the "must... | Greg Hysen | 2019-01-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | relaxed version on contract-extension dependencies | Greg Hysen | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Added NetworkID 50 address for dutch auction wrapper | Greg Hysen | 2019-01-08 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | removed manual updte of package.json version | Greg Hysen | 2019-01-08 | 6 | -6/+6 | |
| * | | | | | | | | | | | | | export dutch auction wrapper types from 0x.js | Greg Hysen | 2019-01-08 | 2 | -0/+3 | |
| * | | | | | | | | | | | | | Export dutch auction wrapper in 0x.js | Greg Hysen | 2019-01-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | ran prettier | Greg Hysen | 2019-01-08 | 3 | -4/+6 | |
| * | | | | | | | | | | | | | Minor documentation updates to dutch auction wrapper | Greg Hysen | 2019-01-08 | 4 | -27/+35 | |
| * | | | | | | | | | | | | | `afterAuctionDetails` -> `auctionDetails` | Greg Hysen | 2019-01-08 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | Added @todo for including dutch auction addresses once deployed | Greg Hysen | 2019-01-08 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | Ran prettier & linter | Greg Hysen | 2019-01-08 | 6 | -83/+86 | |
| * | | | | | | | | | | | | | Removed redundant assignment | Greg Hysen | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | removed needless newline on contract-wrappers changelog | Greg Hysen | 2019-01-08 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | removed timestamp from changelog for abi-gen-wrappers | Greg Hysen | 2019-01-08 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | added dutch auction address for testnets | Greg Hysen | 2019-01-08 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | removed .only | Greg Hysen | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | updated relevant changelogs | Greg Hysen | 2019-01-08 | 11 | -6/+52 | |
| * | | | | | | | | | | | | | Added dutch auction utils to contract-wrappers | Greg Hysen | 2019-01-08 | 1 | -0/+144 | |
| * | | | | | | | | | | | | | ran prettier + added changelog entry for contract wrappers | Greg Hysen | 2019-01-08 | 5 | -31/+20 | |
| * | | | | | | | | | | | | | ran prettier | Greg Hysen | 2019-01-08 | 3 | -39/+41 | |
| * | | | | | | | | | | | | | dutch wrapper tests working | Greg Hysen | 2019-01-08 | 3 | -52/+27 | |
| * | | | | | | | | | | | | | all dutchie wrapper tests passing | Greg Hysen | 2019-01-08 | 2 | -108/+76 | |
| * | | | | | | | | | | | | | Progress on dutch auction wrapper. Need to add auction data decoding to it. | Greg Hysen | 2019-01-08 | 3 | -23/+99 | |
| * | | | | | | | | | | | | | Removed unnecessary fields from dutch auction artifacts | Greg Hysen | 2019-01-08 | 1 | -84/+2 | |
| * | | | | | | | | | | | | | Dutch wrapper | Greg Hysen | 2019-01-08 | 15 | -47/+1092 | |
| * | | | | | | | | | | | | | changed name for confusion | Greg Hysen | 2019-01-08 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | Dutch Auction Contract Wrapper | Greg Hysen | 2019-01-08 | 5 | -137/+158 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Optimize SQL queries in pull_missing_blocks (#1458) | Alex Browne | 2019-01-08 | 1 | -19/+20 | |
* | | | | | | | | | | | | | chore(website): update copy on market making page | Brandon Millman | 2019-01-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | fix(website): fix some copy on the market maker page | Brandon Millman | 2019-01-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #1487 from 0xProject/feature/website/market-maker-page | Brandon Millman | 2019-01-08 | 6 | -112/+282 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | chore(website): fix linter | Brandon Millman | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | chore(website): update market making page copy | Brandon Millman | 2019-01-07 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | feat(website): add contact us hero action to market maker page | Brandon Millman | 2019-01-07 | 2 | -15/+30 | |
| * | | | | | | | | | | | | | feat(website): implement market maker form | Brandon Millman | 2019-01-07 | 2 | -63/+184 | |
| * | | | | | | | | | | | | | feat(website): Add support for copper forms in the offers | Brandon Millman | 2019-01-05 | 2 | -29/+50 | |
| * | | | | | | | | | | | | | feat(website): add link underneath the first feature in market maker page | Brandon Millman | 2019-01-05 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | feat(website): update market maker page copy and links | Brandon Millman | 2019-01-05 | 1 | -14/+10 | |
| * | | | | | | | | | | | | | feat(website): add market making section to developers dropdown | Brandon Millman | 2019-01-05 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | feature(website): add market making page | Brandon Millman | 2019-01-04 | 1 | -0/+6 | |
* | | | | | | | | | | | | | | Merge pull request #1363 from 0xProject/feat/order-utils/abiEncoder | Amir Bandeali | 2019-01-08 | 53 | -394/+1104 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Use enums in pipeline | Amir Bandeali | 2019-01-08 | 19 | -59/+75 | |
| * | | | | | | | | | | | | | | Minimize unnecessary type assertions | Amir Bandeali | 2019-01-08 | 12 | -366/+248 | |
| * | | | | | | | | | | | | | | Fix linting errors | Amir Bandeali | 2019-01-08 | 4 | -0/+4 | |
| * | | | | | | | | | | | | | | Add tests for MAP in order watcher | Amir Bandeali | 2019-01-08 | 2 | -1/+209 | |
| * | | | | | | | | | | | | | | Do not export AssetData in 0x.js | Amir Bandeali | 2019-01-08 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | | Add tests for recursive MAP decoding | Amir Bandeali | 2019-01-08 | 4 | -10/+68 | |
| * | | | | | | | | | | | | | | Update CHANGELOGs | Amir Bandeali | 2019-01-08 | 5 | -4/+14 | |
| * | | | | | | | | | | | | | | FIx linting errors | Amir Bandeali | 2019-01-08 | 5 | -1/+9 | |
| * | | | | | | | | | | | | | | Add recursive MultiAsset decoding, store first address in pipeline | Amir Bandeali | 2019-01-08 | 9 | -23/+64 | |
| * | | | | | | | | | | | | | | feat: Add balance and allowance checks for MultiAssetProxy | Amir Bandeali | 2019-01-08 | 1 | -45/+87 | |
| * | | | | | | | | | | | | | | feat: Add fields to OrderRelevantState and change AssetData to SingleAssetData | Amir Bandeali | 2019-01-08 | 2 | -2/+4 | |
| * | | | | | | | | | | | | | | Add individual balances and allowances to OrderRelevantState | Amir Bandeali | 2019-01-08 | 3 | -3/+74 | |
| * | | | | | | | | | | | | | | Do not attempt to parse tokenAddress if decoding data from multiAssetProxy | Amir Bandeali | 2019-01-08 | 5 | -23/+58 | |
| * | | | | | | | | | | | | | | Fix transferFrom to work with MAP | Amir Bandeali | 2019-01-08 | 3 | -21/+48 | |
| * | | | | | | | | | | | | | | Rename functions | Amir Bandeali | 2019-01-08 | 2 | -18/+16 | |
| * | | | | | | | | | | | | | | Add prefix to names of properties in EncodingRules and DecodingRules | Amir Bandeali | 2019-01-08 | 9 | -21/+32 | |
| * | | | | | | | | | | | | | | feat: Export MultiAssetData in types | Amir Bandeali | 2019-01-08 | 3 | -0/+11 | |
| * | | | | | | | | | | | | | | Fix decoding and add tests | Amir Bandeali | 2019-01-08 | 2 | -34/+55 | |
| * | | | | | | | | | | | | | | Run linter | Amir Bandeali | 2019-01-08 | 2 | -1/+5 | |
| * | | | | | | | | | | | | | | Add support for MAP in fill-scenarios | Amir Bandeali | 2019-01-08 | 2 | -40/+45 | |
| * | | | | | | | | | | | | | | Update CHANGELOG | Amir Bandeali | 2019-01-08 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | feat: Add support for MultiAssetProxy | Amir Bandeali | 2019-01-08 | 2 | -55/+131 | |
| * | | | | | | | | | | | | | | fix: Add error message if assetProxyId is not ERC20 or ERC721 | Amir Bandeali | 2019-01-08 | 2 | -7/+27 | |
| * | | | | | | | | | | | | | | Add length check to MultiAsset encoding | Amir Bandeali | 2019-01-08 | 2 | -1/+8 | |
| * | | | | | | | | | | | | | | Update CHANGELOGs | Amir Bandeali | 2019-01-08 | 2 | -0/+13 | |
| * | | | | | | | | | | | | | | Use assetDataUtils instead of IAssetData for encoding MultiAsset values | Amir Bandeali | 2019-01-08 | 2 | -41/+21 | |
| * | | | | | | | | | | | | | | Use new AbiEncoder, add logic for encoding/decoding MultiAsset assetData | Amir Bandeali | 2019-01-08 | 4 | -72/+217 | |
| * | | | | | | | | | | | | | | feat: Add MultiAsset types | Amir Bandeali | 2019-01-08 | 1 | -1/+8 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #1484 from 0xProject/fix/sra-spec/title-tag | Steve Klebanoff | 2019-01-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fix(sra-spec): Add title tag | Steve Klebanoff | 2019-01-04 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #1481 from 0xProject/fix/instant/dropdown-color | Steve Klebanoff | 2019-01-04 | 2 | -17/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | fix(instant): Dropdown hover should be 10% of primary color | Steve Klebanoff | 2019-01-03 | 2 | -17/+24 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #1480 from 0xProject/feature/instant/performance-boost | Francesco Agosti | 2019-01-03 | 30 | -79/+153 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | feat: unmount the token selector when its not displaying | fragosti | 2019-01-03 | 4 | -54/+75 | |
| * | | | | | | | | | | | | feat: dont re-render the token selector on every input change | fragosti | 2019-01-02 | 1 | -8/+31 | |
| * | | | | | | | | | | | | feat: give all stateless components a displayName or make them private | fragosti | 2019-01-02 | 15 | -2/+32 | |
| * | | | | | | | | | | | | feat: use PureComponent instead of Component | fragosti | 2019-01-02 | 16 | -18/+18 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #1470 from 0xProject/feature/website/0x-org-cleanup | Francesco Agosti | 2019-01-02 |