aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Moves content wrap to layout.tsxEzekiel Aquino2018-11-292-19/+27
| | * | | | Edits column width calc methodEzekiel Aquino2018-11-291-5/+19
| | * | | | Add index to listFred Carlsen2018-11-291-1/+1
| | * | | | Start on text componentFred Carlsen2018-11-291-0/+29
| | * | | | Left align logoFred Carlsen2018-11-291-1/+1
| | * | | | Linting errorsFred Carlsen2018-11-291-2/+3
| | * | | | Fix linting errorsFred Carlsen2018-11-291-11/+11
| | * | | | Add footerFred Carlsen2018-11-292-5/+125
| | * | | | Test with max widthsEzekiel Aquino2018-11-292-2/+4
| | * | | | Adds section marginsEzekiel Aquino2018-11-291-0/+1
| | * | | | Samples full width wrapsEzekiel Aquino2018-11-291-0/+12
| | * | | | [WIP] Proposed layout modulesEzekiel Aquino2018-11-293-4/+122
| | * | | | Fix key in loopFred Carlsen2018-11-291-1/+1
| | * | | | Add bgColor and removePadding props to containerFred Carlsen2018-11-291-2/+7
| | * | | | Change bg colorFred Carlsen2018-11-291-1/+1
| | * | | | Fix linting errorsFred Carlsen2018-11-281-6/+5
| | * | | | Tweak links in headerFred Carlsen2018-11-281-6/+12
| | * | | | Add ehaderFred Carlsen2018-11-284-1/+79
| | * | | | Add container and buttonFred Carlsen2018-11-282-1/+30
| | * | | | Fix font referencesFred Carlsen2018-11-281-4/+3
| | * | | | Ignore osx metadata filesFred Carlsen2018-11-282-0/+3
| | * | | | Fix type error in Text componentFred Carlsen2018-11-281-0/+1
| | * | | | Add styled-component typesFred Carlsen2018-11-283-2/+12
| | * | | | Renames font-files, adds font-face declaration in globalStylesEzekiel Aquino2018-11-2810-1/+23
| | * | | | Adds very basic SiteWrap and global stylingEzekiel Aquino2018-11-284-2/+98
| | * | | | Updates styled-components, react typingsEzekiel Aquino2018-11-282-2/+36
| | * | | | WIP buttonFred Carlsen2018-11-281-0/+21
| | * | | | Adds initial /next route to index.tsxEzekiel Aquino2018-11-282-2/+17
| | * | | | Add @next folder structureFred Carlsen2018-11-283-0/+6
| | * | | | Add svg loaderFred Carlsen2018-11-284-2/+130
| | * | | | Add Formular font and normalizeFred Carlsen2018-11-2810-0/+394
| | * | | | Add brand colorsFred Carlsen2018-11-281-0/+8
| | * | | | Merge remote-tracking branch 'upstream/development' into websiteFred Carlsen2018-11-27157-525/+1431
| | |\ \ \ \
| | * | | | | Add fix for assertion error to devserver configFred Carlsen2018-11-271-0/+7
* | | | | | | Merge pull request #1453 from 0xProject/addUnenforcedConventionsFabio B2018-12-201-1/+14
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'development' into addUnenforcedConventionsFabio Berger2018-12-1936-15/+3431
| |\ \ \ \ \ \
| * | | | | | | Add unenforced coding rules to CONTRIBUTING.mdFabio Berger2018-12-181-1/+14
* | | | | | | | Merge pull request #1461 from 0xProject/feature/sol-compiler-watchLeonid Logvinov2018-12-1931-228/+463
|\ \ \ \ \ \ \ \
| * | | | | | | | Update packages/sol-compiler/src/compiler.tsFabio B2018-12-191-1/+2
| * | | | | | | | Update packages/sol-compiler/src/utils/compiler.tsFabio B2018-12-191-1/+1
| * | | | | | | | Run prettierLeonid Logvinov2018-12-191-1/+3
| * | | | | | | | Run prettierLeonid Logvinov2018-12-191-1/+10
| * | | | | | | | Describe regexesLeonid Logvinov2018-12-191-1/+4
| * | | | | | | | Add a NOTE commentLeonid Logvinov2018-12-191-0/+3
| * | | | | | | | Add a comment for SpyResolverLeonid Logvinov2018-12-191-0/+4
| * | | | | | | | Move logWithTime to logUtilsLeonid Logvinov2018-12-195-11/+20
| * | | | | | | | Update packages/sol-compiler/src/compiler.tsFabio B2018-12-191-1/+1
| * | | | | | | | Disable linter no a hanging promise with a commentLeonid Logvinov2018-12-191-2/+3
| * | | | | | | | Mark the field as readonlyLeonid Logvinov2018-12-191-1/+1
| * | | | | | | | Remove unused variablesLeonid Logvinov2018-12-191-2/+0
| * | | | | | | | Move logWithTime function to utilsLeonid Logvinov2018-12-192-10/+11
| * | | | | | | | Add PR numbersLeonid Logvinov2018-12-192-4/+4
| * | | | | | | | Add the sol-compiler watch command to all packagesLeonid Logvinov2018-12-198-8/+16
| * | | | | | | | Add sol-compiler watch modeLeonid Logvinov2018-12-197-7/+88
| * | | | | | | | Add SpyResolverLeonid Logvinov2018-12-192-0/+24
| * | | | | | | | Add to type in sol-resolverLeonid Logvinov2018-12-198-26/+66
| * | | | | | | | Add missing contract libs to compiler.json configLeonid Logvinov2018-12-191-1/+1
| * | | | | | | | Add includes section to typescript-typings package.jsonLeonid Logvinov2018-12-191-1/+2
| * | | | | | | | Refactor most of the sol-compiler methods into helper functions in utils and ...Leonid Logvinov2018-12-193-187/+237
|/ / / / / / / /
* | | | | | | | Merge pull request #1429 from 0xProject/website/addPySRAFabio B2018-12-191-0/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fix prettierFabio Berger2018-12-191-2/+1
| * | | | | | | Merge branch 'development' into website/addPySRAFabio Berger2018-12-19183-793/+4985
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2018-12-1910-2/+732
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #1427 from 0xProject/features/orderwatcher_wsFabio B2018-12-1910-2/+732
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'development' into features/orderwatcher_wsFabio Berger2018-12-1923-5/+2679
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Move onMessageAsync outside of tests and add commentsFabio Berger2018-12-191-23/+30
| | * | | | | | | | Fix WS tests to remove race-condition and be more specific about the message ...Fabio Berger2018-12-191-23/+34
| | * | | | | | | | Add temporary console.log to test failing on CIFabio Berger2018-12-191-0/+1
| | * | | | | | | | Merge branch 'development' into features/orderwatcher_wsFabio Berger2018-12-19419-1630/+11457
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Remove unused fileFabio Berger2018-12-191-2/+0
| | * | | | | | | | Fix file nameFabio Berger2018-12-173-2/+2
| | * | | | | | | | Consolidate use of isVerbose in orderWatcherConfigFabio Berger2018-12-172-19/+14
| | * | | | | | | | Add isVerbose option to enable/disable loggingFabio Berger2018-12-172-6/+23
| | * | | | | | | | Fix schemas and testsFabio Berger2018-12-174-29/+32
| | * | | | | | | | Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so th...Fabio Berger2018-12-176-64/+71
| | * | | | | | | | Improve our compliance to the JSON RPC specFabio Berger2018-12-175-33/+37
| | * | | | | | | | remove unused instance variableFabio Berger2018-12-161-2/+0
| | * | | | | | | | Ensure fileName matches class name, fix broadcastFabio Berger2018-12-165-59/+33
| | * | | | | | | | Respond to CRkao2018-12-155-101/+209
| | * | | | | | | | Respond to CRkao2018-12-156-144/+295
| | * | | | | | | | WIP: OrderWatcher WebSocketkao2018-12-134-1/+420
* | | | | | | | | | Add missing CHANGELOG entry for OrderWatcher WS interfaceFabio Berger2018-12-191-0/+10
|/ / / / / / / / /
* | | | | | | | | Bump up stale to close to 30 daysFabio Berger2018-12-191-1/+1
* | | | | | | | | Merge pull request #1459 from 0xProject/fix/contracts-test-publishLeonid Logvinov2018-12-192-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make @0x/contracts-test-utils a dependency instead of a devDependencyAlex Browne2018-12-193-3/+5
| * | | | | | | | | Fix test-publish failure in contracts packagesAlex Browne2018-12-193-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1383 from 0xProject/feature/contracts/balanceThresholdFilterGreg Hysen2018-12-1920-3/+2675
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fixed solhint errorsGreg Hysen2018-12-192-129/+130
| * | | | | | | | Added documentation to `LibAddressArray.append` and switched `if` to `require...Greg Hysen2018-12-192-4/+14
| * | | | | | | | Updated changelogs for new contractsGreg Hysen2018-12-192-3/+12
| * | | | | | | | Added `gas` field so tests pass on Geth;Greg Hysen2018-12-191-6/+30
| * | | | | | | | Added Changelog for new ExtensionsGreg Hysen2018-12-191-0/+9
| * | | | | | | | Updated comment `Execute fillOrder` -> `Execute exchange function`Greg Hysen2018-12-191-1/+1
| * | | | | | | | Explicit returnsGreg Hysen2018-12-192-0/+3
| * | | | | | | | Prettier / Linter on contracts + TSGreg Hysen2018-12-195-90/+44
| * | | | | | | | Refactoring balance threshold filterGreg Hysen2018-12-198-74/+481
| * | | | | | | | Moved exchange calldata functions to separate mixinGreg Hysen2018-12-192-235/+9
| * | | | | | | | Less Assembly. More Solidity. Less Efficiency. More Readability.Greg Hysen2018-12-194-266/+155
| * | | | | | | | Run all tests for extensionsGreg Hysen2018-12-191-1/+1
| * | | | | | | | Cleaned up tests for balance threshold filterGreg Hysen2018-12-191-563/+534
| * | | | | | | | Removed deprecated README + commentsGreg Hysen2018-12-192-4/+1
| * | | | | | | | removed unnecessary logGreg Hysen2018-12-191-1/+0
| * | | | | | | | removed `only` from testsGreg Hysen2018-12-191-1/+1
| * | | | | | | | solhint fixesGreg Hysen2018-12-193-4/+11
| * | | | | | | | Prettier / Linter fixes for TSGreg Hysen2018-12-195-339/+544
| * | | | | | | | Ported Balance Threshold Filter to new contract directory structureGreg Hysen2018-12-1911-41/+52
| * | | | | | | | Test for ERC20 balance thresholdGreg Hysen2018-12-191-114/+146
| * | | | | | | | Exchange Selectors - sortedGreg Hysen2018-12-191-107/+96
| * | | | | | | | Removed Yes Token - its no longer needed to test Balance Threshold FilterGreg Hysen2018-12-198-1454/+12
| * | | | | | | | Tests finished for balance threshold wrapperGreg Hysen2018-12-191-31/+189
| * | | | | | | | matchOrders test cases for balance threshold filter contractGreg Hysen2018-12-192-3/+45
| * | | | | | | | Tests for MatchOrdersGreg Hysen2018-12-193-7/+111
| * | | | | | | | Tests for marketBuy invariantsGreg Hysen2018-12-191-10/+185
| * | | | | | | | marketSellNoThrow testsGreg Hysen2018-12-191-0/+91
| * | | | | | | | tests for marketSellOrdersGreg Hysen2018-12-191-9/+99
| * | | | | | | | All tests running so farGreg Hysen2018-12-193-166/+9
| * | | | | | | | Tests for batchFill variantsGreg Hysen2018-12-191-11/+203
| * | | | | | | | tests for batchFillOrdesGreg Hysen2018-12-191-39/+287
| * | | | | | | | tests for fillOrder variantsGreg Hysen2018-12-191-24/+131
| * | | | | | | | fillOrder tests with new wrapperGreg Hysen2018-12-191-24/+13
| * | | | | | | | Wrappers for balance threshold filter + updated some tests to use the wrapperGreg Hysen2018-12-193-63/+429
| * | | | | | | | Conformed to hex format for constructing offsetsGreg Hysen2018-12-191-2/+1
| * | | | | | | | Removed unnecessary noteGreg Hysen2018-12-191-2/+0
| * | | | | | | | Include threshold balance in constructor of BalanceThresholdFilter contractGreg Hysen2018-12-194-2/+21
| * | | | | | | | Function DocumentationGreg Hysen2018-12-192-59/+96
| * | | | | | | | Updated Balance Threshold Filter to use mixin patternGreg Hysen2018-12-193-290/+358
| * | | | | | | | ComplianceForwarder renamed to BalanceThresholdFilterGreg Hysen2018-12-194-18/+48
| * | | | | | | | Revert reasons for balance threshold filterGreg Hysen2018-12-193-13/+39
| * | | | | | | | Some commentsGreg Hysen2018-12-191-4/+4
| * | | | | | | | Documented inline assembly functionsGreg Hysen2018-12-192-51/+153
| * | | | | | | | working on batch fills. Compliance part is finished.Greg Hysen2018-12-192-7/+7
| * | | | | | | | cleanupGreg Hysen2018-12-191-15/+18
| * | | | | | | | cleaningGreg Hysen2018-12-192-34/+30
| * | | | | | | | cleaningGreg Hysen2018-12-191-9/+19
| * | | | | | | | cleaningGreg Hysen2018-12-191-11/+3
| * | | | | | | | cleaningGreg Hysen2018-12-192-56/+19
| * | | | | | | | cleaning IGreg Hysen2018-12-191-1/+17
| * | | | | | | | Code to validate addresses from order arraysGreg Hysen2018-12-192-8/+49
| * | | | | | | | Refactoring asmGreg Hysen2018-12-191-3/+41
| * | | | | | | | generalized KYC extension passing all testsGreg Hysen2018-12-193-5/+16
| * | | | | | | | Abstract address validation in asmGreg Hysen2018-12-191-13/+21
| * | | | | | | | Exchange selector contract - autogeneratedGreg Hysen2018-12-191-0/+162
| * | | | | | | | Making progress on generalized forwarderGreg Hysen2018-12-193-77/+99
| * | | | | | | | Extract makerAddress in assemblyGreg Hysen2018-12-192-8/+50
| * | | | | | | | fillOrder -> executeTransaction renameGreg Hysen2018-12-192-6/+6
| * | | | | | | | Removed unnecessary comments in compliant forwarderGreg Hysen2018-12-191-2/+1
| * | | | | | | | Wrapped up tests for compliant forwarderGreg Hysen2018-12-192-5/+15
| * | | | | | | | More tests + require instead of revert in compliance contractGreg Hysen2018-12-193-18/+92
| * | | | | | | | Ran linterGreg Hysen2018-12-192-43/+11
| * | | | | | | | Ran prettierGreg Hysen2018-12-191-33/+50
| * | | | | | | | End-to-end test for compliant forwarder - worksGreg Hysen2018-12-191-28/+28
| * | | | | | | | WIP - Tests for compliant forwarderGreg Hysen2018-12-192-5/+12
| * | | | | | | | Writing tests for Compliant ForwarderGreg Hysen2018-12-192-47/+126
| * | | | | | | | template for Compliant Forwarder testsGreg Hysen2018-12-192-41/+18
| * | | | | | | | Compile Compliant Forwarder contractGreg Hysen2018-12-192-1/+2
| * | | | | | | | Yes Compliance TokenGreg Hysen2018-12-197-38/+22
| * | | | | | | | Broken commit -- saving current state of getting wyre compliance token contra...Greg Hysen2018-12-198-81/+1580
| * | | | | | | | Untested - Compliant Forwarder with Wyre "Yes Compliance" TokenGreg Hysen2018-12-192-0/+220
|/ / / / / / / /
* | | | | | | | Fix OrderWatcher title to fix sidebar topFabio Berger2018-12-181-1/+1
* | | | | | | | Fix version picker so it doesn't overflow onto two linesFabio Berger2018-12-181-7/+9
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix bug in pull_missing_blocks with incorrect start block (#1438)Alex Browne2018-12-181-10/+6
* | | | | | | Pull approval events for ZRX and DAI (#1430)Alex Browne2018-12-181-19/+49
* | | | | | | Merge pull request #1424 from 0xProject/feature/instant/usd-eth-toggleSteve Klebanoff2018-12-1516-116/+314
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'development' into feature/instant/usd-eth-toggleSteve Klebanoff2018-12-15228-1033/+9605
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Fix dex order quote/base asset assigning (#1432)zkao2018-12-156-20/+24
* | | | | | | Merge pull request #1415 from 0xProject/feature/instant/mobile-numeric-keyboardFrancesco Agosti2018-12-153-55/+45
|\ \ \ \ \ \ \
| * | | | | | | run linterfragosti2018-12-142-14/+31
| * | | | | | | simplify scaling input logicfragosti2018-12-143-50/+18
| * | | | | | | feat: change input to number inputfragosti2018-12-112-0/+5
* | | | | | | | Apply prettierLeonid Logvinov2018-12-151-1/+1
* | | | | | | | Publish@0x/contracts-utils@1.0.2@0x/contracts-tokens@1.0.2@0x/contracts-protocol@2.1.59@0x/contracts-multisig@1.0.2@0x/contracts-libs@1.0.2@0x/contracts-interfaces@1.0.2@0x/contracts-extensions@1.0.2@0x/contracts-examples@1.0.2Leonid Logvinov2018-12-148-33/+33
* | | | | | | | Updated CHANGELOGSLeonid Logvinov2018-12-1416-1/+168
* | | | | | | | Rename contracts CHANGELOGs to DEPLOYsLeonid Logvinov2018-12-143-0/+0
* | | | | | | | Move Forwarder CHANGELOG entries to extensions CHANGELOGLeonid Logvinov2018-12-142-29/+31
* | | | | | | | Make contracts packages not privateLeonid Logvinov2018-12-148-8/+0
* | | | | | | | Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8Leonid Logvinov2018-12-1443-420/+420
* | | | | | | | Updated CHANGELOGSLeonid Logvinov2018-12-1429-57/+57
* | | | | | | | Updated CHANGELOGSLeonid Logvinov2018-12-1458-1/+378
* | | | | | | | add special case to scrape OHLCV for eth/usd (#1428)Xianny2018-12-141-10/+34
* | | | | | | | Merge pull request #1418 from 0xProject/feature/website/integrate-instant-doc...Brandon Millman2018-12-144-0/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(website): update copy of instant track in dev homeBrandon Millman2018-12-141-2/+2
| * | | | | | | | feature(website): add 0x Instant as a track in the docsBrandon Millman2018-12-114-0/+16
* | | | | | | | | fix(sra_client.py): Fix version badge in READMEF. Eugene Aumson2018-12-141-1/+1
* | | | | | | | | Bump contracts-test-utils version to match the one on npmLeonid Logvinov2018-12-148-8/+8
* | | | | | | | | Revert version bump to unpublished contracts packagesLeonid Logvinov2018-12-1412-61/+40
* | | | | | | | | Merge pull request #1410 from 0xProject/fix/instant/zero-quoteSteve Klebanoff2018-12-131-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix(instant): Don't update heartbeat if amount is 0Steve Klebanoff2018-12-111-0/+1
| | | | * | | | | | fix semicolon and apply prettierSteve Klebanoff2018-12-151-2/+10
| | | | * | | | | | Show @ price in light greySteve Klebanoff2018-12-141-4/+5
| | | | * | | | | | typeof -> isStringSteve Klebanoff2018-12-141-1/+1
| | | | * | | | | | Fix SectionHeaderPropsSteve Klebanoff2018-12-141-4/+2
| | | | * | | | | | A little bit of scaling logic for not cutting off textSteve Klebanoff2018-12-131-6/+9
| | | | * | | | | | show < 0.00001 ETH when amount gets really smallSteve Klebanoff2018-12-132-7/+26
| | | | * | | | | | Use BN equals and call functionSteve Klebanoff2018-12-131-2/+2
| | | | * | | | | | Use helper function to check for errorSteve Klebanoff2018-12-131-3/+1
| | | | * | | | | | show as <$0.01 when less than a cent in USD, and also show 1 significant digi...Steve Klebanoff2018-12-132-3/+22
| | | | * | | | | | Abstract SectionHeader and make 12px per Chris's comment and figma designSteve Klebanoff2018-12-133-21/+33
| | | | * | | | | | LintingSteve Klebanoff2018-12-131-4/+3
| | | | * | | | | | Analytics events for ETH/USD toggle and failure to fetch eth usd priceSteve Klebanoff2018-12-134-0/+14
| | | | * | | | | | Change base currency to ETH if we can't get USD priceSteve Klebanoff2018-12-131-1/+2
| | | | * | | | | | Show error when fetching usd pricesSteve Klebanoff2018-12-131-4/+32
| | | | * | | | | | Make primary value in total cost boldSteve Klebanoff2018-12-131-0/+1
| | | | * | | | | | Small clean upSteve Klebanoff2018-12-131-18/+5
| | | | * | | | | | Refactor BaseCurrencyChoice to be done in helper functionSteve Klebanoff2018-12-131-27/+19
| | | | * | | | | | Remove unused utilSteve Klebanoff2018-12-131-36/+0
| | | | * | | | | | Default to USDSteve Klebanoff2018-12-131-1/+1
| | | | * | | | | | Refactor OrderDetails to use private instance methodsSteve Klebanoff2018-12-131-91/+115
| | | | * | | | | | Move header to helperSteve Klebanoff2018-12-131-29/+33
| | | | * | | | | | Render OrderDetailsRow directlySteve Klebanoff2018-12-132-45/+29
| | | | * | | | | | Delete old interface and rename BaseCurrencyChoiceSteve Klebanoff2018-12-121-13/+4
| | | | * | | | | | Refactor out custom componentsSteve Klebanoff2018-12-121-82/+55
| | | | * | | | | | Show as 0 when selectedSteve Klebanoff2018-12-123-8/+14
| | | | * | | | | | Remove unused componentSteve Klebanoff2018-12-121-49/+0
| | | | * | | | | | feat(instant): ETH/USD toggleSteve Klebanoff2018-12-126-48/+269
| | | | | | * | | | Add Python SRA client to Developer homeFabio Berger2018-12-131-0/+9
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Fix bug that occurs when token metadata decimals is undefined. (#1426)Alex Browne2018-12-132-4/+18
* | | | | | | | | Merge pull request #1425 from 0xProject/feature/async-suffixLeonid Logvinov2018-12-1312-46/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix linter errorsLeonid Logvinov2018-12-138-22/+22
| * | | | | | | | | Add PR numberLeonid Logvinov2018-12-131-1/+2
| * | | | | | | | | Fix linter errorsLeonid Logvinov2018-12-132-9/+9
| * | | | | | | | | Check functions Async suffixLeonid Logvinov2018-12-132-15/+32
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1422 from 0xProject/fix/ci/lernaIssueFabio B2018-12-122-18/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update the a newer version of our Lerna fork with CI fixxFabio Berger2018-12-122-18/+17
|/ / / / / / / / /
* | | | | | | | | Make pull_missing_blocks script consider all events with block numbers (#1420)Alex Browne2018-12-121-1/+14
* | | | | | | | | Fix project references for contracts packages (#1419)Alex Browne2018-12-122-2/+11
* | | | | | | | | feat(sra_client.py)F. Eugene Aumson2018-12-1251-3/+6866
* | | | | | | | | Remove accidentally commited filesLeonid Logvinov2018-12-1236-27884/+0
* | | | | | | | | track idex orderbook snapshots (#1397)zkao2018-12-1214-34/+690
* | | | | | | | | Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7Fabio Berger2018-12-1243-404/+402
* | | | | | | | | Updated CHANGELOGSFabio Berger2018-12-1292-77/+27966
* | | | | | | | | Refactor event scraping and add support for scraping ERC20 approval events (#...Alex Browne2018-12-1219-196/+641
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | fix(order_utils.py): Remove stale commentF. Eugene Aumson2018-12-121-2/+0
* | | | | | | | Merge pull request #1413 from 0xProject/feature/contracts-monorepo-7Leonid Logvinov2018-12-12112-451/+519
|\ \ \ \ \ \ \ \
| * | | | | | | | Move OrderValidator to the protocol packageLeonid Logvinov2018-12-1212-23/+20
| * | | | | | | | Revert accidental changeLeonid Logvinov2018-12-121-1/+1
| * | | | | | | | Update contracts/examples/README.mdFabio B2018-12-121-1/+1
| * | | | | | | | Merge branch 'development' into feature/contracts-monorepo-7Leonid Logvinov2018-12-11207-311/+6663
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Revert access changesLeonid Logvinov2018-12-1110-10/+10
| * | | | | | | | | Upgrade solhint versionLeonid Logvinov2018-12-111-3/+3
| * | | | | | | | | Re-use solhint configurationLeonid Logvinov2018-12-1116-156/+16
| * | | | | | | | | Change contracts publish configLeonid Logvinov2018-12-119-9/+9
| * | | | | | | | | Rename core package to protocolLeonid Logvinov2018-12-1167-26/+32
| * | | | | | | | | Add coreArtifacts to forwarder wrapperLeonid Logvinov2018-12-111-1/+2
| * | | | | | | | | Combine duplicate importsLeonid Logvinov2018-12-111-2/+1
| * | | | | | | | | Refactor our extensions packageLeonid Logvinov2018-12-1142-304/+304
| * | | | | | | | | Refactor out examplesLeonid Logvinov2018-12-1121-25/+230
* | | | | | | | | | Merge pull request #1414 from 0xProject/fix/signature-utils/walletSignatureFabio B2018-12-112-1/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add CHANGELOG entryFabio Berger2018-12-111-0/+9
| * | | | | | | | | Actually pass the signature, not the signature index to a wallet contract's `...Fabio Berger2018-12-111-1/+1
* | | | | | | | | | Add link to rexrelay integration example in instant READMEBrandon Millman2018-12-111-0/+2
| |_|/ / / / / / / |/| | | | | | | |