Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize database operations in pull_missing_events script | Alex Browne | 2018-12-05 | 1 | -9/+26 |
* | Add homepage_url to relayers | Alex Browne | 2018-12-05 | 3 | -7/+22 |
* | Add workaround for broken save method | Alex Browne | 2018-12-05 | 2 | -2/+22 |
* | Fix chunk size in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
* | Use built-in chunk feature of TypeORM save method | Alex Browne | 2018-12-05 | 1 | -7/+2 |
* | Change some column types from varchar to numeric | Alex Browne | 2018-12-05 | 11 | -46/+121 |
* | Add raw schema prefix to query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
* | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-05 | 2 | -2/+15 |
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 7 | -24/+52 |
* | Preliminary work for adding RR order book scraping | Alex Browne | 2018-12-05 | 1 | -0/+52 |
* | Update schema for sra_orders | Alex Browne | 2018-12-05 | 2 | -6/+49 |
* | Pointing entities to raw schema | Jake Ellowitz | 2018-12-05 | 10 | -132/+129 |
* | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-05 | 4 | -1/+208 |
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 12 | -7/+81 |
* | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-05 | 6 | -30/+21 |
* | Rename Transaction.ts to transaction.ts | Alex Browne | 2018-12-05 | 3 | -0/+0 |
* | Add better error handling for immediately invoked async functions | Alex Browne | 2018-12-05 | 4 | -85/+20 |
* | Rename table and column names | Alex Browne | 2018-12-05 | 10 | -98/+172 |
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 15 | -14/+38 |
* | Split index.ts into multiple scripts in scripts/ and detect last known block ... | Alex Browne | 2018-12-05 | 4 | -92/+95 |
* | Remove unused function parameter in index.ts script | Alex Browne | 2018-12-05 | 1 | -2/+2 |
* | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-05 | 2 | -5/+7 |
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 4 | -6/+14 |
* | Remove outdated info from README | Alex Browne | 2018-12-05 | 1 | -21/+0 |
* | Add build:ci to pipeline package.json | Alex Browne | 2018-12-05 | 1 | -0/+1 |
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 5 | -6/+107 |
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 5 | -0/+149 |
* | chore: Fix tslint config. | Alex Browne | 2018-12-05 | 2 | -2/+2 |
* | Fix bugs in merge_v2_events script and disable verbose logging | Alex Browne | 2018-12-05 | 2 | -2/+5 |
* | Enable verbose logging | Alex Browne | 2018-12-05 | 1 | -1/+1 |
* | Rename index.ts -> merge_v2_events | Alex Browne | 2018-12-05 | 1 | -0/+0 |
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 10 | -40/+90 |
* | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-05 | 7 | -16/+16 |
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-05 | 10 | -242/+85 |
* | Rebase and update to use new modularized artifacts | Alex Browne | 2018-12-05 | 6 | -2289/+8 |
* | Add tests for SRA order conversion | Alex Browne | 2018-12-05 | 3 | -4/+83 |
* | Re-add missing tests | Alex Browne | 2018-12-05 | 3 | -90/+164 |
* | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-05 | 2 | -1/+4 |
* | Add preliminary support for scraping orders from SRA endpoints (no pagination... | Alex Browne | 2018-12-05 | 8 | -12/+134 |
* | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-05 | 5 | -11/+19 |
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-05 | 3 | -9/+45 |
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-05 | 4 | -6/+15 |
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-05 | 5 | -10/+81 |
* | Make event parsing more functional and less class-based | Alex Browne | 2018-12-05 | 3 | -65/+21 |
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-05 | 7 | -175/+206 |
* | Add support for decoding asset data | Alex Browne | 2018-12-05 | 5 | -36/+94 |
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 6 | -13/+89 |
* | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-05 | 4 | -11/+29 |
* | Add tests for etherscan events | Alex Browne | 2018-12-05 | 5 | -10/+124 |
* | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-05 | 4 | -75/+96 |
* | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-05 | 24 | -1895/+2368 |
* | Rebase pipeline branch off development | Alex Browne | 2018-12-05 | 25 | -0/+2001 |
* | Merge branch 'development' into feature/contracts-monorepo-2 | Leonid Logvinov | 2018-12-04 | 60 | -82/+1030 |
|\ | |||||
| * | Merge pull request #1225 from 0xProject/feature/contracts/dutch-auction | Jacob Evans | 2018-12-04 | 2 | -0/+10 |
| |\ | |||||
| | * | chore: Move to new structure | Jacob Evans | 2018-12-04 | 2 | -691/+0 |
| | * | chore: SafeMath and if statement in getAuctionDetails | Jacob Evans | 2018-12-04 | 1 | -10/+18 |
| | * | chore: Add RevertReasons for DutchAuction. Test revert reasons | Jacob Evans | 2018-12-04 | 4 | -14/+51 |
| | * | chore: Use SafeMath where possible | Jacob Evans | 2018-12-04 | 1 | -15/+34 |
| | * | chore: Clean up documentation | Jacob Evans | 2018-12-04 | 2 | -30/+58 |
| | * | chore: Work around for Ganache timestamp bug | Jacob Evans | 2018-12-04 | 1 | -17/+14 |
| | * | chore: Return excess to buyer | Jacob Evans | 2018-12-04 | 2 | -29/+58 |
| | * | chore: update documentation | Jacob Evans | 2018-12-04 | 2 | -14/+25 |
| | * | chore: taker address and zrx fee test | Jacob Evans | 2018-12-04 | 1 | -1/+46 |
| | * | chore: Rename price to amount. Encode parameters in makerAssetData | Jacob Evans | 2018-12-04 | 2 | -134/+149 |
| | * | chore: time movement for geth | Jacob Evans | 2018-12-04 | 2 | -31/+68 |
| | * | feat: Dutch Auction | Jacob Evans | 2018-12-04 | 2 | -0/+475 |
| * | | Merge pull request #1372 from 0xProject/fix/instant/single-asset | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
| |\ \ | |||||
| | * | | fix(instant): render token selector when only one asset is available | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
| * | | | Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-hea... | Steve Klebanoff | 2018-12-04 | 4 | -6/+14 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | updating .env example | Steve Klebanoff | 2018-12-04 | 1 | -1/+4 |
| | * | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i... | Steve Klebanoff | 2018-12-04 | 3 | -5/+10 |
| * | | | Merge pull request #1367 from 0xProject/fix/instant/dai | Brandon Millman | 2018-12-04 | 3 | -2/+16 |
| |\ \ \ | |||||
| | * | | | feat(instant): update DAI token color | Brandon Millman | 2018-12-04 | 1 | -1/+1 |
| | * | | | fix(asset-buyer): update SRA order provider to include DAI | Brandon Millman | 2018-12-04 | 2 | -1/+15 |
| * | | | | Merge pull request #1353 from 0xProject/feature/website/instant-marketing | Francesco Agosti | 2018-12-04 | 22 | -2/+683 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | feat(website): implement rest of links | Brandon Millman | 2018-11-29 | 3 | -55/+77 |
| | * | | | feat(website): implement link directly to configure | Brandon Millman | 2018-11-29 | 4 | -6/+36 |
| | * | | | feat(website): optionally show configurator | Brandon Millman | 2018-11-29 | 1 | -3/+4 |
| | * | | | feature(website): add configurator shell | Brandon Millman | 2018-11-29 | 2 | -0/+8 |
| | * | | | fix(website): instant marketing page need more background color | Brandon Millman | 2018-11-29 | 3 | -5/+4 |
| | * | | | fix(website): instant marketing page shadows | Brandon Millman | 2018-11-29 | 4 | -148/+47 |
| | * | | | fix(website): change instant marketing page styling to non mono font except t... | Brandon Millman | 2018-11-29 | 2 | -10/+10 |
| | * | | | chore(website): random fixes for mobile optimization | Brandon Millman | 2018-11-29 | 4 | -36/+63 |
| | * | | | feat(website): add extra assets for instant marketing page | Brandon Millman | 2018-11-29 | 15 | -8/+354 |
| | * | | | feat(website): fix screenshots in marketing page for small screens | Brandon Millman | 2018-11-29 | 2 | -11/+31 |
| | * | | | feat(website): need more section for instant marketing page | Brandon Millman | 2018-11-29 | 3 | -2/+52 |
| | * | | | feature(website): add links to instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+51 |
| | * | | | fix(website): update instant page CTA font | Brandon Millman | 2018-11-29 | 1 | -7/+1 |
| | * | | | feat(website): instant features section | Brandon Millman | 2018-11-29 | 6 | -31/+55 |
| | * | | | feat(website): add screenshots to instant page | Brandon Millman | 2018-11-29 | 10 | -1/+85 |
| | * | | | feat(website): implement introducing 0x instant header | Brandon Millman | 2018-11-29 | 3 | -1/+48 |
| | * | | | feat(website): add header and footer to instant page | Brandon Millman | 2018-11-29 | 1 | -1/+46 |
| | * | | | feat(website): scaffolding for instant page | Brandon Millman | 2018-11-29 | 4 | -0/+42 |
| * | | | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-env | Steve Klebanoff | 2018-12-04 | 11 | -40/+238 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Fix variable name | Steve Klebanoff | 2018-12-01 | 1 | -2/+2 |
| | * | | | Take out https:// prefix | Steve Klebanoff | 2018-12-01 | 1 | -1/+1 |
| | * | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
| | |\ \ \ | |||||
| | * | | | | get rid of double private def | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| | * | | | | update with new CDN | Steve Klebanoff | 2018-12-01 | 1 | -2/+1 |
| | * | | | | Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol... | Steve Klebanoff | 2018-12-01 | 166 | -588/+7426 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-27 | 112 | -409/+989 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINS | Steve Klebanoff | 2018-11-27 | 2 | -3/+3 |
| | * | | | | | | Host whitelist so we don't get errors from embedded site | Steve Klebanoff | 2018-11-22 | 2 | -1/+11 |
| | * | | | | | | Linting | Steve Klebanoff | 2018-11-22 | 1 | -1/+1 |
| | * | | | | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-22 | 40 | -76/+279 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Better env var names for source map plugin | Steve Klebanoff | 2018-11-22 | 1 | -5/+5 |
| | * | | | | | | | Shorter validateRollbarPresence logic | Steve Klebanoff | 2018-11-22 | 1 | -11/+4 |
| | * | | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR... | Steve Klebanoff | 2018-11-22 | 3 | -22/+22 |
| | * | | | | | | | Report when cant update balance | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| | * | | | | | | | Takeout redundant check, and make function name more clear | Steve Klebanoff | 2018-11-22 | 1 | -7/+5 |
| | * | | | | | | | Move rollbar setup into function, move setting up into provider | Steve Klebanoff | 2018-11-22 | 3 | -36/+35 |
| | * | | | | | | | Always report unexpected errors. Move error message generation into helper f... | Steve Klebanoff | 2018-11-22 | 3 | -23/+56 |
| | * | | | | | | | Linting | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| | * | | | | | | | Ensure we publish Instant with rollbar settings | Steve Klebanoff | 2018-11-21 | 1 | -1/+5 |
| | * | | | | | | | TODO note | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| | * | | | | | | | Explicit error reporting | Steve Klebanoff | 2018-11-21 | 4 | -3/+12 |
| | * | | | | | | | Force source maps on staging and dogfood | Steve Klebanoff | 2018-11-21 | 1 | -2/+26 |
| | * | | | | | | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 3 | -0/+78 |
| | * | | | | | | | Use sourcemap loader | Steve Klebanoff | 2018-11-21 | 1 | -0/+10 |
| | * | | | | | | | Introduce rollbar plugin | Steve Klebanoff | 2018-11-21 | 4 | -15/+59 |
| | * | | | | | | | Send in rollbar environment | Steve Klebanoff | 2018-11-21 | 1 | -8/+20 |
| * | | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selector | Brandon Millman | 2018-12-04 | 9 | -14/+30 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | fix(instant): remove screenshot from dev index.html | Brandon Millman | 2018-12-04 | 2 | -6/+0 |
| | * | | | | | | | | fix(instant): darken overlay color | Brandon Millman | 2018-12-01 | 3 | -1/+7 |
| | * | | | | | | | | feat(instant): add token symbol to buy button text | Brandon Millman | 2018-12-01 | 3 | -5/+16 |
| | * | | | | | | | | fix(instant): update zrx icon | Brandon Millman | 2018-12-01 | 1 | -2/+5 |
| | * | | | | | | | | fix(instant): DGD and DGX colors | Brandon Millman | 2018-12-01 | 1 | -2/+2 |
| | * | | | | | | | | fix(instant) various token selector fixes | Brandon Millman | 2018-12-01 | 3 | -4/+6 |
| * | | | | | | | | | Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env... | Francesco Agosti | 2018-12-04 | 8 | -7/+18 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| | * | | | | | | | | feat: add dotenv to make env dependencies more explicit | fragosti | 2018-12-01 | 8 | -7/+18 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #1366 from 0xProject/feature/instant/provider-name | Brandon Millman | 2018-12-04 | 6 | -7/+16 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | feat(instant): provide a custom wallet display name | Brandon Millman | 2018-12-01 | 6 | -7/+16 |
| | |/ / / / / / / | |||||
* | | | | | | | | | Use lodash _.startsWith | Leonid Logvinov | 2018-12-03 | 1 | -3/+5 |
* | | | | | | | | | Update packages/sol-resolver/src/resolvers/npm_resolver.ts | Fabio B | 2018-12-03 | 1 | -1/+1 |
* | | | | | | | | | Update packages/sol-resolver/src/resolvers/npm_resolver.ts | Fabio B | 2018-12-03 | 1 | -1/+1 |
* | | | | | | | | | Update packages/sol-compiler/src/compiler.ts | Fabio B | 2018-12-03 | 1 | -1/+1 |
* | | | | | | | | | Update packages/sol-compiler/CHANGELOG.json | Fabio B | 2018-12-03 | 1 | -1/+1 |
* | | | | | | | | | Fix hardcoded path in release notes fetching | Leonid Logvinov | 2018-12-03 | 2 | -9/+7 |
* | | | | | | | | | Rename contract_templates to abi-gen-templates | Leonid Logvinov | 2018-12-03 | 3 | -4/+4 |
* | | | | | | | | | Fix an issue when we tried to append base contracts path to absolute imports ... | Leonid Logvinov | 2018-12-03 | 2 | -1/+17 |
* | | | | | | | | | Add support for scoped packages resolving to NPMResoler | Leonid Logvinov | 2018-12-03 | 2 | -2/+20 |
|/ / / / / / / / | |||||
* | | | | | | | | Move MultiAssetProxy to the contracts monorepo | Leonid Logvinov | 2018-12-03 | 1 | -300/+0 |
* | | | | | | | | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 2 | -2/+2 |
* | | | | | | | | Move packages/contracts to contracts/core | Leonid Logvinov | 2018-12-03 | 156 | -28189/+0 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1362 from 0xProject/fix/instant/push-to-history-broken-wh... | Francesco Agosti | 2018-12-01 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | chore: lint | fragosti | 2018-12-01 | 3 | -7/+6 |
| * | | | | | | fix: push to history edge case for second render where onpopstate is not defi... | fragosti | 2018-12-01 | 1 | -2/+3 |
* | | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 10 | -40/+52 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | removing unused references | Steve Klebanoff | 2018-12-01 | 2 | -2/+2 |
| * | | | | | | Remove env var check for INSTANT_HEAP_ANALYTICS_ID_PRODUCTION since this is o... | Steve Klebanoff | 2018-12-01 | 1 | -11/+0 |
| * | | | | | | takeout console.log | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| * | | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 158 | -456/+7292 |
| |\| | | | | | |||||
| * | | | | | | cdn -> dischargeTarget, and report to heap | Steve Klebanoff | 2018-12-01 | 7 | -16/+29 |
| * | | | | | | Take out old --env | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | cdn approach to identifyign environments | Steve Klebanoff | 2018-11-30 | 6 | -49/+20 |
| * | | | | | | Fix build command | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | feat(instant): Cleaner config-specific setup | Steve Klebanoff | 2018-11-30 | 6 | -23/+69 |
| * | | | | | | Set .env in builds, and update profile to use 0xproject | Steve Klebanoff | 2018-11-30 | 4 | -11/+8 |
* | | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analytics | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | add missing import from merge | Steve Klebanoff | 2018-12-01 | 1 | -0/+1 |
| * | | | | | | Merge branch 'development' into feature/instant/misc-close-analytics | Steve Klebanoff | 2018-11-30 | 141 | -405/+7027 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | feat(instant): Close and View Transaction analytics events | Steve Klebanoff | 2018-11-28 | 3 | -1/+11 |
* | | | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setup | Francesco Agosti | 2018-12-01 | 8 | -51/+44 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | feat: remove instant from project references | fragosti | 2018-12-01 | 1 | -1/+4 |
| * | | | | | | | | chore: deploy_live -> deploy_production | fragosti | 2018-12-01 | 2 | -2/+2 |
| * | | | | | | | | feat: update tsconfig | fragosti | 2018-12-01 | 1 | -2/+1 |
| * | | | | | | | | fix: address PR feedback | fragosti | 2018-12-01 | 5 | -8/+4 |
| | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | fix: add clarification to NOTE in README | fragosti | 2018-11-29 | 1 | -1/+1 |
| * | | | | | | | feat: add URL to other parts of README | fragosti | 2018-11-29 | 1 | -2/+2 |
| * | | | | | | | feat: write version info directly to exported object | fragosti | 2018-11-29 | 3 | -14/+7 |
| * | | | | | | | feat: add deploy_live command | fragosti | 2018-11-29 | 3 | -3/+25 |
| * | | | | | | | feat: write version info to window | fragosti | 2018-11-29 | 2 | -0/+11 |
| * | | | | | | | feat: update README to reflect lack of commonjs module | fragosti | 2018-11-27 | 1 | -29/+1 |
| * | | | | | | | feat: make package private | fragosti | 2018-11-27 | 1 | -7/+4 |
* | | | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-01 | 71 | -268/+6604 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analytics | Steve Klebanoff | 2018-11-30 | 7 | -12/+62 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | assetAmount -> assetBuyAmount | Steve Klebanoff | 2018-11-30 | 1 | -2/+2 |
| | * | | | | | | | Merge branch 'development' into feature/instant/quote-analytics | Steve Klebanoff | 2018-11-29 | 77 | -157/+504 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Use base unit value | Steve Klebanoff | 2018-11-29 | 1 | -1/+1 |
| | * | | | | | | | | Move fetch origin out of options | Steve Klebanoff | 2018-11-29 | 5 | -17/+16 |
| | * | | | | | | | | fetchedVia -> fetchOrigin | Steve Klebanoff | 2018-11-29 | 6 | -12/+16 |
| | * | | | | | | | | QuoteFetchedVia -> QuoteFetchOrigin | Steve Klebanoff | 2018-11-29 | 7 | -14/+14 |
| | * | | | | | | | | Take out asset name and data as we can use the selected event properties | Steve Klebanoff | 2018-11-29 | 2 | -16/+2 |
| | * | | | | | | | | Tracking quote errors | Steve Klebanoff | 2018-11-28 | 2 | -0/+23 |
| | * | | | | | | | | feat(instant): Quote fetch tracking | Steve Klebanoff | 2018-11-28 | 7 | -9/+39 |
| | | |_|/ / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bg | Steve Klebanoff | 2018-11-30 | 3 | -7/+35 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | fix(instant): Progress bar background color should be 10% primary color | Steve Klebanoff | 2018-11-29 | 3 | -7/+35 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #1303 from 0xProject/feature/contracts/optimizedAbiEncoder | Amir Bandeali | 2018-11-30 | 41 | -1/+4913 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix import export so that it works with doc gen | Fabio Berger | 2018-11-30 | 1 | -2/+1 |
| | * | | | | | | | | Ran prettier | Greg Hysen | 2018-11-29 | 1 | -1/+2 |
| | * | | | | | | | | Changelog for ABI Encoder | Greg Hysen | 2018-11-29 | 1 | -0/+9 |
| | * | | | | | | | | Linter / Prettier | Greg Hysen | 2018-11-29 | 3 | -13/+13 |
| | * | | | | | | | | Explicit imports for calldata | Greg Hysen | 2018-11-29 | 19 | -43/+46 |
| | * | | | | | | | | Explicit imports for abstract data types. | Greg Hysen | 2018-11-29 | 17 | -35/+42 |
| | * | | | | | | | | Explicit imports for EVM Data Types | Greg Hysen | 2018-11-29 | 14 | -77/+88 |
| | * | | | | | | | | Optimize calldata by default. | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
| | * | | | | | | | | Explicit encoding rules in tests. | Greg Hysen | 2018-11-29 | 4 | -102/+106 |
| | * | | | | | | | | Changed constants to an exported enum; this is 0x convention | Greg Hysen | 2018-11-29 | 17 | -73/+75 |
| | * | | | | | | | | Use SolidityTypes from `ethereum-types` package. | Greg Hysen | 2018-11-29 | 9 | -20/+25 |
| | * | | | | | | | | Use ethUti.isValidAddress in encoder | Greg Hysen | 2018-11-29 | 2 | -9/+4 |
| | * | | | | | | | | Fixed build error: was using `this` instead of class name to reference a stat... | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
| | * | | | | | | | | Style cleanup. Improved wording of some error messages. | Greg Hysen | 2018-11-29 | 11 | -36/+43 |
| | * | | | | | | | | Changed remaining instances of implicit `bool` casts to explicit lodash calls | Greg Hysen | 2018-11-29 | 3 | -5/+6 |
| | * | | | | | | | | Changed from <string>.startsWith to _.startsWith | Greg Hysen | 2018-11-29 | 7 | -7/+7 |
| | * | | | | | | | | Switched implicit conversions to explicit lodash calls | Greg Hysen | 2018-11-29 | 4 | -9/+9 |
| | * | | | | | | | | Replaced null/undefined checks with lodash | Greg Hysen | 2018-11-29 | 9 | -28/+33 |
| | * | | | | | | | | Tests use to.be.deep.equal instead of JSON | Greg Hysen | 2018-11-29 | 4 | -252/+84 |
| | * | | | | | | | | Ran prettier | Greg Hysen | 2018-11-29 | 5 | -12/+23 |
| | * | | | | | | | | Comments to Set datatype | Greg Hysen | 2018-11-29 | 1 | -42/+35 |
| | * | | | | | | | | Linter on Calldata | Greg Hysen | 2018-11-29 | 1 | -20/+19 |
| | * | | | | | | | | Moved some consts outside of a loop | Greg Hysen | 2018-11-29 | 1 | -5/+6 |
| | * | | | | | | | | Added inline documentation for Calldata class | Greg Hysen | 2018-11-29 | 2 | -84/+147 |
| | * | | | | | | | | Linter for Calldata Block Iterator | Greg Hysen | 2018-11-29 | 2 | -13/+26 |
| | * | | | | | | | | Moved calldata iterator logic into its own iterator clas | Greg Hysen | 2018-11-29 | 5 | -62/+119 |
| | * | | | | | | | | Payload -> Blob, Dependent -> Pointer, Member -> Set | Greg Hysen | 2018-11-29 | 25 | -132/+130 |
| | * | | | | | | | | Comments for Address | Greg Hysen | 2018-11-29 | 1 | -5/+5 |
| | * | | | | | | | | Comments for Array | Greg Hysen | 2018-11-29 | 1 | -16/+23 |
| | * | | | | | | | | Comments and inline documentation for dynamic bytes | Greg Hysen | 2018-11-29 | 4 | -29/+40 |
| | * | | | | | | | | Removed abstract Number class. | Greg Hysen | 2018-11-29 | 3 | -59/+67 |
| | * | | | | | | | | Abstracted out encoding/decoding of numeric values into its own utility. Coul... | Greg Hysen | 2018-11-29 | 9 | -81/+125 |
| | * | | | | | | | | Final rounds on evm data types | Greg Hysen | 2018-11-29 | 4 | -42/+59 |
| | * | | | | | | | | Moved encoder selector check into DataType | Greg Hysen | 2018-11-29 | 2 | -14/+10 |
| | * | | | | | | | | Made default encoding/decoding rules global to all modules in encoder | Greg Hysen | 2018-11-29 | 3 | -16/+18 |
| | * | | | | | | | | Removed mapDataItemToDataType from Factory. Now its just ::create() | Greg Hysen | 2018-11-29 | 4 | -42/+25 |
| | * | | | | | | | | Some minor cleanup in ABI Encoder | Greg Hysen | 2018-11-29 | 5 | -25/+26 |
| | * | | | | | | | | Prepended `front` to function names in Queue | Greg Hysen | 2018-11-29 | 3 | -14/+14 |
| | * | | | | | | | | Ran prettier | Greg Hysen | 2018-11-29 | 2 | -2/+2 |
| | * | | | | | | | | moved abi encoder constants into utils dir | Greg Hysen | 2018-11-29 | 14 | -15/+15 |
| | * | | | | | | | | Split ABI Encoder/Decoder tests into separate files | Greg Hysen | 2018-11-29 | 10 | -1854/+1868 |
| | * | | | | | | | | Merge above | Greg Hysen | 2018-11-29 | 6 | -0/+390 |
| | * | | | | | | | | Ran prettier | Greg Hysen | 2018-11-29 | 14 | -376/+15 |
| | * | | | | | | | | Ran prettier | Greg Hysen | 2018-11-29 | 11 | -11/+10 |
| | * | | | | | | | | Split Calldata into multiple files - 1 class per file | Greg Hysen | 2018-11-29 | 14 | -535/+571 |
| | * | | | | | | | | Split EVM data types and factory into separate files | Greg Hysen | 2018-11-29 | 18 | -587/+769 |
| | * | | | | | | | | Renaming some EVM data types for clarity | Greg Hysen | 2018-11-29 | 2 | -76/+76 |
| | * | | | | | | | | Fixed linter errors in package.json | Greg Hysen | 2018-11-29 | 1 | -1/+4 |
| | * | | | | | | | | Fixed linter errors on tests | Greg Hysen | 2018-11-29 | 4 | -133/+141 |
| | * | | | | | | | | Fixed linter errors on evm_data_types | Greg Hysen | 2018-11-29 | 2 | -194/+190 |
| | * | | | | | | | | Fixed linter errors on data_type.ts | Greg Hysen | 2018-11-29 | 4 | -162/+171 |
| | * | | | | | | | | Ran prettier on utils | Greg Hysen | 2018-11-29 | 7 | -36/+463 |
| | * | | | | | | | | Moved global constants to separate file | Greg Hysen | 2018-11-29 | 1 | -0/+6 |
| | * | | | | | | | | Ran linter on Calldata | Greg Hysen | 2018-11-29 | 2 | -275/+241 |
| | * | | | | | | | | Tests for decoding return values + Ability to encode return values | Greg Hysen | 2018-11-29 | 2 | -9/+79 |
| | * | | | | | | | | Arrays nested in tuples | Greg Hysen | 2018-11-29 | 1 | -0/+92 |
| | * | | | | | | | | Multidimensional Array tests | Greg Hysen | 2018-11-29 | 1 | -74/+80 |
| | * | | | | | | | | Optimizer Tests | Greg Hysen | 2018-11-29 | 2 | -160/+200 |
| | * | | | | | | | | Cleaning up optimizer tests | Greg Hysen | 2018-11-29 | 6 | -605/+687 |
| | * | | | | | | | | All 71 tests passing. Both for function encoding and individual types. | Greg Hysen | 2018-11-29 | 2 | -3/+4 |
| | * | | | | | | | | Temporary change for testing functions | Greg Hysen | 2018-11-29 | 2 | -7/+4 |
| | * | | | | | | | | tests for String | Greg Hysen | 2018-11-29 | 2 | -41/+123 |