Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Add script for parsing competing dex trades from Bloxy (#1355) | Alex Browne | 2018-12-05 | 9 | -4/+498 | |
| | | | | | | | | ||||||
| * | | | | | | | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-05 | 27 | -54/+766 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed | |||||
| * | | | | | | | [pipeline] Add additional documentation to the README (#1328) | Alex Browne | 2018-12-05 | 1 | -0/+113 | |
| | | | | | | | | ||||||
| * | | | | | | | Reduce number of blocks per query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-05 | 4 | -13/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 10 | -55/+75 | |
| | | | | | | | | ||||||
| * | | | | | | | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 12 | -2/+208 | |
| | | | | | | | | ||||||
| * | | | | | | | Add script for pulling missing block data | Alex Browne | 2018-12-05 | 5 | -4/+95 | |
| | | | | | | | | ||||||
| * | | | | | | | Check for special characters in table name in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -3/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 6 | -90/+170 | |
| | | | | | | | | ||||||
| * | | | | | | | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-05 | 3 | -1/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix linter issues | |||||
| * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Relayer.ts to relayer.ts Rename Block.ts to block.ts | |||||
| * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when pulling events | |||||
| * | | | | | | | 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 | 6 | -7/+114 | |
| | | | | | | | | ||||||
| * | | | | | | | 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 | 11 | -40/+155 | |
| | | | | | | | | ||||||
| * | | | | | | | 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 | 11 | -600/+138 | |
| | | | | | | | | ||||||
| * | | | | | | | 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 ↵ | Alex Browne | 2018-12-05 | 9 | -30/+255 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pagination, only RR support for now) | |||||
| * | | | | | | | 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 | 6 | -39/+97 | |
| | | | | | | | | ||||||
| * | | | | | | | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 8 | -22/+166 | |
| | | | | | | | | ||||||
| * | | | | | | | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-05 | 4 | -11/+29 | |
| | | | | | | | | ||||||
| * | | | | | | | Add tests for etherscan events | Alex Browne | 2018-12-05 | 6 | -11/+125 | |
| | | | | | | | | ||||||
| * | | | | | | | 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 | 26 | -2529/+2634 | |
| | | | | | | | | ||||||
| * | | | | | | | Rebase pipeline branch off development | Alex Browne | 2018-12-05 | 26 | -67/+2666 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #1387 from 0xProject/switchRocketChatForDiscord | Fabio B | 2018-12-05 | 9 | -16/+16 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Switch all website links from RocketChat for Discord | |||||
| * | | | | | | | Replace Rocket.chat with Discord | Fabio Berger | 2018-12-05 | 9 | -14/+14 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix mixed up chinese translations | Fabio Berger | 2018-12-05 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
| | | | | | * | Add id prop | Fred Carlsen | 2018-12-15 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | | | * | Jump down to configurator | Fred Carlsen | 2018-12-15 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | | | | * | Fix default heading size | Fred Carlsen | 2018-12-15 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | | | | | * | Update routes | Fred Carlsen | 2018-12-15 | 1 | -17/+10 | |
| | | | | | | | ||||||
| | | | | | * | Update links and routes | Fred Carlsen | 2018-12-15 | 9 | -30/+36 | |
| | | | | | | | ||||||
| | | | | | * | Update links | Fred Carlsen | 2018-12-15 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Copy fixes | Fred Carlsen | 2018-12-15 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Add contact modal to pages with contact link | Fred Carlsen | 2018-12-15 | 4 | -59/+112 | |
| | | | | | | | ||||||
| | | | | | * | Fix modal submit | Fred Carlsen | 2018-12-15 | 1 | -7/+18 | |
| | | | | | | | ||||||
| | | | | | * | Change chapter link | Fred Carlsen | 2018-12-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Fix xianny | Fred Carlsen | 2018-12-15 | 2 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Tweak modal confirmatino | Fred Carlsen | 2018-12-15 | 2 | -1/+16 | |
| | | | | | | | ||||||
| | | | | | * | Type fixes | Fred Carlsen | 2018-12-15 | 8 | -34/+43 | |
| | | | | | | | ||||||
| | | | | | * | Type fixes | Fred Carlsen | 2018-12-15 | 2 | -3/+1 | |
| | | | | | | | ||||||
| | | | | | * | Type fixes | Fred Carlsen | 2018-12-15 | 3 | -6/+8 | |
| | | | | | | | ||||||
| | | | | | * | Type fixes | Fred Carlsen | 2018-12-15 | 8 | -42/+55 | |
| | | | | | | | ||||||
| | | | | | * | Fixes | Fred Carlsen | 2018-12-15 | 2 | -0/+7 | |
| | | | | | | | ||||||
| | | | | | * | Tweak mission | Fred Carlsen | 2018-12-15 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | | | | | * | Finish tweaking team | Fred Carlsen | 2018-12-15 | 1 | -7/+37 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup | Ezekiel Aquino | 2018-12-15 | 1 | -5/+0 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup | Ezekiel Aquino | 2018-12-15 | 2 | -38/+3 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup ecosystem | Ezekiel Aquino | 2018-12-15 | 1 | -3/+1 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup select | Ezekiel Aquino | 2018-12-15 | 1 | -13/+0 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup configurator | Ezekiel Aquino | 2018-12-15 | 1 | -11/+5 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup | Ezekiel Aquino | 2018-12-15 | 1 | -33/+1 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup | Ezekiel Aquino | 2018-12-15 | 1 | -10/+3 | |
| | | | | | | | ||||||
| | | | | | * | More Cleanup | Ezekiel Aquino | 2018-12-15 | 1 | -33/+2 | |
| | | | | | | | ||||||
| | | | | | * | Add links to ecosystem | Fred Carlsen | 2018-12-15 | 1 | -7/+29 | |
| | | | | | | | ||||||
| | | | | | * | Misc typing | Fred Carlsen | 2018-12-15 | 3 | -3/+4 | |
| | | | | | | | ||||||
| | | | | | * | Add missing colors | Fred Carlsen | 2018-12-15 | 1 | -1/+3 | |
| | | | | | | | ||||||
| | | | | | * | Change ecosystem route | Fred Carlsen | 2018-12-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Link ecosystem | Fred Carlsen | 2018-12-15 | 2 | -92/+63 | |
| | | | | | | | ||||||
| | | | | | * | Replace launch kit icon | Fred Carlsen | 2018-12-15 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Declare missing types | Fred Carlsen | 2018-12-15 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | | | | | * | Mobile tweaks jobs table | Fred Carlsen | 2018-12-15 | 1 | -4/+10 | |
| | | | | | | | ||||||
| | | | | | * | Add icon | Fred Carlsen | 2018-12-15 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | | | * | More lint cleanup | Ezekiel Aquino | 2018-12-15 | 9 | -31/+9 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup | Ezekiel Aquino | 2018-12-15 | 16 | -36/+16 | |
| | | | | | | | ||||||
| | | | | | * | Fix mobile nav hamburger open state | Ezekiel Aquino | 2018-12-14 | 1 | -26/+3 | |
| | | | | | | | ||||||
| | | | | | * | More animation tweaks | Ezekiel Aquino | 2018-12-14 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | cta boxes hover state | Ezekiel Aquino | 2018-12-14 | 2 | -5/+5 | |
| | | | | | | | ||||||
| | | | | | * | Adds mask to get in touch anim | Ezekiel Aquino | 2018-12-14 | 2 | -19/+35 | |
| | | | | | | | ||||||
| | | | | | * | Tweak configurator code width | Fred Carlsen | 2018-12-14 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Fix borders on why page | Fred Carlsen | 2018-12-14 | 1 | -10/+13 | |
| | | | | | | | ||||||
| | | | | | * | Fix hero landing | Fred Carlsen | 2018-12-14 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | | | * | Misc feedbackTweak jobs page | Fred Carlsen | 2018-12-14 | 2 | -7/+28 | |
| | | | | | | | ||||||
| | | | | | * | Copy updates | Fred Carlsen | 2018-12-14 | 9 | -20/+27 | |
| | | | | | | | ||||||
| | | | | | * | Edits animation | Ezekiel Aquino | 2018-12-14 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | | | | * | Edits CTA landing section | Ezekiel Aquino | 2018-12-14 | 6 | -42/+194 | |
| | | | | | | | ||||||
| | | | | | * | Tweak launch kit | Fred Carlsen | 2018-12-14 | 4 | -6/+12 | |
| | | | | | | | ||||||
| | | | | | * | Tweak launch kit + add icons | Fred Carlsen | 2018-12-14 | 4 | -8/+38 | |
| | | | | | | | ||||||
| | | | | | * | Tweak definition | Fred Carlsen | 2018-12-14 | 3 | -10/+19 | |
| | | | | | | | ||||||
| | | | | | * | Fixes borders in why page sections | Ezekiel Aquino | 2018-12-14 | 2 | -13/+24 | |
| | | | | | | | ||||||
| | | | | | * | REplaces links as navlinks in header | Ezekiel Aquino | 2018-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Slight tweak to landing animation | Ezekiel Aquino | 2018-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Hide extensions from product menu | Ezekiel Aquino | 2018-12-14 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | | | | * | Slower instant transition, high res images | Ezekiel Aquino | 2018-12-14 | 7 | -7/+10 | |
| | | | | | | | ||||||
| | | | | | * | Landing page animation delay | Ezekiel Aquino | 2018-12-14 | 1 | -33/+38 | |
| | | | | | | | ||||||
| | | | | | * | Scrolls doc to top/ensures overfow on document on route change | Ezekiel Aquino | 2018-12-14 | 1 | -0/+5 | |
| | | | | | | | ||||||
| | | | | | * | Adds mission office photo | Ezekiel Aquino | 2018-12-14 | 6 | -14/+30 | |
| | | | | | | | ||||||
| | | | | | * | Delete old launch kit | Fred Carlsen | 2018-12-14 | 1 | -189/+0 | |
| | | | | | | | ||||||
| | | | | | * | Added launch kit page | Fred Carlsen | 2018-12-14 | 2 | -1/+178 | |
| | | | | | | | ||||||
| | | | | | * | Add hero icon size | Fred Carlsen | 2018-12-14 | 2 | -1/+2 | |
| | | | | | | | ||||||
| | | | | | * | Fix typedef | Fred Carlsen | 2018-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Update olafs pic | Fred Carlsen | 2018-12-14 | 1 | -0/+0 | |
| | | | | | | | ||||||
| | | | | | * | Resolves some sitewrap warnings [TO DO] | Ezekiel Aquino | 2018-12-14 | 1 | -2/+16 | |
| | | | | | | | ||||||
| | | | | | * | Linting fix | Fred Carlsen | 2018-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Linting error | Fred Carlsen | 2018-12-14 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Linting fixes | Fred Carlsen | 2018-12-14 | 18 | -34/+39 | |
| | | | | | | | ||||||
| | | | | | * | Removes button / link outlines globally | Ezekiel Aquino | 2018-12-14 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | | | * | Hides mobile nav on desktop, adds flexwrap maxwidth | Ezekiel Aquino | 2018-12-14 | 2 | -44/+49 | |
| | | | | | | | ||||||
| | | | | | * | Tweak slider | Fred Carlsen | 2018-12-14 | 4 | -18/+376 | |
| | | | | | | | ||||||
| | | | | | * | Hide configurator on smaller screens | Fred Carlsen | 2018-12-14 | 2 | -3/+9 | |
| | | | | | | | ||||||
| | | | | | * | [WIP] cleanup, typing | Ezekiel Aquino | 2018-12-14 | 4 | -27/+38 | |
| | | | | | | | ||||||
| | | | | | * | WIP Begin cleanup, adds mediaquery component | Ezekiel Aquino | 2018-12-14 | 11 | -59/+63 | |
| | | | | | | | ||||||
| | | | | | * | Tweak padding | Fred Carlsen | 2018-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Tweak margin on banner | Fred Carlsen | 2018-12-14 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | | | | | * | Styled configurator | Fred Carlsen | 2018-12-14 | 6 | -31/+398 | |
| | | | | | | | ||||||
| | | | | | * | Cleans up as much as old layout | Ezekiel Aquino | 2018-12-14 | 6 | -59/+42 | |
| | | | | | | | ||||||
| | | | | | * | Removes line-height normal on buttons because it messes with alignment | Ezekiel Aquino | 2018-12-13 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | | | | | * | Just forces that header button to behave | Ezekiel Aquino | 2018-12-13 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | | | | * | Fix missed Link | Ezekiel Aquino | 2018-12-13 | 1 | -4/+3 | |
| | | | | | | | ||||||
| | | | | | * | Removes <Link> component, clean up Button.tsx | Ezekiel Aquino | 2018-12-13 | 11 | -216/+127 | |
| | | | | | | | ||||||
| | | | | | * | Cleanup | Fred Carlsen | 2018-12-13 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | | | | | * | Tweak slides on mobile | Fred Carlsen | 2018-12-13 | 1 | -5/+20 | |
| | | | | | | | ||||||
| | | | | | * | Links on mobile | Fred Carlsen | 2018-12-13 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | | | | * | Add smoother transitions on slider | Fred Carlsen | 2018-12-13 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | | | | | * | Feedback from harry | Fred Carlsen | 2018-12-13 | 7 | -10/+17 | |
| | | | | | | | ||||||
| | | | | | * | Hook up newsletter form to api | Fred Carlsen | 2018-12-13 | 1 | -2/+4 | |
| | | | | | | | ||||||
| | | | | | * | Tweak z-index | Fred Carlsen | 2018-12-13 | 6 | -6/+6 | |
| | | | | | | | ||||||
| | | | | | * | Switches client logos | Ezekiel Aquino | 2018-12-13 | 9 | -20/+16 | |
| | | | | | | | ||||||
| | | | | | * | Switches landing page icons | Ezekiel Aquino | 2018-12-13 | 6 | -13/+42 | |
| | | | | | | | ||||||
| | | | | | * | Mobile tweaks to contactm modal | Fred Carlsen | 2018-12-13 | 2 | -17/+58 | |
| | | | | | | | ||||||
| | | | | | * | Update icon and copy | Fred Carlsen | 2018-12-13 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | | | | * | Update icons | Fred Carlsen | 2018-12-13 | 4 | -6/+26 | |
| | | | | | | | ||||||
| | | | | | * | Refactors mobile nav, theming | Ezekiel Aquino | 2018-12-13 | 5 | -18/+71 | |
| | | | | | | | ||||||
| | | | | | * | WIP refactor mobileNavMenu | Ezekiel Aquino | 2018-12-13 | 5 | -59/+133 | |
| | | | | | | | ||||||
| | | | | | * | Increase figure font size in landing page stats | Ezekiel Aquino | 2018-12-13 | 1 | -1/+4 | |
| | | | | | | | ||||||
| | | | | | * | Add types | Fred Carlsen | 2018-12-13 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Add advisors | Fred Carlsen | 2018-12-13 | 6 | -6/+6 | |
| | | | | | | | ||||||
| | | | | | * | Added full team | Fred Carlsen | 2018-12-13 | 13 | -10/+10 | |
| | | | | | | | ||||||
| | | | | | * | About pages wrapwidths | Ezekiel Aquino | 2018-12-13 | 4 | -5/+8 | |
| | | | | | | | ||||||
| | | | | | * | WIP hero page animation test | Ezekiel Aquino | 2018-12-13 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Adds images in instant page | Ezekiel Aquino | 2018-12-13 | 14 | -44/+78 | |
| | | | | | | | ||||||
| | | | | | * | Edits landing page animation | Ezekiel Aquino | 2018-12-13 | 1 | -5/+5 | |
| | | | | | | | ||||||
| | | | | | * | Tests landing page animation WIP | Ezekiel Aquino | 2018-12-13 | 2 | -13/+75 | |
| | | | | | | | ||||||
| | | | | | * | WIP configurator | Fred Carlsen | 2018-12-13 | 3 | -5/+428 | |
| | | | | | | | ||||||
| | | | | | * | Tests transition in instant | Ezekiel Aquino | 2018-12-13 | 1 | -5/+34 | |
| | | | | | | | ||||||
| | | | | | * | Adds a bit more whitespace to that scroll image | Ezekiel Aquino | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Whitespace on instant image thing, other changes | Ezekiel Aquino | 2018-12-13 | 5 | -6/+32 | |
| | | | | | | | ||||||
| | | | | | * | Add more profile pics | Fred Carlsen | 2018-12-13 | 6 | -6/+6 | |
| | | | | | | | ||||||
| | | | | | * | Update the a newer version of our Lerna fork with CI fixx | Fabio Berger | 2018-12-13 | 2 | -18/+17 | |
| | | | | | | | ||||||
| | | | | | * | Make pull_missing_blocks script consider all events with block numbers (#1420) | Alex Browne | 2018-12-13 | 1 | -1/+14 | |
| | | | | | | | ||||||
| | | | | | * | Fix project references for contracts packages (#1419) | Alex Browne | 2018-12-13 | 2 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed /packages/contracts - Removed /contracts/core - Added `yarn build:ts` to CI tests - Added each contracts "project" to root tsconfig.json | |||||
| | | | | | * | feat(sra_client.py) | F. Eugene Aumson | 2018-12-13 | 51 | -3/+6866 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Code generation scripts * Generated code * Change test config to hit 0x-launch-kit * Ran prettier on generated code * First test case, of get_asset_pairs() * Use launch kit docker image to faciliate CI tests * Fix markdown rendering for GitHub and PyPI * Add URL for PyPI to link back to GitHub * Add one-line package description to README.md * Remove git_push.sh * Remove unimplemented tests * Add sra_client to top-level README package list * Remove repeated-everywhere long description * Add shorcuts for publishing * Remove TypeScript examples | |||||
| | | | | | * | Remove accidentally commited files | Leonid Logvinov | 2018-12-13 | 36 | -27884/+0 | |
| | | | | | | | ||||||
| | | | | | * | track idex orderbook snapshots (#1397) | zkao | 2018-12-13 | 14 | -34/+690 | |
| | | | | | | | | | | | | | | | | | | | | | * Track Idex and Oasis Orderbook Snapshots | |||||
| | | | | | * | Publish | Fabio Berger | 2018-12-13 | 42 | -391/+389 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | |||||
| | | | | | * | Updated CHANGELOGS | Fabio Berger | 2018-12-13 | 92 | -77/+27966 | |
| | | | | | | | ||||||
| | | | | | * | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-13 | 19 | -196/+641 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils | |||||
| | | | | | * | fix(order_utils.py): Remove stale comment | F. Eugene Aumson | 2018-12-13 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | | | | | * | Move OrderValidator to the protocol package | Leonid Logvinov | 2018-12-13 | 12 | -23/+20 | |
| | | | | | | | ||||||
| | | | | | * | Revert accidental change | Leonid Logvinov | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Update contracts/examples/README.md | Fabio B | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | |||||
| | | | | | * | Add link to rexrelay integration example in instant README | Brandon Millman | 2018-12-13 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | | | | | * | chore: fix typo in instant README | Brandon Millman | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | chore: remove extra newline | Brandon Millman | 2018-12-13 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | | | | | * | Update instant README with more integration links | Brandon Millman | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Fix typo in top level README | Brandon Millman | 2018-12-13 | 1 | -7/+6 | |
| | | | | | | | ||||||
| | | | | | * | Update top level README packages list with instant | Brandon Millman | 2018-12-13 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | | | | | * | Revert access changes | Leonid Logvinov | 2018-12-13 | 10 | -10/+10 | |
| | | | | | | | ||||||
| | | | | | * | Update instant README | Brandon Millman | 2018-12-13 | 1 | -0/+5 | |
| | | | | | | | ||||||
| | | | | | * | Add CHANGELOG entry | Fabio Berger | 2018-12-13 | 1 | -0/+9 | |
| | | | | | | | ||||||
| | | | | | * | Actually pass the signature, not the signature index to a wallet contract's ↵ | Fabio Berger | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | `isValidSignature` call | |||||
| | | | | | * | Re-use solhint configuration | Leonid Logvinov | 2018-12-13 | 16 | -156/+16 | |
| | | | | | | | ||||||
| | | | | | * | Change contracts publish config | Leonid Logvinov | 2018-12-13 | 9 | -9/+9 | |
| | | | | | | | ||||||
| | | | | | * | perform null check on token metadata (#1412) | Xianny | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Updated CHANGELOGS | Leonid Logvinov | 2018-12-13 | 55 | -5/+329 | |
| | | | | | | | ||||||
| | | | | | * | Rename core package to protocol | Leonid Logvinov | 2018-12-13 | 67 | -26/+32 | |
| | | | | | | | ||||||
| | | | | | * | Add coreArtifacts to forwarder wrapper | Leonid Logvinov | 2018-12-13 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | | | | | * | Combine duplicate imports | Leonid Logvinov | 2018-12-13 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | | | | | * | change to camelCase | xianny | 2018-12-13 | 2 | -3/+3 | |
| | | | | | | | ||||||
| | | | | | * | Refactor our extensions package | Leonid Logvinov | 2018-12-13 | 42 | -304/+304 | |
| | | | | | | | ||||||
| | | | | | * | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-13 | 2 | -44/+14 | |
| | | | | | | | ||||||
| | | | | | * | Refactor out examples | Leonid Logvinov | 2018-12-13 | 21 | -25/+230 | |
| | | | | | | | ||||||
| | | | | | * | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-13 | 1 | -2/+11 | |
| | | | | | | | ||||||
| | | | | | * | Implement prefer-template tslint rule | kao | 2018-12-13 | 12 | -17/+18 | |
| | | | | | | | ||||||
| | | | | | * | feat: only use display name from provider in ui | fragosti | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | feat: refactor provider name and displayName logic | fragosti | 2018-12-13 | 5 | -9/+39 | |
| | | | | | | | ||||||
| | | | | | * | feat: log walletDisplayName to Heap | fragosti | 2018-12-13 | 2 | -0/+4 | |
| | | | | | | | ||||||
| | | | | | * | lint: remove unused variable | xianny | 2018-12-13 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | | | | | * | Fix linter | Fabio Berger | 2018-12-13 | 1 | -2/+4 | |
| | | | | | | | ||||||
| | | | | | * | refresh rate limit every second instead of every minute | xianny | 2018-12-13 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | | | | * | cleanup: stray import, rename variable | xianny | 2018-12-13 | 2 | -5/+3 | |
| | | | | | | | ||||||
| | | | | | * | query CC with larger batch size | xianny | 2018-12-13 | 3 | -5/+7 | |
| | | | | | | | ||||||
| | | | | | * | Add PR number | Fabio Berger | 2018-12-13 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | | | | | * | Remove excess commas | Fabio Berger | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid ↵ | Fabio Berger | 2018-12-13 | 2 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | precision errors | |||||
| | | | | | * | Update yarn.lock | Fabio Berger | 2018-12-13 | 1 | -1/+38 | |
| | | | | | | | ||||||
| | | | | | * | Update contracts/interfaces/README.md | Fabio B | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | |||||
| | | | | | * | rename variable and define default in only 1 location | xianny | 2018-12-13 | 3 | -4/+10 | |
| | | | | | | | ||||||
| | | | | | * | upgrade throttling code | xianny | 2018-12-13 | 2 | -14/+12 | |
| | | | | | | | ||||||
| | | | | | * | feat: change color of doctype tag in configurator | fragosti | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | Switch out whitepaper with 0x protocol specification | Fabio Berger | 2018-12-13 | 9 | -3/+10 | |
| | | | | | | | ||||||
| | | | | | * | Switch out RocketChat icon with Discord icon | Fabio Berger | 2018-12-13 | 3 | -1/+1 | |
| | | | | | | | ||||||
| | | | | | * | feat: disable slider when no affiliate info | fragosti | 2018-12-13 | 1 | -0/+5 | |
| | | | | | | | ||||||
| | | | | | * | Refactor out tokens from core contracts package | Leonid Logvinov | 2018-12-13 | 69 | -147/+473 | |
| | | | | | | | ||||||
| | | | | | * | Refactor our protocol interfaces into @0x/contracts-interfaces | Leonid Logvinov | 2018-12-13 | 47 | -44/+287 | |
| | | | | | | | ||||||
| | | | | | * | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-13 | 1 | -5/+6 | |
| | | | | | | | ||||||
| | | | | | * | Fix prettier | Alex Browne | 2018-12-13 | 1 | -7/+7 | |
| | | | | | | | ||||||
| | | | | | * | Address PR feedback | Alex Browne | 2018-12-13 | 7 | -25/+17 | |
| | | | | | | | ||||||
| | | | | | * | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-13 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier | |||||
| | | | | | * | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-13 | 5 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed | |||||
| | | | | | * | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-13 | 1 | -3/+1 | |
| | | | | | | | ||||||
| | | | | | * | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-13 | 4 | -71/+5 | |
| | | | | | | | ||||||
| | | | | | * | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-13 | 5 | -0/+52 | |
| | | | | | | | ||||||
| | | | | | * | Add script for pulling missing block data | Alex Browne | 2018-12-13 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-13 | 2 | -38/+26 | |
| | | | | | | | ||||||
| | | | | | * | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-13 | 3 | -1/+6 | |
| | | | | | | | ||||||
| | | | | | * | Add homepage_url to relayers | Alex Browne | 2018-12-13 | 1 | -6/+7 | |
| | | | | | | | ||||||
| | | | | | * | Change some column types from varchar to numeric | Alex Browne | 2018-12-13 | 7 | -44/+51 | |
| | | | | | | | ||||||
| | | | | | * | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-13 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | | * | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-13 | 3 | -8/+2 | |
| | | | | | | | ||||||
| | | | | | * | Update schema for sra_orders | Alex Browne | 2018-12-13 | 1 | -6/+1 | |
| | | | | | | |