aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Enable verbose loggingAlex Browne2018-12-051-1/+1
* Rename index.ts -> merge_v2_eventsAlex Browne2018-12-051-0/+0
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-0510-40/+90
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-057-16/+16
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-0510-242/+85
* Rebase and update to use new modularized artifactsAlex Browne2018-12-056-2289/+8
* Add tests for SRA order conversionAlex Browne2018-12-053-4/+83
* Re-add missing testsAlex Browne2018-12-053-90/+164
* Add soruceUrl to SraOrder entityAlex Browne2018-12-052-1/+4
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-058-12/+134
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-055-11/+19
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-053-9/+45
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-054-6/+15
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-055-10/+81
* Make event parsing more functional and less class-basedAlex Browne2018-12-053-65/+21
* Re-organize event parsing and decodingAlex Browne2018-12-057-175/+206
* Add support for decoding asset dataAlex Browne2018-12-055-36/+94
* Add typeorm and begin inserting database recordsAlex Browne2018-12-056-13/+89
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-054-11/+29
* Add tests for etherscan eventsAlex Browne2018-12-055-10/+124
* Restructure pipeline package. Create data-sources dirAlex Browne2018-12-054-75/+96
* Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-0524-1895/+2368
* Rebase pipeline branch off developmentAlex Browne2018-12-0525-0/+2001
* Merge branch 'development' into feature/contracts-monorepo-2Leonid Logvinov2018-12-0460-82/+1030
|\
| * Merge pull request #1225 from 0xProject/feature/contracts/dutch-auctionJacob Evans2018-12-042-0/+10
| |\
| | * chore: Move to new structureJacob Evans2018-12-042-691/+0
| | * chore: SafeMath and if statement in getAuctionDetailsJacob Evans2018-12-041-10/+18
| | * chore: Add RevertReasons for DutchAuction. Test revert reasonsJacob Evans2018-12-044-14/+51
| | * chore: Use SafeMath where possibleJacob Evans2018-12-041-15/+34
| | * chore: Clean up documentationJacob Evans2018-12-042-30/+58
| | * chore: Work around for Ganache timestamp bugJacob Evans2018-12-041-17/+14
| | * chore: Return excess to buyerJacob Evans2018-12-042-29/+58
| | * chore: update documentationJacob Evans2018-12-042-14/+25
| | * chore: taker address and zrx fee testJacob Evans2018-12-041-1/+46
| | * chore: Rename price to amount. Encode parameters in makerAssetDataJacob Evans2018-12-042-134/+149
| | * chore: time movement for gethJacob Evans2018-12-042-31/+68
| | * feat: Dutch AuctionJacob Evans2018-12-042-0/+475
| * | Merge pull request #1372 from 0xProject/fix/instant/single-assetBrandon Millman2018-12-042-5/+6
| |\ \
| | * | fix(instant): render token selector when only one asset is availableBrandon Millman2018-12-042-5/+6
| * | | Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-hea...Steve Klebanoff2018-12-044-6/+14
| |\ \ \ | | |/ / | |/| |
| | * | updating .env exampleSteve Klebanoff2018-12-041-1/+4
| | * | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i...Steve Klebanoff2018-12-043-5/+10
| * | | Merge pull request #1367 from 0xProject/fix/instant/daiBrandon Millman2018-12-043-2/+16
| |\ \ \
| | * | | feat(instant): update DAI token colorBrandon Millman2018-12-041-1/+1
| | * | | fix(asset-buyer): update SRA order provider to include DAIBrandon Millman2018-12-042-1/+15
| * | | | Merge pull request #1353 from 0xProject/feature/website/instant-marketingFrancesco Agosti2018-12-0422-2/+683
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | feat(website): implement rest of linksBrandon Millman2018-11-293-55/+77
| | * | | feat(website): implement link directly to configureBrandon Millman2018-11-294-6/+36
| | * | | feat(website): optionally show configuratorBrandon Millman2018-11-291-3/+4
| | * | | feature(website): add configurator shellBrandon Millman2018-11-292-0/+8
| | * | | fix(website): instant marketing page need more background colorBrandon Millman2018-11-293-5/+4
| | * | | fix(website): instant marketing page shadowsBrandon Millman2018-11-294-148/+47
| | * | | fix(website): change instant marketing page styling to non mono font except t...Brandon Millman2018-11-292-10/+10
| | * | | chore(website): random fixes for mobile optimizationBrandon Millman2018-11-294-36/+63
| | * | | feat(website): add extra assets for instant marketing pageBrandon Millman2018-11-2915-8/+354
| | * | | feat(website): fix screenshots in marketing page for small screensBrandon Millman2018-11-292-11/+31
| | * | | feat(website): need more section for instant marketing pageBrandon Millman2018-11-293-2/+52
| | * | | feature(website): add links to instant marketing pageBrandon Millman2018-11-291-8/+51
| | * | | fix(website): update instant page CTA fontBrandon Millman2018-11-291-7/+1
| | * | | feat(website): instant features sectionBrandon Millman2018-11-296-31/+55
| | * | | feat(website): add screenshots to instant pageBrandon Millman2018-11-2910-1/+85
| | * | | feat(website): implement introducing 0x instant headerBrandon Millman2018-11-293-1/+48
| | * | | feat(website): add header and footer to instant pageBrandon Millman2018-11-291-1/+46
| | * | | feat(website): scaffolding for instant pageBrandon Millman2018-11-294-0/+42
| * | | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-envSteve Klebanoff2018-12-0411-40/+238
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix variable nameSteve Klebanoff2018-12-011-2/+2
| | * | | Take out https:// prefixSteve Klebanoff2018-12-011-1/+1
| | * | | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-12-013-0/+11
| | |\ \ \
| | * | | | get rid of double private defSteve Klebanoff2018-12-011-1/+0
| | * | | | update with new CDNSteve Klebanoff2018-12-011-2/+1
| | * | | | Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-01166-588/+7426
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-27112-409/+989
| | |\ \ \ \ \
| | * | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINSSteve Klebanoff2018-11-272-3/+3
| | * | | | | | Host whitelist so we don't get errors from embedded siteSteve Klebanoff2018-11-222-1/+11
| | * | | | | | LintingSteve Klebanoff2018-11-221-1/+1
| | * | | | | | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-2240-76/+279
| | |\ \ \ \ \ \
| | * | | | | | | Better env var names for source map pluginSteve Klebanoff2018-11-221-5/+5
| | * | | | | | | Shorter validateRollbarPresence logicSteve Klebanoff2018-11-221-11/+4
| | * | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR...Steve Klebanoff2018-11-223-22/+22
| | * | | | | | | Report when cant update balanceSteve Klebanoff2018-11-221-0/+1
| | * | | | | | | Takeout redundant check, and make function name more clearSteve Klebanoff2018-11-221-7/+5
| | * | | | | | | Move rollbar setup into function, move setting up into providerSteve Klebanoff2018-11-223-36/+35
| | * | | | | | | Always report unexpected errors. Move error message generation into helper f...Steve Klebanoff2018-11-223-23/+56
| | * | | | | | | LintingSteve Klebanoff2018-11-211-1/+1
| | * | | | | | | Ensure we publish Instant with rollbar settingsSteve Klebanoff2018-11-211-1/+5
| | * | | | | | | TODO noteSteve Klebanoff2018-11-211-1/+1
| | * | | | | | | Explicit error reportingSteve Klebanoff2018-11-214-3/+12
| | * | | | | | | Force source maps on staging and dogfoodSteve Klebanoff2018-11-211-2/+26
| | * | | | | | | feat(instant): Report errors to rollbarSteve Klebanoff2018-11-213-0/+78
| | * | | | | | | Use sourcemap loaderSteve Klebanoff2018-11-211-0/+10
| | * | | | | | | Introduce rollbar pluginSteve Klebanoff2018-11-214-15/+59
| | * | | | | | | Send in rollbar environmentSteve Klebanoff2018-11-211-8/+20
| * | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selectorBrandon Millman2018-12-049-14/+30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix(instant): remove screenshot from dev index.htmlBrandon Millman2018-12-042-6/+0
| | * | | | | | | | fix(instant): darken overlay colorBrandon Millman2018-12-013-1/+7
| | * | | | | | | | feat(instant): add token symbol to buy button textBrandon Millman2018-12-013-5/+16
| | * | | | | | | | fix(instant): update zrx iconBrandon Millman2018-12-011-2/+5
| | * | | | | | | | fix(instant): DGD and DGX colorsBrandon Millman2018-12-011-2/+2
| | * | | | | | | | fix(instant) various token selector fixesBrandon Millman2018-12-013-4/+6
| * | | | | | | | | Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env...Francesco Agosti2018-12-048-7/+18
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | feat: add dotenv to make env dependencies more explicitfragosti2018-12-018-7/+18
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1366 from 0xProject/feature/instant/provider-nameBrandon Millman2018-12-046-7/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | feat(instant): provide a custom wallet display nameBrandon Millman2018-12-016-7/+16
| | |/ / / / / / /
* | | | | | | | | Use lodash _.startsWithLeonid Logvinov2018-12-031-3/+5
* | | | | | | | | Update packages/sol-resolver/src/resolvers/npm_resolver.tsFabio B2018-12-031-1/+1
* | | | | | | | | Update packages/sol-resolver/src/resolvers/npm_resolver.tsFabio B2018-12-031-1/+1
* | | | | | | | | Update packages/sol-compiler/src/compiler.tsFabio B2018-12-031-1/+1
* | | | | | | | | Update packages/sol-compiler/CHANGELOG.jsonFabio B2018-12-031-1/+1
* | | | | | | | | Fix hardcoded path in release notes fetchingLeonid Logvinov2018-12-032-9/+7
* | | | | | | | | Rename contract_templates to abi-gen-templatesLeonid Logvinov2018-12-033-4/+4
* | | | | | | | | Fix an issue when we tried to append base contracts path to absolute imports ...Leonid Logvinov2018-12-032-1/+17
* | | | | | | | | Add support for scoped packages resolving to NPMResolerLeonid Logvinov2018-12-032-2/+20
|/ / / / / / / /
* | | | | | | | Move MultiAssetProxy to the contracts monorepoLeonid Logvinov2018-12-031-300/+0
* | | | | | | | Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-032-2/+2
* | | | | | | | Move packages/contracts to contracts/coreLeonid Logvinov2018-12-03156-28189/+0
|/ / / / / / /
* | | | | | | Merge pull request #1362 from 0xProject/fix/instant/push-to-history-broken-wh...Francesco Agosti2018-12-011-5/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | chore: lintfragosti2018-12-013-7/+6
| * | | | | | fix: push to history edge case for second render where onpopstate is not defi...fragosti2018-12-011-2/+3
* | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-0110-40/+52
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | removing unused referencesSteve Klebanoff2018-12-012-2/+2
| * | | | | | Remove env var check for INSTANT_HEAP_ANALYTICS_ID_PRODUCTION since this is o...Steve Klebanoff2018-12-011-11/+0
| * | | | | | takeout console.logSteve Klebanoff2018-12-011-1/+0
| * | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-01158-456/+7292
| |\| | | | |
| * | | | | | cdn -> dischargeTarget, and report to heapSteve Klebanoff2018-12-017-16/+29
| * | | | | | Take out old --envSteve Klebanoff2018-11-301-1/+1
| * | | | | | cdn approach to identifyign environmentsSteve Klebanoff2018-11-306-49/+20
| * | | | | | Fix build commandSteve Klebanoff2018-11-301-1/+1
| * | | | | | feat(instant): Cleaner config-specific setupSteve Klebanoff2018-11-306-23/+69
| * | | | | | Set .env in builds, and update profile to use 0xprojectSteve Klebanoff2018-11-304-11/+8
* | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analyticsSteve Klebanoff2018-12-013-0/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | add missing import from mergeSteve Klebanoff2018-12-011-0/+1
| * | | | | | Merge branch 'development' into feature/instant/misc-close-analyticsSteve Klebanoff2018-11-30141-405/+7027
| |\ \ \ \ \ \
| * | | | | | | feat(instant): Close and View Transaction analytics eventsSteve Klebanoff2018-11-283-1/+11
* | | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setupFrancesco Agosti2018-12-018-51/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | feat: remove instant from project referencesfragosti2018-12-011-1/+4
| * | | | | | | | chore: deploy_live -> deploy_productionfragosti2018-12-012-2/+2
| * | | | | | | | feat: update tsconfigfragosti2018-12-011-2/+1
| * | | | | | | | fix: address PR feedbackfragosti2018-12-015-8/+4
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | fix: add clarification to NOTE in READMEfragosti2018-11-291-1/+1
| * | | | | | | feat: add URL to other parts of READMEfragosti2018-11-291-2/+2
| * | | | | | | feat: write version info directly to exported objectfragosti2018-11-293-14/+7
| * | | | | | | feat: add deploy_live commandfragosti2018-11-293-3/+25
| * | | | | | | feat: write version info to windowfragosti2018-11-292-0/+11
| * | | | | | | feat: update README to reflect lack of commonjs modulefragosti2018-11-271-29/+1
| * | | | | | | feat: make package privatefragosti2018-11-271-7/+4
* | | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-0171-268/+6604
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analyticsSteve Klebanoff2018-11-307-12/+62
| |\ \ \ \ \ \ \
| | * | | | | | | assetAmount -> assetBuyAmountSteve Klebanoff2018-11-301-2/+2
| | * | | | | | | Merge branch 'development' into feature/instant/quote-analyticsSteve Klebanoff2018-11-2977-157/+504
| | |\ \ \ \ \ \ \
| | * | | | | | | | Use base unit valueSteve Klebanoff2018-11-291-1/+1
| | * | | | | | | | Move fetch origin out of optionsSteve Klebanoff2018-11-295-17/+16
| | * | | | | | | | fetchedVia -> fetchOriginSteve Klebanoff2018-11-296-12/+16
| | * | | | | | | | QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-297-14/+14
| | * | | | | | | | Take out asset name and data as we can use the selected event propertiesSteve Klebanoff2018-11-292-16/+2
| | * | | | | | | | Tracking quote errorsSteve Klebanoff2018-11-282-0/+23
| | * | | | | | | | feat(instant): Quote fetch trackingSteve Klebanoff2018-11-287-9/+39
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bgSteve Klebanoff2018-11-303-7/+35
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix(instant): Progress bar background color should be 10% primary colorSteve Klebanoff2018-11-293-7/+35
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1303 from 0xProject/feature/contracts/optimizedAbiEncoderAmir Bandeali2018-11-3041-1/+4913
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix import export so that it works with doc genFabio Berger2018-11-301-2/+1
| | * | | | | | | | Ran prettierGreg Hysen2018-11-291-1/+2
| | * | | | | | | | Changelog for ABI EncoderGreg Hysen2018-11-291-0/+9
| | * | | | | | | | Linter / PrettierGreg Hysen2018-11-293-13/+13
| | * | | | | | | | Explicit imports for calldataGreg Hysen2018-11-2919-43/+46
| | * | | | | | | | Explicit imports for abstract data types.Greg Hysen2018-11-2917-35/+42
| | * | | | | | | | Explicit imports for EVM Data TypesGreg Hysen2018-11-2914-77/+88
| | * | | | | | | | Optimize calldata by default.Greg Hysen2018-11-291-1/+1
| | * | | | | | | | Explicit encoding rules in tests.Greg Hysen2018-11-294-102/+106
| | * | | | | | | | Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-2917-73/+75
| | * | | | | | | | Use SolidityTypes from `ethereum-types` package.Greg Hysen2018-11-299-20/+25
| | * | | | | | | | Use ethUti.isValidAddress in encoderGreg Hysen2018-11-292-9/+4
| | * | | | | | | | Fixed build error: was using `this` instead of class name to reference a stat...Greg Hysen2018-11-291-1/+1
| | * | | | | | | | Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-2911-36/+43
| | * | | | | | | | Changed remaining instances of implicit `bool` casts to explicit lodash callsGreg Hysen2018-11-293-5/+6
| | * | | | | | | | Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-297-7/+7
| | * | | | | | | | Switched implicit conversions to explicit lodash callsGreg Hysen2018-11-294-9/+9
| | * | | | | | | | Replaced null/undefined checks with lodashGreg Hysen2018-11-299-28/+33
| | * | | | | | | | Tests use to.be.deep.equal instead of JSONGreg Hysen2018-11-294-252/+84
| | * | | | | | | | Ran prettierGreg Hysen2018-11-295-12/+23
| | * | | | | | | | Comments to Set datatypeGreg Hysen2018-11-291-42/+35
| | * | | | | | | | Linter on CalldataGreg Hysen2018-11-291-20/+19
| | * | | | | | | | Moved some consts outside of a loopGreg Hysen2018-11-291-5/+6
| | * | | | | | | | Added inline documentation for Calldata classGreg Hysen2018-11-292-84/+147
| | * | | | | | | | Linter for Calldata Block IteratorGreg Hysen2018-11-292-13/+26
| | * | | | | | | | Moved calldata iterator logic into its own iterator clasGreg Hysen2018-11-295-62/+119
| | * | | | | | | | Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-2925-132/+130
| | * | | | | | | | Comments for AddressGreg Hysen2018-11-291-5/+5
| | * | | | | | | | Comments for ArrayGreg Hysen2018-11-291-16/+23
| | * | | | | | | | Comments and inline documentation for dynamic bytesGreg Hysen2018-11-294-29/+40
| | * | | | | | | | Removed abstract Number class.Greg Hysen2018-11-293-59/+67
| | * | | | | | | | Abstracted out encoding/decoding of numeric values into its own utility. Coul...Greg Hysen2018-11-299-81/+125
| | * | | | | | | | Final rounds on evm data typesGreg Hysen2018-11-294-42/+59
| | * | | | | | | | Moved encoder selector check into DataTypeGreg Hysen2018-11-292-14/+10
| | * | | | | | | | Made default encoding/decoding rules global to all modules in encoderGreg Hysen2018-11-293-16/+18
| | * | | | | | | | Removed mapDataItemToDataType from Factory. Now its just ::create()Greg Hysen2018-11-294-42/+25
| | * | | | | | | | Some minor cleanup in ABI EncoderGreg Hysen2018-11-295-25/+26
| | * | | | | | | | Prepended `front` to function names in QueueGreg Hysen2018-11-293-14/+14
| | * | | | | | | | Ran prettierGreg Hysen2018-11-292-2/+2
| | * | | | | | | | moved abi encoder constants into utils dirGreg Hysen2018-11-2914-15/+15
| | * | | | | | | | Split ABI Encoder/Decoder tests into separate filesGreg Hysen2018-11-2910-1854/+1868
| | * | | | | | | | Merge aboveGreg Hysen2018-11-296-0/+390
| | * | | | | | | | Ran prettierGreg Hysen2018-11-2914-376/+15
| | * | | | | | | | Ran prettierGreg Hysen2018-11-2911-11/+10
| | * | | | | | | | Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-2914-535/+571
| | * | | | | | | | Split EVM data types and factory into separate filesGreg Hysen2018-11-2918-587/+769
| | * | | | | | | | Renaming some EVM data types for clarityGreg Hysen2018-11-292-76/+76
| | * | | | | | | | Fixed linter errors in package.jsonGreg Hysen2018-11-291-1/+4
| | * | | | | | | | Fixed linter errors on testsGreg Hysen2018-11-294-133/+141
| | * | | | | | | | Fixed linter errors on evm_data_typesGreg Hysen2018-11-292-194/+190
| | * | | | | | | | Fixed linter errors on data_type.tsGreg Hysen2018-11-294-162/+171
| | * | | | | | | | Ran prettier on utilsGreg Hysen2018-11-297-36/+463
| | * | | | | | | | Moved global constants to separate fileGreg Hysen2018-11-291-0/+6
| | * | | | | | | | Ran linter on CalldataGreg Hysen2018-11-292-275/+241
| | * | | | | | | | Tests for decoding return values + Ability to encode return valuesGreg Hysen2018-11-292-9/+79
| | * | | | | | | | Arrays nested in tuplesGreg Hysen2018-11-291-0/+92
| | * | | | | | | | Multidimensional Array testsGreg Hysen2018-11-291-74/+80
| | * | | | | | | | Optimizer TestsGreg Hysen2018-11-292-160/+200
| | * | | | | | | | Cleaning up optimizer testsGreg Hysen2018-11-296-605/+687
| | * | | | | | | | All 71 tests passing. Both for function encoding and individual types.Greg Hysen2018-11-292-3/+4
| | * | | | | | | | Temporary change for testing functionsGreg Hysen2018-11-292-7/+4
| | * | | | | | | | tests for StringGreg Hysen2018-11-292-41/+123
| | * | | | | | | | Tests for Static BytesGreg Hysen2018-11-292-40/+140
| | * | | | | | | | Unsigned IntegersGreg Hysen2018-11-291-19/+145
| | * | | | | | | | Tests for Integer (tested 256 / 32 bit integers)Greg Hysen2018-11-292-26/+180
| | * | | | | | | | Tests for BoolGreg Hysen2018-11-291-12/+31
| | * | | | | | | | Tests for AddressGreg Hysen2018-11-294-16/+66
| | * | | | | | | | Tests for TupleGreg Hysen2018-11-291-5/+62
| | * | | | | | | | Tests - Encode/Decode ArrayGreg Hysen2018-11-292-26/+46
| | * | | | | | | | Fixed issue with decoding negative ints with width < 256Greg Hysen2018-11-293-238/+246
| | * | | | | | | | Use new ABI Encoder for contractsGreg Hysen2018-11-295-7/+102
| | * | | | | | | | Exports AbiEncoder as 1 unitGreg Hysen2018-11-292-4/+5
| | * | | | | | | | Removed unnecessary imports from abi encoder tetsGreg Hysen2018-11-292-6/+1
| | * | | | | | | | Moved Abi Encoder into utils packageGreg Hysen2018-11-298-12/+18
| | * | | | | | | | Restructured to use index.ts for easier imports by clientGreg Hysen2018-11-296-6/+4
| | * | | | | | | | Removed config.tsGreg Hysen2018-11-295-73/+44
| | * | | | | | | | Adding optimizer testsGreg Hysen2018-11-291-10/+26
| | * | | | | | | | removed old log messagesGreg Hysen2018-11-293-11/+0
| | * | | | | | | | Cleaner interface for encoding/decoding. Moved encode/decode parameters into ...Greg Hysen2018-11-294-79/+63
| | * | | | | | | | Some testsGreg Hysen2018-11-292-2/+105
| | * | | | | | | | More robust implementation for optimizerGreg Hysen2018-11-291-18/+23
| | * | | | | | | | Alias now points to dependency, not pointerGreg Hysen2018-11-293-4/+46
| | * | | | | | | | optimizer works for basic caseGreg Hysen2018-11-293-9/+109
| | * | | | | | | | Annotated calldata (draft).Greg Hysen2018-11-294-27/+118
| | * | | | | | | | decoding with objects as structs worksGreg Hysen2018-11-293-34/+45
| | * | | | | | | | Decoder works for uints with width less than 256Greg Hysen2018-11-291-12/+12
| | * | | | | | | | decoding works for most casesGreg Hysen2018-11-291-5/+89
| | * | | | | | | | Decoding works for some basic typsGreg Hysen2018-11-294-14/+274
| | * | | | | | | | removed old codeGreg Hysen2018-11-291-38/+0
| | * | | | | | | | Tests for nested tuples -- couldnt test because not supported by reference AB...Greg Hysen2018-11-293-1/+164
| | * | | | | | | | Refactor passing all regression testsGreg Hysen2018-11-291-2/+2