aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Fix isBigNumber check for the new versionLeonid Logvinov2019-01-151-1/+1
|
* Fix linting errorLeonid Logvinov2019-01-151-1/+1
|
* Apply prettierLeonid Logvinov2019-01-153-5/+8
|
* Upgrade chai-bignumberLeonid Logvinov2019-01-1510-10/+13
|
* Upgrade bignumber.js versionLeonid Logvinov2019-01-1546-110/+110
|
* Publishethereum-types@1.1.6@0x/website@0.0.66@0x/web3-wrapper@3.2.4@0x/utils@3.0.1@0x/typescript-typings@3.0.8@0x/types@1.5.2@0x/tslint-config@2.0.2@0x/testnet-faucets@1.0.63@0x/subproviders@2.1.11@0x/sra-spec@1.0.16@0x/sol-tracing-utils@4.0.0@0x/sol-trace@1.0.2@0x/sol-resolver@1.2.3@0x/sol-profiler@1.0.2@0x/sol-doc@1.0.14@0x/sol-coverage@1.0.2@0x/sol-compiler@2.0.2@0x/react-shared@1.1.2@0x/react-docs@1.0.25@0x/pipeline@1.0.5@0x/order-watcher@2.4.2@0x/order-utils@3.1.2@0x/monorepo-scripts@1.0.18@0x/migrations@2.4.0@0x/metacoin@0.0.35@0x/json-schemas@2.1.7@0x/instant@1.0.7@0x/fill-scenarios@1.1.2@0x/dev-utils@1.0.24@0x/dev-tools-pages@0.0.13@0x/contracts-utils@1.0.5@0x/contracts-tokens@1.0.5@0x/contracts-test-utils@2.0.0@0x/contracts-protocol@2.2.2@0x/contracts-multisig@1.0.5@0x/contracts-libs@1.0.5@0x/contracts-interfaces@1.0.5@0x/contracts-extensions@1.2.2@0x/contracts-examples@1.0.5@0x/contract-wrappers@5.0.0@0x/contract-artifacts@1.3.0@0x/contract-addresses@2.2.0@0x/connect@3.0.13@0x/base-contract@3.0.13@0x/asset-buyer@4.0.1@0x/assert@1.0.23@0x/abi-gen@1.0.22@0x/abi-gen-wrappers@2.2.0@0x/abi-gen-templates@1.0.20x.js@3.0.2Leonid Logvinov2019-01-1541-309/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.2 - @0x/abi-gen@1.0.22 - @0x/abi-gen-templates@1.0.2 - @0x/abi-gen-wrappers@2.2.0 - @0x/assert@1.0.23 - @0x/asset-buyer@4.0.1 - @0x/base-contract@3.0.13 - @0x/connect@3.0.13 - @0x/contract-addresses@2.2.0 - @0x/contract-artifacts@1.3.0 - @0x/contract-wrappers@5.0.0 - @0x/dev-tools-pages@0.0.13 - @0x/dev-utils@1.0.24 - ethereum-types@1.1.6 - @0x/fill-scenarios@1.1.2 - @0x/instant@1.0.7 - @0x/json-schemas@2.1.7 - @0x/metacoin@0.0.35 - @0x/migrations@2.4.0 - @0x/monorepo-scripts@1.0.18 - @0x/order-utils@3.1.2 - @0x/order-watcher@2.4.2 - @0x/pipeline@1.0.5 - @0x/react-docs@1.0.25 - @0x/react-shared@1.1.2 - @0x/sol-compiler@2.0.2 - @0x/sol-coverage@1.0.2 - @0x/sol-doc@1.0.14 - @0x/sol-profiler@1.0.2 - @0x/sol-resolver@1.2.3 - @0x/sol-trace@1.0.2 - @0x/sol-tracing-utils@4.0.0 - @0x/sra-spec@1.0.16 - @0x/subproviders@2.1.11 - @0x/testnet-faucets@1.0.63 - @0x/tslint-config@2.0.2 - @0x/types@1.5.2 - @0x/typescript-typings@3.0.8 - @0x/utils@3.0.1 - @0x/web3-wrapper@3.2.4 - @0x/website@0.0.66 - @0x/contracts-examples@1.0.5 - @0x/contracts-extensions@1.2.2 - @0x/contracts-interfaces@1.0.5 - @0x/contracts-libs@1.0.5 - @0x/contracts-multisig@1.0.5 - @0x/contracts-protocol@2.2.2 - @0x/contracts-test-utils@2.0.0 - @0x/contracts-tokens@1.0.5 - @0x/contracts-utils@1.0.5
* Updated CHANGELOGSLeonid Logvinov2019-01-1569-261/+505
|
* Merge pull request #1498 from 0xProject/fix/sol-covLeonid Logvinov2019-01-1523-81/+226
|\ | | | | Sol tracing fixes
| * Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-151-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Make mapping namings directLeonid Logvinov2019-01-1510-40/+40
| |
| * Remove unused tslint disableLeonid Logvinov2019-01-151-3/+2
| |
| * Revert "Remove logAsyncErrors hack"Leonid Logvinov2019-01-151-34/+44
| | | | | | | | This reverts commit 7ea274b7316ddc40298a66278a14a735cfd314de.
| * Remove logAsyncErrors hackLeonid Logvinov2019-01-151-44/+34
| |
| * Refactor logAsyncErrors to follow our conventionsLeonid Logvinov2019-01-151-7/+8
| |
| * Export Sources and SourceCodes out of tracing utilsLeonid Logvinov2019-01-154-0/+8
| |
| * Rename mappins to have a direct naming scheme instead of a reverse oneLeonid Logvinov2019-01-146-26/+26
| |
| * Add SourceCodes and Sources typesLeonid Logvinov2019-01-141-2/+9
| |
| * Add a link to tracing examplesLeonid Logvinov2019-01-141-0/+2
| |
| * Update packages/sol-tracing-utils/src/source_maps.tsFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Update packages/sol-tracing-utils/src/trace_info_subprovider.tsFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Update packages/sol-tracing-utils/src/source_maps.tsFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * Apply prettierLeonid Logvinov2019-01-141-14/+7
| |
| * Use custom JS tracer only if the node is gethLeonid Logvinov2019-01-141-22/+36
| |
| * Add CHANGELOG entriesLeonid Logvinov2019-01-141-6/+38
| |
| * Merge developmentLeonid Logvinov2019-01-14242-1702/+1946
| |\
| * | Fix linterLeonid Logvinov2019-01-141-2/+2
| | |
| * | Fix the bug with incorrect source maps parsing by changing contract data ↵Leonid Logvinov2019-01-145-15/+24
| | | | | | | | | | | | from an array to a mapping
| * | Add utils.isRangeEqual to sol-profilerLeonid Logvinov2019-01-141-0/+6
| | |
| * | Add assembly statements to AST VisitorLeonid Logvinov2019-01-141-0/+33
| | |
| * | Use a custom JS tracerLeonid Logvinov2019-01-141-17/+18
| | |
| * | Revert CHANGELOG changesLeonid Logvinov2019-01-111-187/+336
| | |
| * | Remove generated wrappersLeonid Logvinov2019-01-1134-30044/+0
| | |
| * | Remove generated artifactsLeonid Logvinov2019-01-1136-21500/+0
| | |
| * | Generate blocks at interval for truffleRemco Bloemen2019-01-111-1/+1
| | |
| * | Use tracer for debug tracesRemco Bloemen2019-01-111-5/+21
| | |
| * | Capture errors in next callbacksRemco Bloemen2019-01-111-3/+21
| | |
| * | Throw error when source location is missingRemco Bloemen2019-01-111-2/+6
| | |
| * | Fix typoRemco Bloemen2019-01-111-1/+1
| | |
| * | Add tracer params typeRemco Bloemen2019-01-111-0/+2
| | |
| * | Re-add changelog for 0x.jsFabio Berger2019-01-1171-336/+51731
| | |
* | | Merge pull request #1503 from 0xProject/feature/multi-asset-proxy-migrationJacob Evans2019-01-1513-54/+1222
|\ \ \ | | | | | | | | Add MultiAssetProxy Migration
| * | | Update prettier changelogsJacob Evans2019-01-142-6/+3
| | | |
| * | | Update contract addressesJacob Evans2019-01-141-4/+4
| | | |
| * | | Update hardcoded token addressesJacob Evans2019-01-121-6/+6
| | | |
| * | | Group similar setup transactionsJacob Evans2019-01-121-6/+9
| | | |
| * | | Register ERC20/721 into MAPJacob Evans2019-01-122-22/+30
| | | |
| * | | chore(changelogs): Update changelogs with PRJacob Evans2019-01-122-2/+4
| | | |
| * | | feature(migrations): Add MultiAssetProxy MigrationJacob Evans2019-01-1212-36/+1194
| | |/ | |/|
* | | Merge pull request #1514 from 0xProject/bug/exchange-wrapper-matchOrdersJacob Evans2019-01-152-4/+4
|\ \ \ | | | | | | | | Remove optimization from matchOrdersAsync in Exchange wrapper
| * | | Remove matchOrders optimizationJacob Evans2019-01-122-11/+5
| | | |
| * | | PrettierJacob Evans2019-01-121-32/+16
| | | |
| * | | Update PR numberJacob Evans2019-01-121-1/+2
| | | |
| * | | bug(exchange-wrapper): matchOrdersAsync input param mutationJacob Evans2019-01-122-24/+45
| | | |
* | | | Replace console.log with logUtils.log (#1515)F. Eugene Aumson2019-01-158-66/+68
| | | |
* | | | Merge pull request #1475 from 0xProject/feature/monorepo/useNewAbiEncoderGreg Hysen2019-01-1542-4497/+1912
|\ \ \ \ | | | | | | | | | | Use Compressed Calldata in Contract Wrappers
| * | | | strict decoding of return values using genericsGreg Hysen2019-01-1517-332/+815
| | | | |
| * | | | Ran prettierGreg Hysen2019-01-152-6/+18
| | | | |
| * | | | LinterGreg Hysen2019-01-151-2/+6
| | | | |
| * | | | Fix build after rebaseGreg Hysen2019-01-152-2/+2
| | | | |
| * | | | Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-156-20/+21
| | | | |
| * | | | Updated dutch auction wrapperGreg Hysen2019-01-151-91/+13
| | | | |
| * | | | Added back abi-gen-wrappersGreg Hysen2019-01-1514-0/+9474
| | | | |
| * | | | Renamed signatureParser.ts to signature_parser.tsGreg Hysen2019-01-152-1/+1
| | | | |
| * | | | Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects`Greg Hysen2019-01-153-39/+39
| | | | |
| * | | | Ran linterGreg Hysen2019-01-152-2/+11
| | | | |
| * | | | Removed console log from handlebarsGreg Hysen2019-01-151-1/+0
| | | | |
| * | | | `let` -> `const` in callAsyncGreg Hysen2019-01-152-7/+7
| | | | |
| * | | | Ran prettier and linterGreg Hysen2019-01-1514-191/+193
| | | | |
| * | | | Decodes revert reason as array to appease GethGreg Hysen2019-01-151-1/+1
| | | | |
| * | | | Ran prettierGreg Hysen2019-01-1510-71/+75
| | | | |
| * | | | Use string argument encoding with new encoderGreg Hysen2019-01-156-48/+36
| | | | |
| * | | | Finished porting new abi encoder to contractsGreg Hysen2019-01-1521-9883/+38
| | | | |
| * | | | Generalized `create` for signature / dataItems. Cleaner.Greg Hysen2019-01-154-187/+166
| | | | |
| * | | | Abi Encoder tests fixed + added a signature parser for cases where ↵Greg Hysen2019-01-1520-73/+449
| | | | | | | | | | | | | | | | | | | | MethodAbi/DataItems are not readily available
| * | | | Works for almost all testsGreg Hysen2019-01-1516-1057/+323
| | | | |
| * | | | Working for almost every testGreg Hysen2019-01-1519-958/+303
| | | | |
| * | | | Ensure that addresses are lower caseGreg Hysen2019-01-151-1/+2
| | | | |
| * | | | ProgressGreg Hysen2019-01-1520-2811/+1206
| | |/ / | |/| |
* / | | Update react-highlight dep in website to latest commitBrandon Millman2019-01-151-1/+1
|/ / /
* | | Revert "hack: force redux and redux-devtools to work for build"fragosti2019-01-121-2/+2
| | | | | | | | | | | | This reverts commit 500d8fc86b4f3227007556d05b33e9a8dcd27c7f.
* | | upgrade react in react-docs and react-shared, install dependencies in ↵fragosti2019-01-123-6/+8
| | | | | | | | | | | | website that are mysteriously missing
* | | Revert "fix: make version consisten for react, react-dom and styled-components'"fragosti2019-01-121-1/+2
| | | | | | | | | | | | This reverts commit 89c5d657a74a1ec03141192a697f4156daee15a5.
* | | feat: upgrade styled-components and remove ununsed basscss importfragosti2019-01-122-2/+2
| | |
* | | hack: force redux and redux-devtools to work for buildfragosti2019-01-121-2/+2
| | |
* | | fix: make version consisten for react, react-dom and styled-components'fragosti2019-01-121-2/+1
| | |
* | | fix: use basscss from css file instead of modulefragosti2019-01-123-1/+2
|/ /
* | Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-1233-271/+461
| |
* | Publishethereum-types@1.1.5@0x/website@0.0.65@0x/web3-wrapper@3.2.3@0x/utils@3.0.0@0x/typescript-typings@3.0.7@0x/types@1.5.1@0x/tslint-config@2.0.1@0x/testnet-faucets@1.0.62@0x/subproviders@2.1.10@0x/sra-spec@1.0.15@0x/sol-tracing-utils@3.0.0@0x/sol-trace@1.0.1@0x/sol-resolver@1.2.2@0x/sol-profiler@1.0.1@0x/sol-doc@1.0.13@0x/sol-coverage@1.0.1@0x/sol-compiler@2.0.1@0x/react-shared@1.1.1@0x/react-docs@1.0.24@0x/pipeline@1.0.4@0x/order-watcher@2.4.1@0x/order-utils@3.1.1@0x/monorepo-scripts@1.0.17@0x/migrations@2.3.1@0x/metacoin@0.0.34@0x/json-schemas@2.1.6@0x/instant@1.0.6@0x/fill-scenarios@1.1.1@0x/dev-utils@1.0.23@0x/dev-tools-pages@0.0.12@0x/contracts-utils@1.0.4@0x/contracts-tokens@1.0.4@0x/contracts-test-utils@1.0.4@0x/contracts-protocol@2.2.1@0x/contracts-multisig@1.0.4@0x/contracts-libs@1.0.4@0x/contracts-interfaces@1.0.4@0x/contracts-extensions@1.2.1@0x/contracts-examples@1.0.4@0x/contract-wrappers@4.2.1@0x/connect@3.0.12@0x/base-contract@3.0.12@0x/asset-buyer@4.0.0@0x/assert@1.0.22@0x/abi-gen@1.0.21@0x/abi-gen-wrappers@2.1.10x.js@3.0.1Fabio Berger2019-01-1238-293/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.1 - @0x/abi-gen@1.0.21 - @0x/abi-gen-wrappers@2.1.1 - @0x/assert@1.0.22 - @0x/asset-buyer@4.0.0 - @0x/base-contract@3.0.12 - @0x/connect@3.0.12 - @0x/contract-wrappers@4.2.1 - @0x/dev-tools-pages@0.0.12 - @0x/dev-utils@1.0.23 - ethereum-types@1.1.5 - @0x/fill-scenarios@1.1.1 - @0x/instant@1.0.6 - @0x/json-schemas@2.1.6 - @0x/metacoin@0.0.34 - @0x/migrations@2.3.1 - @0x/monorepo-scripts@1.0.17 - @0x/order-utils@3.1.1 - @0x/order-watcher@2.4.1 - @0x/pipeline@1.0.4 - @0x/react-docs@1.0.24 - @0x/react-shared@1.1.1 - @0x/sol-compiler@2.0.1 - @0x/sol-coverage@1.0.1 - @0x/sol-doc@1.0.13 - @0x/sol-profiler@1.0.1 - @0x/sol-resolver@1.2.2 - @0x/sol-trace@1.0.1 - @0x/sol-tracing-utils@3.0.0 - @0x/sra-spec@1.0.15 - @0x/subproviders@2.1.10 - @0x/testnet-faucets@1.0.62 - @0x/tslint-config@2.0.1 - @0x/types@1.5.1 - @0x/typescript-typings@3.0.7 - @0x/utils@3.0.0 - @0x/web3-wrapper@3.2.3 - @0x/website@0.0.65 - @0x/contracts-examples@1.0.4 - @0x/contracts-extensions@1.2.1 - @0x/contracts-interfaces@1.0.4 - @0x/contracts-libs@1.0.4 - @0x/contracts-multisig@1.0.4 - @0x/contracts-protocol@2.2.1 - @0x/contracts-test-utils@1.0.4 - @0x/contracts-tokens@1.0.4 - @0x/contracts-utils@1.0.4
* | Updated CHANGELOGSFabio Berger2019-01-1262-3/+412
| |
* | Merge pull request #1500 from 0xProject/update-prettier-versionFabio B2019-01-11136-1126/+768
|\ \ | |/ |/| Update prettier to version ^1.15.3
| * Rebase and re-apply prettierAlex Browne2019-01-114-9/+13
| |
| * Update prettier to version ^1.15.3Alex Browne2019-01-11133-1117/+755
| |
* | upgrade to ddex api v3 (#1507)Xianny2019-01-114-16/+31
|/
* Add new deployment related instructions to pipeline README (#1499)Alex Browne2019-01-111-0/+17
| | | | | | | | * Add new deployment related instructions to pipeline README * Apply prettier * Respond to PR feedback
* feature: implement logging and friendly wallet name for Operafragosti2019-01-113-3/+8
|
* Merge pull request #1501 from ↵Francesco Agosti2019-01-112-1/+10
|\ | | | | | | | | 0xProject/fix/utils/promisify-not-accounting-for-undefined-error [utils] account for undefined errors in promisify, not only null (and fix instant in Opera)
| * chore: changelog updatefragosti2019-01-101-0/+9
| |
| * fix: account for undefined errors in promisify, not only nullfragosti2019-01-101-1/+1
| |
* | Fix prettierLeonid Logvinov2019-01-103-6/+3
| |
* | Add missing dependenciesLeonid Logvinov2019-01-101-0/+3
| |
* | Merge developmentLeonid Logvinov2019-01-10242-1353/+7066
|\ \
| * \ Merge pull request #1482 from 0xProject/feature/monorepo/release-notesSteve Klebanoff2019-01-106-2/+53
| |\ \ | | | | | | | | [monorepo-scripts] Automatically alert new release to Discord
| | * \ Merge branch 'feature/monorepo/release-notes' of ↵Steve Klebanoff2019-01-081-1/+1
| | |\ \ | | | | | | | | | | | | | | | github.com:0xProject/0x-monorepo into feature/monorepo/release-notes
| | | * | Use explicit undefined checkFabio B2019-01-081-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: steveklebanoff <steve@0xproject.com>
| | * | | Make error message less scarySteve Klebanoff2019-01-081-1/+1
| | |/ /
| | * | Return void and throw error instead of logging and returning booleanSteve Klebanoff2019-01-051-4/+3
| | | |
| | * | Add async suffixSteve Klebanoff2019-01-052-3/+3
| | | |
| | * | Use constantSteve Klebanoff2019-01-032-1/+2
| | | |
| | * | await alerting discordSteve Klebanoff2019-01-031-1/+1
| | | |
| | * | Merge branch 'development' into feature/monorepo/release-notesSteve Klebanoff2019-01-03270-4073/+661
| | |\ \
| | * | | remove unused exportSteve Klebanoff2019-01-031-1/+1
| | | | |
| | * | | feat(monorepo-scripts): Alert to discord when new publish happensSteve Klebanoff2019-01-036-3/+54
| | | | |
| * | | | Merge pull request #1437 from 0xProject/feature/instant/tell-amount-availableSteve Klebanoff2019-01-1012-17/+273
| |\ \ \ \ | | |_|_|/ | |/| | | [instant] Tell user how much of an asset is available
| | * | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2019-01-10317-1855/+9504
| | |\ \ \
| | * | | | Add PR numberSteve Klebanoff2019-01-041-1/+2
| | | | | |
| | * | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2019-01-03271-4065/+647
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | take out no-longer necessary testSteve Klebanoff2019-01-031-6/+1
| | | | | |
| | * | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-222-10/+16
| | |\ \ \ \
| | * | | | | Fix var name and use floor instead of .round(0, ROUND_DOWN)Steve Klebanoff2018-12-221-9/+7
| | | | | | |
| | * | | | | Make amountAvailableToFill requiredSteve Klebanoff2018-12-223-8/+3
| | | | | | |
| | * | | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-22299-1047/+9565
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | more documentationSteve Klebanoff2018-12-151-0/+6
| | | | | | |
| | * | | | | Fix for asset-buyer documentationSteve Klebanoff2018-12-151-0/+1
| | | | | | |
| | * | | | | rename boolean varSteve Klebanoff2018-12-151-3/+3
| | | | | | |
| | * | | | | one more test for undefinedSteve Klebanoff2018-12-151-1/+6
| | | | | | |
| | * | | | | Update asset-buyer changelog describing error changeSteve Klebanoff2018-12-151-0/+8
| | | | | | |
| | * | | | | Only send in amountAvailableToFill if it's a non-zero amount, add additional ↵Steve Klebanoff2018-12-157-104/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tests and nest, and put error into its own file
| | * | | | | Nesting errorsSteve Klebanoff2018-12-151-23/+25
| | | | | | |
| | * | | | | More tests for assetBuyerErrorMessageSteve Klebanoff2018-12-151-3/+38
| | | | | | |
| | * | | | | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ↵Steve Klebanoff2018-12-158-9/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in instant
| | * | | | | feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-154-9/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: A custom InsufficientAssetLiquidityError error is now raised when there is insufficient liquidity
| * | | | | | Merge pull request #1489 from 0xProject/fix/website/0x-org-endpointsFrancesco Agosti2019-01-103-6/+8
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | [website] Audit and fix 0x.org migration URLs
| | * | | | | fix: use getBackendBaseUrl instead of hardcoded stringfragosti2019-01-092-2/+4
| | | | | | |
| | * | | | | fix: use new forum URLfragosti2019-01-091-2/+2
| | | | | | |
| | * | | | | fix: use old forum URL for nowfragosti2019-01-081-2/+2
| | | | | | |
| | * | | | | chore: point to 0x.org website-apifragosti2019-01-081-2/+2
| | | | | | |
| | * | | | | fix: CORS issue by accessing 0x geth nodes through 0x.org endpointfragosti2019-01-081-2/+2
| | | | | | |
| * | | | | | Merge pull request #1249 from bakkenbaeck/dev-tools-pagesFabio B2019-01-0982-1039/+2464
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Dev tools pages
| | * \ \ \ \ \ Merge developmentLeonid Logvinov2019-01-0991-238/+529
| | |\ \ \ \ \ \
| | * | | | | | | Pin @types/styled-components versionsLeonid Logvinov2019-01-095-5/+5
| | | | | | | | |
| | * | | | | | | Remove accidentally commited filesLeonid Logvinov2019-01-0970-51510/+0
| | | | | | | | |
| | * | | | | | | Merge developmentLeonid Logvinov2019-01-09999-31757/+81927
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix static testsLeonid Logvinov2019-01-092-7/+7
| | | | | | | | | |
| | * | | | | | | | Remove redundant semicolonsLeonid Logvinov2019-01-092-3/+3
| | | | | | | | | |
| | * | | | | | | | fix puppeteer options for react-snapAugust Skare2018-11-211-1/+5
| | | | | | | | | |
| | * | | | | | | | fix casing for entries in webpackAugust Skare2018-11-211-4/+4
| | | | | | | | | |
| | * | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-2195-81/+1382
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | comment for commented BundleAnalyzerPlugin webpack pluginAugust Skare2018-11-201-0/+1
| | | | | | | | | | |
| | * | | | | | | | | fix type for svg icon in footerAugust Skare2018-11-201-1/+1
| | | | | | | | | | |
| | * | | | | | | | | typedef for context dataAugust Skare2018-11-205-5/+20
| | | | | | | | | | |
| | * | | | | | | | | fix import orderAugust Skare2018-11-205-5/+5
| | | | | | | | | | |
| | * | | | | | | | | uniq export names for animationsAugust Skare2018-11-208-15/+15
| | | | | | | | | | |
| | * | | | | | | | | use lodash.map insted of array.mapAugust Skare2018-11-204-22/+23
| | | | | | | | | | |
| | * | | | | | | | | use lodash isUndefined functionAugust Skare2018-11-202-5/+7
| | | | | | | | | | |
| | * | | | | | | | | fix imports after renamingAugust Skare2018-11-2015-65/+65
| | | | | | | | | | |
| | * | | | | | | | | rename all files and directories to lowercaseAugust Skare2018-11-2030-0/+0
| | | | | | | | | | |
| | * | | | | | | | | separate component for inlinecode componentAugust Skare2018-11-191-1/+5
| | | | | | | | | | |
| | * | | | | | | | | added missing ;August Skare2018-11-191-1/+1
| | | | | | | | | | |
| | * | | | | | | | | cleand up code componentAugust Skare2018-11-191-22/+17
| | | | | | | | | | |
| | * | | | | | | | | strict check for children in contentblockAugust Skare2018-11-191-1/+1
| | | | | | | | | | |
| | * | | | | | | | | type function call for Container in Animation classAugust Skare2018-11-191-2/+5
| | | | | | | | | | |
| | * | | | | | | | | remove new-lines between methods in classesAugust Skare2018-11-192-8/+0
| | | | | | | | | | |
| | * | | | | | | | | clean up tabs componentAugust Skare2018-11-191-27/+17
| | | | | | | | | | |
| | * | | | | | | | | remove unnecessary children in InterfaceAugust Skare2018-11-197-22/+4
| | | | | | | | | | |
| | * | | | | | | | | fix typings for components in headerAugust Skare2018-11-191-6/+3
| | | | | | | | | | |
| | * | | | | | | | | use styled-components theme in logo insted of color propAugust Skare2018-11-191-3/+3
| | | | | | | | | | |
| | * | | | | | | | | removed unused prop def from footer componentAugust Skare2018-11-191-4/+1
| | | | | | | | | | |
| | * | | | | | | | | rename copied to didCopy in Code stateAugust Skare2018-11-191-5/+5
| | | | | | | | | | |
| | * | | | | | | | | remove constructor from Code componentAugust Skare2018-11-191-5/+0
| | | | | | | | | | |
| | * | | | | | | | | less verbose tslint disable ruleAugust Skare2018-11-191-2/+1
| | | | | | | | | | |
| | * | | | | | | | | fix timeout type in animation componentAugust Skare2018-11-191-2/+2
| | | | | | | | | | |
| | * | | | | | | | | fixed base link styling colorAugust Skare2018-11-162-4/+8
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-16162-534/+1879
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fix linting + code syntax for statless componentsAugust Skare2018-11-1636-843/+844
| | | | | | | | | | | |
| | * | | | | | | | | | update styled-component and styled-component typingsAugust Skare2018-11-161-4/+4
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-1387-270/+654
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-131042-61362/+27568
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | remove unused dependeciesAugust Skare2018-11-121-3/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | better positioning of hero animationAugust Skare2018-11-071-4/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | lower deboune on animation resizeAugust Skare2018-11-071-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix alignment on list bullestAugust Skare2018-11-071-8/+9
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | visual tweaks in code componentAugust Skare2018-11-071-7/+13
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | styling adjustment in uniq componentsAugust Skare2018-11-072-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | align 0x logo in footerAugust Skare2018-11-071-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | right align icons in trace componentAugust Skare2018-11-071-1/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | more spacing on footer itemsAugust Skare2018-11-071-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | break compiler cards on an earlier breakpointAugust Skare2018-11-071-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | new og imagesAugust Skare2018-11-074-0/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | new hero animation using bodymovin and lottieAugust Skare2018-11-0724-46/+204
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | copy changesAugust Skare2018-11-074-10/+8
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix issues in code elementAugust Skare2018-11-061-0/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix large button on small screensAugust Skare2018-11-061-3/+10
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | rename pesudo element in code gutterAugust Skare2018-10-302-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix code highlighting with ...August Skare2018-10-304-16/+31
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | remove outline on buttonsAugust Skare2018-10-301-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | button tweaksAugust Skare2018-10-301-8/+15
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | optional copy button in code componentAugust Skare2018-10-302-3/+6
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | change footer copyAugust Skare2018-10-301-2/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix link to 0x in headerAugust Skare2018-10-301-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fixes/august (#12)August Skare2018-10-2918-58/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix button dimensions * fix footer hover color * breakout in trace component * fix padding on button on small screens * fix title with content on small screens * sizing adjustment in intro component * intro component adjustments * container size adjustments * meta og images * fixed gutter size * trace component fix + breakout fix * show copy button if touch device * responsive hero animation
| | * | | | | | | | | | | | Feature/feedbacktweaks (#11)August Skare2018-10-295-24/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo * Fix 1px line showing in middle of divs * Increase inline code padding by 2px * Make masonry block not full width on screens larger than mobile * Align list items * Change button text to copied if it's been copied
| | * | | | | | | | | | | | update content in tabsAugust Skare2018-10-264-15/+64
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix props drilling to far downAugust Skare2018-10-261-12/+11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | alernate prop on inlinecode componentAugust Skare2018-10-262-3/+9
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix button position in code componentAugust Skare2018-10-261-17/+22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix scrollbars in code componentsAugust Skare2018-10-261-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fixed links in footerAugust Skare2018-10-265-27/+24
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | new hover stylingAugust Skare2018-10-267-3/+11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | new faviconsAugust Skare2018-10-264-0/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix line-height in lead componentAugust Skare2018-10-261-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | center logo textAugust Skare2018-10-261-2/+7
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | update codeblock in trace componentAugust Skare2018-10-261-1/+11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | text color in trace componentAugust Skare2018-10-261-7/+12
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | 14px fontsize on codeAugust Skare2018-10-261-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | update text color on dark backgroundAugust Skare2018-10-261-0/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | update content on copiler pageAugust Skare2018-10-261-2/+16
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix dom elements type in introAugust Skare2018-10-253-7/+11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | breakpoint on medium in intro componentAugust Skare2018-10-251-13/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | add json support to highlightAugust Skare2018-10-251-0/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Updates intro componentMegan Pearson2018-10-251-7/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/dev-tools-pages' into dev-tools-pagesMegan Pearson2018-10-253-22/+35
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Updates intro component (#10)Megan Pearson2018-10-253-22/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates intro component * Remove unused Inner * Use Breakout component in Intro
| | * | | | | | | | | | | | | Fixed typosMegan Pearson2018-10-252-6/+6
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Feature/syntaxhighlighting (#9)August Skare2018-10-257-52/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip code highlighting of lines * Implements gutter component * WIP: Profiler with gutter * cleaned up highlight code * Removes before content for gutter styling * Styles gutter * Add correct Profiler code content * Adds color variable for gutter gray * refactor code component width gutter and diffing
| | * | | | | | | | | | | | Add highlighter.js; basic styling for .diff classes; Start of code block in covMegan Pearson2018-10-254-11/+41
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Updates Intro Component to use IntroBody and IntroAsideMegan Pearson2018-10-252-19/+37
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Content (#7)August Skare2018-10-256-65/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optional children in List component * added real content to trace page * added real content to cov page * add support for json highlighting * real content on compiler page * real content on profiler page * remove unused import * remove list from compiler page * wrap code components in pages with breakout component * fix font size on text * fix typo
| | * | | | | | | | | | | | Feature/tweaks (#8)August Skare2018-10-257-22/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * show copy button on focs * change base link styling * text-decoration underline on basic links * basic hover and focus styles on button and tabs * add links in footer * change breakpoints vars * medium breakpoint on footer
| | * | | | | | | | | | | | Feature/animations (#6)August Skare2018-10-2510-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test animation * test two part video * new video test * replace videos with gifs * rename videos folder to images * sol-cov gifs * renames variables * compiler gif * change in hero srcset * better positioning of hero image
| | * | | | | | | | | | | | Feature/colors (#5)August Skare2018-10-236-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix color variables * rename link var to type
| | * | | | | | | | | | | | Update margin-bottomAugust Skare2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: mepearso <megan.e.pearson@gmail.com>
| | * | | | | | | | | | | | Responsive Compiler Megan Pearson2018-10-231-15/+25
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Responsive intro, againMegan Pearson2018-10-231-3/+10
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Adds wide prop for full width sectionsMegan Pearson2018-10-232-4/+12
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Implements Lead typographyMegan Pearson2018-10-233-9/+13
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'dev-tools-pages' into feature/variablesMegan Pearson2018-10-228-184/+187
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Remove unused importsMegan Pearson2018-10-221-2/+0
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | remove contentBlock from content componentAugust Skare2018-10-226-17/+15
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | rename Main to ContentAugust Skare2018-10-225-14/+14
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | remove container from all pagesAugust Skare2018-10-224-101/+88
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | support dark alternative of Main componentAugust Skare2018-10-223-50/+79
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Remove font size adjustment for small screens from Beta Megan Pearson2018-10-222-3/+4
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Responsive footerMegan Pearson2018-10-221-5/+35
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Responsive font sizes in typography and globalstylesMegan Pearson2018-10-222-0/+11
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Responsive traceMegan Pearson2018-10-221-2/+36
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Responsive headerMegan Pearson2018-10-221-0/+6
| | | | | | | | | | | | | | |