imagesdir = $(datadir)/images/evolution images_DATA = \ briefcase.png \ butterfly.png \ cellphone.png \ envelope.png \ evolution-calendar-mini.png \ evolution-calendar.png \ evolution-contacts-mini.png \ evolution-contacts.png \ evolution-inbox-mini.png \ evolution-inbox.png \ evolution-notes-mini.png \ evolution-notes.png \ evolution-tasks-mini.png \ evolution-tasks.png \ evolution-today.png \ executive-summary-bg.png \ executive-summary-curve.png \ globe.png \ house.png \ malehead.png \ service-close.png \ service-configure.png \ service-down.png \ service-down-disabled.png \ service-left.png \ service-left-disabled.png \ service-right.png \ service-right-disabled.png \ service-up.png \ service-up-disabled.png \ splash.png buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ add-service.png \ compose-message.png \ copy-message.png \ fetch-mail.png \ forward.png \ move-message.png \ reply-to-all.png \ reply.png EXTRA_DIST = \ add-service.png \ attachment.xpm \ compose-message.png \ copy-message.png \ empty.xpm \ fetch-mail.png \ forward.png \ mail-new.xpm \ mail-read.xpm \ mail-replied.xpm \ mark.xpm \ meeting.xpm \ move-message.png \ priority-high.xpm \ priority-low.xpm \ reply.png \ reply-to-all.png \ tree-expanded.xpm \ tree-unexpanded.xpm \ score-lowest.xpm \ score-lower.xpm \ score-low.xpm \ score-normal.xpm \ score-high.xpm \ score-higher.xpm \ score-highest.xpm \ $(images_DATA) tw44/cgit/dexon-sol-tools/about/?h=@0x/website@0.0.65'>aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | * Update packages/sol-trace-based-tools-common/src/source_maps.tsFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | * Update packages/sol-trace-based-tools-common/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | * Update packages/sol-profiler/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | * Update packages/sol-coverage/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | * Update packages/monorepo-scripts/src/test_installation.tsFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | * Bump up the chunk sizeLeonid Logvinov2019-01-091-1/+1
| | | | | | | | | | | | | | * Split installation tests in chunks of 10 to not run out of memoryLeonid Logvinov2019-01-081-34/+39
| | | | | | | | | | | | | | * Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-08129-624/+1130
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1465 from 0xProject/feature/contracts/dutchAuctionWrapperGreg Hysen2019-01-0829-140/+1356
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixed merge conflict from developmentGreg Hysen2019-01-083-4/+6
| * | | | | | | | | | | | | Ran prettierGreg Hysen2019-01-081-1/+9
| * | | | | | | | | | | | | Doc generation working for changes by dutch auction wrapperGreg Hysen2019-01-081-1/+1
| * | | | | | | | | | | | | added changelog entry for monorepo-scriptsGreg Hysen2019-01-081-0/+4
| * | | | | | | | | | | | | Hide dutch auction wrapper from docs -- hopefully this will prevent the "must...Greg Hysen2019-01-081-0/+1
| * | | | | | | | | | | | | relaxed version on contract-extension dependenciesGreg Hysen2019-01-081-1/+1
| * | | | | | | | | | | | | Added NetworkID 50 address for dutch auction wrapperGreg Hysen2019-01-081-2/+1
| * | | | | | | | | | | | | removed manual updte of package.json versionGreg Hysen2019-01-086-6/+6
| * | | | | | | | | | | | | export dutch auction wrapper types from 0x.jsGreg Hysen2019-01-082-0/+3
| * | | | | | | | | | | | | Export dutch auction wrapper in 0x.jsGreg Hysen2019-01-081-0/+1
| * | | | | | | | | | | | | ran prettierGreg Hysen2019-01-083-4/+6
| * | | | | | | | | | | | | Minor documentation updates to dutch auction wrapperGreg Hysen2019-01-084-27/+35
| * | | | | | | | | | | | | `afterAuctionDetails` -> `auctionDetails`Greg Hysen2019-01-082-4/+4
| * | | | | | | | | | | | | Added @todo for including dutch auction addresses once deployedGreg Hysen2019-01-081-2/+6
| * | | | | | | | | | | | | Ran prettier & linterGreg Hysen2019-01-086-83/+86
| * | | | | | | | | | | | | Removed redundant assignmentGreg Hysen2019-01-081-1/+1
| * | | | | | | | | | | | | removed needless newline on contract-wrappers changelogGreg Hysen2019-01-081-2/+1
| * | | | | | | | | | | | | removed timestamp from changelog for abi-gen-wrappersGreg Hysen2019-01-081-2/+1
| * | | | | | | | | | | | | added dutch auction address for testnetsGreg Hysen2019-01-081-3/+3
| * | | | | | | | | | | | | removed .onlyGreg Hysen2019-01-081-1/+1
| * | | | | | | | | | | | | updated relevant changelogsGreg Hysen2019-01-0811-6/+52
| * | | | | | | | | | | | | Added dutch auction utils to contract-wrappersGreg Hysen2019-01-081-0/+144
| * | | | | | | | | | | | | ran prettier + added changelog entry for contract wrappersGreg Hysen2019-01-085-31/+20
| * | | | | | | | | | | | | ran prettierGreg Hysen2019-01-083-39/+41
| * | | | | | | | | | | | | dutch wrapper tests workingGreg Hysen2019-01-083-52/+27
| * | | | | | | | | | | | | all dutchie wrapper tests passingGreg Hysen2019-01-082-108/+76
| * | | | | | | | | | | | | Progress on dutch auction wrapper. Need to add auction data decoding to it.Greg Hysen2019-01-083-23/+99
| * | | | | | | | | | | | | Removed unnecessary fields from dutch auction artifactsGreg Hysen2019-01-081-84/+2
| * | | | | | | | | | | | | Dutch wrapperGreg Hysen2019-01-0815-47/+1092
| * | | | | | | | | | | | | changed name for confusionGreg Hysen2019-01-081-7/+6
| * | | | | | | | | | | | | Dutch Auction Contract WrapperGreg Hysen2019-01-085-137/+158
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Optimize SQL queries in pull_missing_blocks (#1458)Alex Browne2019-01-081-19/+20
* | | | | | | | | | | | | chore(website): update copy on market making pageBrandon Millman2019-01-081-1/+1
* | | | | | | | | | | | | fix(website): fix some copy on the market maker pageBrandon Millman2019-01-081-1/+1
* | | | | | | | | | | | | Merge pull request #1487 from 0xProject/feature/website/market-maker-pageBrandon Millman2019-01-086-112/+282
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | chore(website): fix linterBrandon Millman2019-01-081-1/+1
| * | | | | | | | | | | | | chore(website): update market making page copyBrandon Millman2019-01-071-5/+5
| * | | | | | | | | | | | | feat(website): add contact us hero action to market maker pageBrandon Millman2019-01-072-15/+30
| * | | | | | | | | | | | | feat(website): implement market maker formBrandon Millman2019-01-072-63/+184
| * | | | | | | | | | | | | feat(website): Add support for copper forms in the offersBrandon Millman2019-01-052-29/+50
| * | | | | | | | | | | | | feat(website): add link underneath the first feature in market maker pageBrandon Millman2019-01-051-0/+7
| * | | | | | | | | | | | | feat(website): update market maker page copy and linksBrandon Millman2019-01-051-14/+10
| * | | | | | | | | | | | | feat(website): add market making section to developers dropdownBrandon Millman2019-01-051-0/+4
| * | | | | | | | | | | | | feature(website): add market making pageBrandon Millman2019-01-041-0/+6
* | | | | | | | | | | | | | Merge pull request #1363 from 0xProject/feat/order-utils/abiEncoderAmir Bandeali2019-01-0853-394/+1104
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use enums in pipelineAmir Bandeali2019-01-0819-59/+75
| * | | | | | | | | | | | | | Minimize unnecessary type assertionsAmir Bandeali2019-01-0812-366/+248
| * | | | | | | | | | | | | | Fix linting errorsAmir Bandeali2019-01-084-0/+4
| * | | | | | | | | | | | | | Add tests for MAP in order watcherAmir Bandeali2019-01-082-1/+209
| * | | | | | | | | | | | | | Do not export AssetData in 0x.jsAmir Bandeali2019-01-082-3/+2
| * | | | | | | | | | | | | | Add tests for recursive MAP decodingAmir Bandeali2019-01-084-10/+68
| * | | | | | | | | | | | | | Update CHANGELOGsAmir Bandeali2019-01-085-4/+14
| * | | | | | | | | | | | | | FIx linting errorsAmir Bandeali2019-01-085-1/+9
| * | | | | | | | | | | | | | Add recursive MultiAsset decoding, store first address in pipelineAmir Bandeali2019-01-089-23/+64
| * | | | | | | | | | | | | | feat: Add balance and allowance checks for MultiAssetProxyAmir Bandeali2019-01-081-45/+87
| * | | | | | | | | | | | | | feat: Add fields to OrderRelevantState and change AssetData to SingleAssetDataAmir Bandeali2019-01-082-2/+4
| * | | | | | | | | | | | | | Add individual balances and allowances to OrderRelevantStateAmir Bandeali2019-01-083-3/+74
| * | | | | | | | | | | | | | Do not attempt to parse tokenAddress if decoding data from multiAssetProxyAmir Bandeali2019-01-085-23/+58
| * | | | | | | | | | | | | | Fix transferFrom to work with MAPAmir Bandeali2019-01-083-21/+48
| * | | | | | | | | | | | | | Rename functionsAmir Bandeali2019-01-082-18/+16
| * | | | | | | | | | | | | | Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-089-21/+32
| * | | | | | | | | | | | | | feat: Export MultiAssetData in typesAmir Bandeali2019-01-083-0/+11
| * | | | | | | | | | | | | | Fix decoding and add testsAmir Bandeali2019-01-082-34/+55
| * | | | | | | | | | | | | | Run linterAmir Bandeali2019-01-082-1/+5
| * | | | | | | | | | | | | | Add support for MAP in fill-scenariosAmir Bandeali2019-01-082-40/+45
| * | | | | | | | | | | | | | Update CHANGELOGAmir Bandeali2019-01-081-0/+9
| * | | | | | | | | | | | | | feat: Add support for MultiAssetProxyAmir Bandeali2019-01-082-55/+131
| * | | | | | | | | | | | | | fix: Add error message if assetProxyId is not ERC20 or ERC721Amir Bandeali2019-01-082-7/+27
| * | | | | | | | | | | | | | Add length check to MultiAsset encodingAmir Bandeali2019-01-082-1/+8
| * | | | | | | | | | | | | | Update CHANGELOGsAmir Bandeali2019-01-082-0/+13
| * | | | | | | | | | | | | | Use assetDataUtils instead of IAssetData for encoding MultiAsset valuesAmir Bandeali2019-01-082-41/+21
| * | | | | | | | | | | | | | Use new AbiEncoder, add logic for encoding/decoding MultiAsset assetDataAmir Bandeali2019-01-084-72/+217
| * | | | | | | | | | | | | | feat: Add MultiAsset typesAmir Bandeali2019-01-081-1/+8
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #1484 from 0xProject/fix/sra-spec/title-tagSteve Klebanoff2019-01-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | fix(sra-spec): Add title tagSteve Klebanoff2019-01-041-2/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #1481 from 0xProject/fix/instant/dropdown-colorSteve Klebanoff2019-01-042-17/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix(instant): Dropdown hover should be 10% of primary colorSteve Klebanoff2019-01-032-17/+24
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1480 from 0xProject/feature/instant/performance-boostFrancesco Agosti2019-01-0330-79/+153
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | feat: unmount the token selector when its not displayingfragosti2019-01-034-54/+75
| * | | | | | | | | | | | feat: dont re-render the token selector on every input changefragosti2019-01-021-8/+31
| * | | | | | | | | | | | feat: give all stateless components a displayName or make them privatefragosti2019-01-0215-2/+32
| * | | | | | | | | | | | feat: use PureComponent instead of Componentfragosti2019-01-0216-18/+18
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1470 from 0xProject/feature/website/0x-org-cleanupFrancesco Agosti2019-01-02