aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Refactor etherToken test to use contract-wrappersFabio Berger2018-05-231-22/+36
| | | | | |
| | * | | | Fix ExchangeWrapperFabio Berger2018-05-236-14/+10
| | | | | |
| | * | | | Fix importsFabio Berger2018-05-232-2/+1
| | | | | |
| | * | | | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-2330-218/+497
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Add `are` to boolean naming conventions Fix tslint Fix the tsutils version, fixing ts typings issue Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/test/asset_proxy/proxies.ts # packages/contracts/test/exchange/dispatcher.ts # packages/contracts/test/multi_sig_with_time_lock.ts
| | * | | | Update artifactFabio Berger2018-05-231-14/+14
| | | | | |
| | * | | | Remove 0x.js dep from contractsFabio Berger2018-05-2324-267/+236
| | | | | |
| * | | | | Fix NameResolverLeonid Logvinov2018-05-241-4/+6
| | | | | |
| * | | | | Address feedbackLeonid Logvinov2018-05-235-27/+39
| | | | | |
| * | | | | Parse compiler.json in SolCompilerArtifactsAdapterLeonid Logvinov2018-05-232-6/+13
| | | | | |
| * | | | | Add a more verbose comment for self-destructLeonid Logvinov2018-05-231-1/+5
| | | | | |
| * | | | | Fix depth tracking in a tracerLeonid Logvinov2018-05-231-1/+16
| | | | | |
| * | | | | Fix sol-compiler versionLeonid Logvinov2018-05-231-1/+1
| | | | | |
| * | | | | Fix sol-cov testsLeonid Logvinov2018-05-232-2/+4
| | | | | |
| * | | | | Fix a bug in CALL-like opcode handlingLeonid Logvinov2018-05-233-11/+22
| | | | | |
| * | | | | Remove trace.jsonLeonid Logvinov2018-05-231-3227/+0
| | | | | |
| * | | | | Suppport subcalls in constructorLeonid Logvinov2018-05-232-12/+28
| | | | | |
| * | | | | Use BlockParamLiteral.LatestLeonid Logvinov2018-05-232-4/+8
| | | | | |
| * | | | | Address feedbackLeonid Logvinov2018-05-238-35/+23
| | | | | |
| * | | | | Use loglevel instead of verbose flagLeonid Logvinov2018-05-232-14/+12
| | | | | |
| * | | | | PublishLeonid Logvinov2018-05-2330-230/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.38.0 - @0xproject/abi-gen@0.3.0 - @0xproject/assert@0.2.10 - @0xproject/base-contract@0.3.2 - @0xproject/connect@0.6.13 - @0xproject/contract-wrappers@0.0.2 - contracts@2.1.29 - @0xproject/dev-utils@0.4.2 - @0xproject/fill-scenarios@0.0.2 - @0xproject/json-schemas@0.7.24 - @0xproject/metacoin@0.0.7 - @0xproject/migrations@0.0.6 - @0xproject/monorepo-scripts@0.1.20 - @0xproject/order-utils@0.0.5 - @0xproject/order-watcher@0.0.2 - @0xproject/react-docs-example@0.0.12 - @0xproject/react-docs@0.0.12 - @0xproject/react-shared@0.1.7 - @0xproject/sol-compiler@0.5.0 - @0xproject/sol-cov@0.0.11 - @0xproject/sol-resolver@0.0.5 - @0xproject/sra-report@0.1.0 - @0xproject/subproviders@0.10.2 - @0xproject/testnet-faucets@1.0.30 - @0xproject/tslint-config@0.4.18 - @0xproject/types@0.7.0 - @0xproject/typescript-typings@0.3.2 - @0xproject/utils@0.6.2 - @0xproject/web3-wrapper@0.6.4 - @0xproject/website@0.0.33
| * | | | | Updated CHANGELOGSLeonid Logvinov2018-05-231-0/+1
| | | | | |
| * | | | | Updated CHANGELOGSLeonid Logvinov2018-05-2350-30/+324
| | | | | |
| * | | | | Fix import pathsLeonid Logvinov2018-05-233-3/+3
| | | | | |
| * | | | | Refactor ContractData lookupLeonid Logvinov2018-05-232-34/+33
| | | | | |
| * | | | | Remove a commentLeonid Logvinov2018-05-231-1/+0
| | | | | |
| * | | | | Use a hidden directory for temp artifactsLeonid Logvinov2018-05-232-2/+1
| | | | | |
| * | | | | Match class names with file namesLeonid Logvinov2018-05-234-3/+3
| | | | | |
| * | | | | Improve a CHANGELOG commentLeonid Logvinov2018-05-231-1/+1
| | | | | |
| * | | | | Improve a CHANGELOG commentLeonid Logvinov2018-05-231-1/+1
| | | | | |
| * | | | | Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapterLeonid Logvinov2018-05-236-11/+11
| | | | | |
| * | | | | Assign then passLeonid Logvinov2018-05-231-1/+2
| | | | | |
| * | | | | Assign then returnLeonid Logvinov2018-05-231-1/+2
| | | | | |
| * | | | | Introduce CONFIG_FILELeonid Logvinov2018-05-231-1/+2
| | | | | |
| * | | | | Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-2325-846/+3294
| | | | | |
| * | | | | Add CHANGELOG entriesLeonid Logvinov2018-05-238-0/+836
| | | | | |
| * | | | | Support all opcodes in a trace parserLeonid Logvinov2018-05-234-55/+45
| | | | | |
| * | | | | Make sol-cov work with truffle and other artifact adaptersLeonid Logvinov2018-05-2314-89/+354
| | | | | |
| * | | | | Only look at *.sol files in NameResolverLeonid Logvinov2018-05-231-2/+5
| | | | | |
| * | | | | Fix a bug in FS resolver causing it to try reading directoriesLeonid Logvinov2018-05-231-1/+1
| | | | | |
| * | | | | Add solcVersion to CompilerOptsLeonid Logvinov2018-05-233-4/+11
| | |/ / / | |/| | |
| * | | | Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into ↵Fabio Berger2018-05-2316-175/+419
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2-prototype * 'v2-prototype' of github.com:0xProject/0x-monorepo: Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests
| | * \ \ \ Merge pull request #601 from 0xProject/contracts-test-fixesAlex Browne2018-05-2316-175/+419
| | |\ \ \ \ | | | | | | | | | | | | | | Contracts test fixes
| | | * | | | Rename some variables in multi_sig_with_time_lock.tsAlex Browne2018-05-231-10/+10
| | | | | | |
| | | * | | | Remove extra awaitTransactionMinedAsync callsAlex Browne2018-05-231-4/+2
| | | | | | |
| | | * | | | Apply changes to test/exchange/match_orders.tsAlex Browne2018-05-221-6/+18
| | | | | | |
| | | * | | | Fix some unhandled promise rejectionsAlex Browne2018-05-222-4/+8
| | | | | | |
| | | * | | | Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-2210-155/+294
| | | | | | |
| | | * | | | Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-2214-0/+91
| | | | | | |
| * | | | | | Fix tslint issuesFabio Berger2018-05-232-10/+13
| | | | | | |
| * | | | | | Add `are` to boolean naming conventionsFabio Berger2018-05-231-1/+1
| |/ / / / /
| * | | | | Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into ↵Fabio Berger2018-05-2312-38/+58
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2-prototype * 'v2-prototype' of github.com:0xProject/0x-monorepo: Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule
| | * \ \ \ \ Merge pull request #605 from 0xProject/fix/multiple/build-errorsFabio Berger2018-05-2312-38/+58
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix build/lint errors and warnings
| | | * | | | | Update artifactsRemco Bloemen2018-05-221-14/+14
| | | | | | | |
| | | * | | | | Fix warnings in MetacoinRemco Bloemen2018-05-221-3/+3
| | | | | | | |
| | | * | | | | Upgrade UglifyJS to include ES6 supportRemco Bloemen2018-05-222-3/+10
| | | | | | | |
| | | * | | | | Add CancelOrder and MatchOrder typesRemco Bloemen2018-05-222-3/+15
| | | | | | | |
| | | * | | | | Add missing return typesRemco Bloemen2018-05-225-15/+15
| | | | | | | |
| | | * | | | | Ignore classnames linter ruleRemco Bloemen2018-05-221-0/+1
| | | |/ / / /
| * | / / / / Fix tslintFabio Berger2018-05-232-4/+4
| |/ / / / /
| * | / / / Fix the tsutils version, fixing ts typings issueFabio Berger2018-05-231-1/+1
| | |/ / / | |/| | |
| * | | | merge developmentFabio Berger2018-05-2359-124/+418
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | remove generated contract_wrappers during cleanFabio Berger2018-05-231-1/+1
| | | |
| | * | Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-2359-127/+421
| | |\ \ | | | | | | | | | | Add more tslint rules
| | | * | Improve namingFabio Berger2018-05-172-5/+6
| | | | |
| | | * | Disable magic number rule in more places where it isn't helping code readabilityFabio Berger2018-05-172-14/+14
| | | | |
| | | * | Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-1710-54/+18
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove "Order utils" from menu for now Fix top tokens key Improve about page descriptions Do not remove artifacts when running `clean`
| | | * \ \ Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-1633-16/+109
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json
| | | * | | | Fix commentsFabio Berger2018-05-161-2/+1
| | | | | | |
| | | * | | | Improve nameFabio Berger2018-05-161-2/+2
| | | | | | |
| | | * | | | Fix TSLint rulesFabio Berger2018-05-1655-133/+278
| | | | | | |
| | | * | | | Enforce new rules, including no-switch-case-fall-throughFabio Berger2018-05-161-0/+3
| | | | | | |
| | | * | | | Implement boolean variable naming custom TSLint ruleFabio Berger2018-05-161-0/+69
| | | | | | |
| | | * | | | Implement custom no-magic-numbers rule that doesn't include magic numbers ↵Fabio Berger2018-05-162-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | passed into BigNumber instantiations (e.g const amount = new BigNumber(5); )
* | | | | | | Add missing keyBrandon Millman2018-05-221-3/+6
| | | | | | |
* | | | | | | Use flexbox for wrapped ether itemBrandon Millman2018-05-221-21/+29
| | | | | | |
* | | | | | | Re add wrapped ether itemBrandon Millman2018-05-221-7/+24
| | | | | | |
* | | | | | | Rewrite balance rows using flex boxBrandon Millman2018-05-223-122/+129
|/ / / / / /
* | | | | | Merge pull request #572 from 0xProject/feature/contracts/atomicMatchingGreg Hysen2018-05-2279-532/+3138
|\ \ \ \ \ \ | | | | | | | | | | | | | | Atomic Order Matching
| * | | | | | Removed debug line from chai_setup. Its failing linter and does not appear ↵Greg Hysen2018-05-221-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to be used (it was from an old PR I merged in).
| * | | | | | Ran prettierGreg Hysen2018-05-2216-7692/+7892
| | | | | | |
| * | | | | | Added getNullFillResultsGreg Hysen2018-05-194-15/+30
| | | | | | |
| * | | | | | orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-199-61/+61
| | | | | | |
| * | | | | | Style improvements to order matchingGreg Hysen2018-05-195-38/+27
| | | | | | |
| * | | | | | Upgraded to Solidity 0.4.24Greg Hysen2018-05-1964-206/+207
| | | | | | |
| * | | | | | Rebased against v2-prototypeGreg Hysen2018-05-1922-7557/+7708
| | | | | | |
| * | | | | | Changed calculateFillResults to public visibility so that it can be used by ↵Greg Hysen2018-05-193-131/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the Forwarding Contract.
| * | | | | | Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ↵Greg Hysen2018-05-192-138/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | we dont need to pass it in on each call.
| * | | | | | Wording of calculateMatchedFillResultsGreg Hysen2018-05-191-9/+11
| | | | | | |
| * | | | | | Cleaned up interface for decoding proxy data. Added a general decoder, which ↵Greg Hysen2018-05-193-17/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | should be useful for the forwarding contract code.
| * | | | | | Style improvements to the match orders typescript test classGreg Hysen2018-05-191-18/+14
| | | | | | |
| * | | | | | Removed redundant log decode callGreg Hysen2018-05-191-2/+0
| | | | | | |
| * | | | | | The OrderInfo struct is now returned by the getOrderInfo functionGreg Hysen2018-05-198-141/+98
| | | | | | |
| * | | | | | Updated order of settleMatchedOrders to align with settleOrderGreg Hysen2018-05-193-8/+8
| | | | | | |
| * | | | | | IExchange inherits from all other interfaces (in the same order as Exchange ↵Greg Hysen2018-05-191-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | inherits Mixins)
| * | | | | | Renamed takerAssetFilledAmount to orderFilledAmount to more easily ↵Greg Hysen2018-05-193-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | distinguish between fill results and order state
| * | | | | | Comments for readability in exchange core and mixin match ordersGreg Hysen2018-05-195-4/+11
| | | | | | |
| * | | | | | Renamed "validate" functions to "assert" in mixin match.Greg Hysen2018-05-195-21/+21
| | | | | | |
| * | | | | | Throw if the left or right orders do not compute the correct fill results. I ↵Greg Hysen2018-05-195-37/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | like this better than just logging an error and failing silently.
| * | | | | | Removed redundant status checks in matchOrders. Saves gas, plus follows ↵Greg Hysen2018-05-191-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pattern of fillOrder more closely.
| * | | | | | Token -> Asset in fillOrder specGreg Hysen2018-05-191-1/+1
| | | | | | |
| * | | | | | Reordered functions in mixin exchange core -- getOrderInfo is at the bottomGreg Hysen2018-05-192-77/+77
| | | | | | |
| * | | | | | Changes based on style guidelines put out by AmirGreg Hysen2018-05-199-172/+210
| | | | | | |
| * | | | | | Reordered fund transfers for matched orders, plus added an extra sanity ↵Greg Hysen2018-05-193-35/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | check to order matching calculations
| * | | | | | Style changes to atomic order matchingGreg Hysen2018-05-1911-306/+288
| | | | | | |
| * | | | | | Added require reasons to MixinMatchOrders and cleaned up some comments.Greg Hysen2018-05-196-40/+75
| | | | | | |
| * | | | | | Updated remaining contracts to v0.4.23Greg Hysen2018-05-194-4/+4
| | | | | | |
| * | | | | | Removed isRoundingError from mixin headerGreg Hysen2018-05-191-10/+1
| | | | | | |
| * | | | | | Atomic Order Matching - TestsGreg Hysen2018-05-199-23/+1398
| | | | | | |
| * | | | | | Atomic Order Matching - Smart Contracts.Greg Hysen2018-05-1913-114/+957
| | |_|_|_|/ | |/| | | |
* | | | | | merge developmentFabio Berger2018-05-2286-45/+121
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #597 from 0xProject/make-promises-safeAlex Browne2018-05-1886-37/+122
| |\ \ \ \ | | |_|_|/ | |/| | | Use make-promises-safe to catch unhandled rejections in tests
| | * | | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-1786-37/+122
| | | | |
| * | | | Remove "Order utils" from menu for nowFabio Berger2018-05-171-6/+0
| | | | |
| * | | | Fix top tokens keyBrandon Millman2018-05-171-2/+8
| |/ / /
| * | | Improve about page descriptionsfragosti2018-05-177-45/+9
| | | |
* | | | PrettierBrandon Millman2018-05-191-1/+3
| | | |
* | | | Change number of columns in relayer index for small screensBrandon Millman2018-05-191-1/+1
| | | |
* | | | Wallet instead of balances for small screensBrandon Millman2018-05-191-23/+21
| | | |
* | | | Close drawer when new path is chosenBrandon Millman2018-05-191-0/+7
| | | |
* | | | Fix styling of portal menuBrandon Millman2018-05-194-20/+37
| | | |
* | | | Refactor portal specific colors out of react-sharedBrandon Millman2018-05-1912-25/+46
| | | |
* | | | Add custom styling for drawerBrandon Millman2018-05-193-16/+106
| | | |
* | | | Fix key issue for portal routesBrandon Millman2018-05-191-1/+7
| | | |
* | | | Fix responsiveness broken in rebaseBrandon Millman2018-05-191-13/+33
| | | |
* | | | Set up scaffolding for new drawerBrandon Millman2018-05-193-9/+28
| | | |
* | | | Hide wallet component for small screensBrandon Millman2018-05-191-0/+2
| | | |
* | | | Fix token link keyBrandon Millman2018-05-191-2/+8
| | | |
* | | | Modulate number of columns based on screenwidthBrandon Millman2018-05-192-4/+19
| | | |
* | | | Fix prettierBrandon Millman2018-05-1919-7366/+7564
| | | |
* | | | Merge pull request #583 from 0xProject/bug/contracts/erc721-encoded-padJacob Evans2018-05-181-1/+2
|\ \ \ \ | | | | | | | | | | ERC721Proxy Pad to 32 if asset ids are small
| * | | | Pad to 32 if asset ids are smallJacob Evans2018-05-101-1/+2
| | | | |
* | | | | Change my title to clarifyfragosti2018-05-181-1/+1
| | | | |
* | | | | Center all the thingsfragosti2018-05-184-11/+46
| | | | |
* | | | | Refactor code in response to CR feedbackfragosti2018-05-185-15/+12
| | | | |
* | | | | Remove duplicate function call to validatefragosti2018-05-181-1/+1
| | | | |
* | | | | Show error messages in the wrapped ether itemfragosti2018-05-186-23/+52
| | | | |
* | | | | Improve about page descriptionsfragosti2018-05-181-3/+3
| | | | |
* | | | | Fix tslint false positiveBrandon Millman2018-05-181-2/+9
| | | | |
* | | | | Fix spreadBrandon Millman2018-05-181-1/+1
| | | | |
* | | | | Refactor account management itmesBrandon Millman2018-05-181-74/+70
| | | | |
* | | | | Add loading componentBrandon Millman2018-05-183-50/+77
| | | | |
* | | | | Refactor a bunch of layouts into their own filesBrandon Millman2018-05-186-139/+176
| | | | |
* | | | | Add portal layout componentBrandon Millman2018-05-181-31/+36
| | | | |
* | | | | Get rid of extra curly bracketsBrandon Millman2018-05-181-9/+9
| | | | |
* | | | | Fix lint errorBrandon Millman2018-05-181-2/+1
| | | | |
* | | | | Fix commentsBrandon Millman2018-05-183-4/+10
| | | | |
* | | | | Wait for blockchain to display the account management routesBrandon Millman2018-05-184-47/+78
| | | | |
* | | | | Fix linter errors and relayer index reloadingBrandon Millman2018-05-183-14/+17
| | | | |
* | | | | Trade direct routeBrandon Millman2018-05-182-44/+37
| | | | |
* | | | | Add manage you wallet footerBrandon Millman2018-05-181-24/+41
| | | | |
* | | | | Add props to back buttonBrandon Millman2018-05-181-9/+13
| | | | |
* | | | | Back button and title componentsBrandon Millman2018-05-183-64/+112
| | | | |
* | | | | Implement new menu stylingBrandon Millman2018-05-182-4/+95
| | | | |
* | | | | Add menuBrandon Millman2018-05-182-20/+41
| | | | |
* | | | | Add routesBrandon Millman2018-05-181-2/+105
| | | | |
* | | | | Merge branch 'development' into v2-prototypeFabio Berger2018-05-16231-1089/+1094
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock
| * | | | Do not remove artifacts when running `clean`Fabio Berger2018-05-161-1/+1
| | |_|/ | |/| |
| * | | Merge pull request #593 from 0xProject/bug/website/fix-cirular-dependencyFrancesco Agosti2018-05-163-11/+13
| |\ \ \ | | | | | | | | | | Fix circular dependency
| | * | | fix style errorsfragosti2018-05-162-2/+2
| | | | |
| | * | | Fix circular dependencyfragosti2018-05-163-11/+13
| | | | |
| * | | | Merge pull request #592 from 0xProject/feature/website/add-francesco-aboutFrancesco Agosti2018-05-162-3/+11
| |\ \ \ \ | | |/ / / | |/| | | Add myself to about page
| | * | | Add my profile image to imagesfragosti2018-05-161-0/+0
| | | | |
| | * | | Add myself to about pagefragosti2018-05-161-3/+11
| | | | |
| * | | | Add dogfood configs to websiteBrandon Millman2018-05-164-2/+10
| |/ / /
| * | | Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-1627-6/+81
| |\ \ \ | | |_|/ | |/| | Document Node.js version requirement and add it to package.json
| | * | Change minimum Node version to 6.12Alex Browne2018-05-1527-27/+27
| | | |
| | * | Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-1527-6/+81
| | | |
| * | | Fix prettierFabio Berger2018-05-151-2/+0
| | | |
| * | | Merge developmentFabio Berger2018-05-155-16/+54
| |\ \ \
| | * | | Add hover state to top tokensBrandon Millman2018-05-151-10/+43
| | | | |
| | * | | Change to weekly txn volumeBrandon Millman2018-05-152-4/+4
| | |/ /
| | * | Apply prettier to some files which were not formatted correctlyAlex Browne2018-05-152-2/+7
| | | |
| | * | Fix TSLint issuesFabio Berger2018-05-159-19/+28
| | | |
| * | | Fix TSLint issuesFabio Berger2018-05-159-19/+28
| | | |
| * | | Add changelog entries for packages where executable binary exporting fixedFabio Berger2018-05-153-0/+27
| | | |
| * | | Rename bin to server in testnet-faucets since bin is no longer gitignoredFabio Berger2018-05-153-6/+6
| | | |
| * | | Fix sra-report binaryFabio Berger2018-05-152-1/+3
| | | |
| * | | rename build:watch to watch and remove build from docs:stageFabio Berger2018-05-151-2/+2
| | | |
| * | | Fix sol-compiler binary so it can be called directly from packagesFabio Berger2018-05-155-4/+6
| | | |
| * | | Fix abi-gen binary so it can be called directly from packagesFabio Berger2018-05-159-9/+17
| | | |
| * | | Remove build from docs:stage commandsFabio Berger2018-05-157-7/+7
| | | |
| * | | Move from using lerna multi-package commands to wsrun, update README's ↵Fabio Berger2018-05-1559-408/+195
| |/ / | | | | | | | | | accordingly
| * | Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2018-05-14153-600/+655
| |\ \ | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Add missing type definitions
| | * | Add missing type definitionsLeonid Logvinov2018-05-14153-600/+655
| | | |
| * | | Remove tslint-config as dep to monorepo-scripts to avoid circular ↵Fabio Berger2018-05-142-2/+1
| |/ / | | | | | | | | | dependency. Since monorepo-scripts is only expected to be used from within the monorepo, we reference tslint-config w/ a relative path
* | | Do not remove artifacts when running `clean`Fabio Berger2018-05-161-1/+1
| | |
* | | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-16411-8922/+26123
|\| | | |/ |/|
| * Add missing .gitkeepsFabio Berger2018-05-122-0/+0
| |
| * Revert "Remove gitkeeps"Fabio Berger2018-05-1213-0/+0
| | | | | | | | This reverts commit 3f6876c4199353b597e1b0ebcf3907d6b8cce284.
| * improve wordingFabio Berger2018-05-121-1/+1
| |
| * Remove gitkeepsFabio Berger2018-05-1113-0/+0
| |
| * Create coverage dir if doesn't existFabio Berger2018-05-112-0/+8
| |
| * Add compilerSettings to compiler.jsonFabio Berger2018-05-111-1/+14
| |
| * Add deployedBytecode to artifacts since it is needed by sol-covFabio Berger2018-05-1114-56/+140
| |
| * Revert throw conditions since it messes with the expected test timingFabio Berger2018-05-111-15/+3
| |
| * Revert back to hack, we need the configured web3WrapperFabio Berger2018-05-111-6/+7
| |
| * Add comment to TransactionReceiptWithDecodedLogs explaining that it doesn't ↵Fabio Berger2018-05-111-0/+5
| | | | | | | | always return "decodedLogs"
| * Get rid of hackFabio Berger2018-05-111-7/+6
| |
| * Get networkId from web3WrapperFabio Berger2018-05-112-3/+3
| |
| * Throw if tx revertsFabio Berger2018-05-111-3/+15
| |
| * Remove unused methods and importsFabio Berger2018-05-112-31/+1
| |
| * Add compiler depFabio Berger2018-05-111-0/+1
| |
| * Fix versionFabio Berger2018-05-112-2/+2
| |
| * remove unused modulesFabio Berger2018-05-112-36/+0
| |
| * Fix depsFabio Berger2018-05-112-2/+2
| |
| * Fix prettierFabio Berger2018-05-114-10/+8
| |
| * Update artifactsFabio Berger2018-05-1124-7657/+5961
| |
| * Update global_hooksFabio Berger2018-05-112-6/+28
| |
| * Remove legacy testFabio Berger2018-05-111-75/+0
| |
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-11114-1008/+887
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| | * Merge pull request #574 from 0xProject/feature/rm-rf-deployerLeonid Logvinov2018-05-11124-1107/+854
| | |\ | | | | | | | | Remove @0xproject/deployer.Deployer. Make contracts able to deploy themselves
| | | * Fix ganache subprovider configLeonid Logvinov2018-05-113-2/+5
| | | |
| | | * Fix a bug in compiler config precedenceLeonid Logvinov2018-05-111-2/+4
| | | |
| | | * Fix linter errorsLeonid Logvinov2018-05-1112-12/+12
| | | |
| | | * Fix templatesLeonid Logvinov2018-05-107-7/+8
| | | |
| | | * Remove unused deployer docs configsLeonid Logvinov2018-05-1030-130/+120
| | | |
| | | * Add a legacy endpoint for the deployerLeonid Logvinov2018-05-102-0/+5
| | | |
| | | * Add a check for compiler outputLeonid Logvinov2018-05-103-2/+4
| | | |
| | | * Add a commentLeonid Logvinov2018-05-101-0/+2
| | | |
| | | * Put ARTIFACTS_VERSION in a configLeonid Logvinov2018-05-102-1/+2
| | | |
| | | * Remove _applyDefaultsToDeployTxDataAsyncLeonid Logvinov2018-05-104-25/+13
| | | |
| | | * Add a HACK commentLeonid Logvinov2018-05-101-0/+2
| | | |
| | | * Fix linter issuesLeonid Logvinov2018-05-1048-116/+117
| | | |
| | | * Rename deployer to sol-compilerLeonid Logvinov2018-05-1062-165/+128
| | | |
| | | * Remove deployerLeonid Logvinov2018-05-109-549/+15
| | | |
| | | * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-1010-58/+160
| | | |
| | | * Configure migrations with a compiler.jsonLeonid Logvinov2018-05-103-6/+23
| | | |
| | | * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-1028-204/+406
| | | |
| | * | Merge pull request #580 from 0xProject/feature/website/remove-tokensBrandon Millman2018-05-112-12/+69
| | |\ \ | | | |/ | | |/| Update wallet footer and add remove token functionality
| | | * Update wallet footer and add remove token functionalityBrandon Millman2018-05-102-12/+69
| | | |
| * | | Add missing version directory to pathFabio Berger2018-05-112-2/+2
| | | |
| * | | Add artifacts to clean commandFabio Berger2018-05-118-8/+8
| | | |
| * | | Remove unnecessary compile commandFabio Berger2018-05-111-1/+0
| | | |
| * | | Commit v1 artifacts to migrations package and remove compile step from prebuildFabio Berger2018-05-1126-1/+7686
| | | |
| * | | Replace mkdir with mkdirp so it also created any missing intermediate ↵Fabio Berger2018-05-113-2/+5
| | | | | | | | | | | | | | | | directories
| * | | Fix path to artifactsFabio Berger2018-05-112-2/+2
| | | |
| * | | Fix tslint errorsFabio Berger2018-05-102-2/+2
| | | |
| * | | Add missing DummyTokenFabio Berger2018-05-101-1/+1
| | | |
| * | | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-1044-507/+981
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
| | * | Add fallback image support to relayer grid tileBrandon Millman2018-05-101-2/+36
| | | |
| | * | Clear relayer grid state when fetchingBrandon Millman2018-05-101-0/+6
| | |/
| | * Configure the compiler to generate artifacts with deployedBytecodeLeonid Logvinov2018-05-102-1/+19
| | |
| | * Implement loading and error state for relayer gridBrandon Millman2018-05-101-10/+50
| | |
| | * Fallback image for relayer grid tileBrandon Millman2018-05-102-2/+3
| | |
| | * Change relayer grid tile to link on headerBrandon Millman2018-05-101-17/+17
| | |
| | * Merge pull request #576 from 0xProject/feature/website/top-tokensBrandon Millman2018-05-093-41/+17
| | |\ | | | | | | | | Display top tokens from backend
| | | * Display top tokens from backendBrandon Millman2018-05-093-41/+17
| | | |
| | * | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-094-79/+92
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove overflowZ property from portal Fix typo Only show untracked tokens Make wallet scrollable Add token flow
| | | * Remove overflowZ property from portalBrandon Millman2018-05-091-1/+0
| | | |
| | | * Fix typoBrandon Millman2018-05-091-1/+1
| | | |