/archivers/unrar/

git/dexon-sol-tools' title='dexon-sol-tools Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1114 from 0xProject/feature/instant/redux-styles-containerFrancesco Agosti2018-10-1124-126/+691
|\
| * Upgrade ethereum-typesfragosti2018-10-111-1/+1
| * Lint and update depsfragosti2018-10-112-3/+3
| * Be more explicit with falsinessfragosti2018-10-111-1/+1
| * Add type to cssRuleIfExistsfragosti2018-10-111-1/+2
| * Fix issue where we throw if non-numeric characters are used in inputfragosti2018-10-111-2/+7
| * Upgrade to more recent types, fix yarn.lockfragosti2018-10-112-10/+5
| * Increase max bundle size for instantfragosti2018-10-111-1/+1
| * Change tslint config to remove conflicts with prettierfragosti2018-10-101-1/+2
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-1078-1354/+1518
| |\
| * | Fix empty input bugfragosti2018-10-102-5/+9
| * | Center 0x instantfragosti2018-10-101-3/+4
| * | Apply linterfragosti2018-10-056-12/+10
| * | Create SelectedAssetInputAmountfragosti2018-10-056-15/+72
| * | Add Input and AmountInput componentfragosti2018-10-055-3/+75
| * | Add border radiosfragosti2018-10-052-2/+2
| * | Add box shadow and default box-sizing: border-box to containerfragosti2018-10-055-9/+11
| * | Add BuyButton and other small improvementfragosti2018-10-057-19/+147
| * | Add faux order details sectionfragosti2018-10-053-40/+15
| * | Create zrx instant container headingfragosti2018-10-053-21/+37
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-0590-398/+508
| |\ \
| * | | apply prettierfragosti2018-10-051-7/+1
| * | | Fix currupted yarn lock filefragosti2018-10-051-6/+6
| * | | Remove deps we probably dont needfragosti2018-10-052-49/+35
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-0522-556/+758
| |\ \ \
| * | | | Fix linting problemsfragosti2018-10-053-4/+4
| * | | | Improve utilities and try to use them in simple form componentfragosti2018-10-058-23/+89
| * | | | Add Flex and Container componentfragosti2018-10-053-0/+91
| * | | | Add some ui componentsfragosti2018-10-047-14/+172
| * | | | Add Inter UI fontfragosti2018-10-042-2/+7
| * | | | Add redux to 0x instantfragosti2018-10-046-26/+60
| * | | | Add styled-components with themefragosti2018-10-044-2/+70
* | | | | [fix]: [testnet-faucet] Exit 1 on build failJacob Evans2018-10-111-18/+17
| |_|_|/ |/| | |
* | | | Merge pull request #1116 from 0xProject/feature/asset-buyer/api-tweaksBrandon Millman2018-10-107-18/+40
|\ \ \ \
| * \ \ \ Merge branch 'development' into feature/asset-buyer/api-tweaksBrandon Millman2018-10-1069-1242/+1477
| |\ \ \ \
| * | | | | Update the CHANGELOGBrandon Millman2018-10-101-0/+8
| * | | | | Add comments for expiryBufferBrandon Millman2018-10-102-2/+2
| * | | | | Fix incorrect affiliate fee calculations and associated testsBrandon Millman2018-10-062-14/+20
| * | | | | Increase default expiryBufferSeconds from 15 to 300 (5 minutes)Brandon Millman2018-10-061-1/+1
| * | | | | Add comments for gasPrice and gasLimitBrandon Millman2018-10-061-0/+2
| * | | | | Fix order expiration calc bug and expose gas options to executeBuyQuotefragosti2018-10-063-2/+8
* | | | | | fix: [testnet-faucet] Signing of ordersJacob Evans2018-10-101-3/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #1122 from 0xProject/feature/new-ethersLeonid Logvinov2018-10-0916-24/+29
|\ \ \ \ \
| * | | | | Define bundlewatch.ci.repoBranchBaseLeonid Logvinov2018-10-091-1/+2
| * | | | | Stop accesing ethers private methodsLeonid Logvinov2018-10-093-9/+7
| * | | | | Fix merge conflictsLeonid Logvinov2018-10-091-0/+39
| * | | | | Fix ethers build issueLeonid Logvinov2018-10-094-52/+19
| * | | | | Upgrade ethers.js versionLeonid Logvinov2018-10-0911-11/+11
|/ / / / /
* | | | | Merge pull request #1123 from 0xProject/feature/artifactsLeonid Logvinov2018-10-093-14/+87
|\ \ \ \ \
| * | | | | Fix branch nameLeonid Logvinov2018-10-091-1/+1
| * | | | | Add max sizesLeonid Logvinov2018-10-091-2/+4
| * | | | | Use bundlewatch instead of bundlesizeLeonid Logvinov2018-10-093-14/+85
|/ / / / /
* | | | | Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-dataJacob Evans2018-10-0953-1204/+1361
|\ \ \ \ \
| * | | | | Move Metamask Error to OrderErrorsJacob Evans2018-10-093-10/+9
| * | | | | Update the exported types for the packages which touch RPC providersJacob Evans2018-10-095-3/+24
| * | | | | Throw and handle errors from Providers.Jacob Evans2018-10-0923-150/+208
| * | | | | Detect MM on signature validation failure.Jacob Evans2018-10-081-24/+28
| * | | | | Return SignedOrder from signing utils.Jacob Evans2018-10-0525-192/+380
| * | | | | Update 0x.js ChangelogJacob Evans2018-10-051-0/+18
| * | | | | Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-0520-86/+326
| * | | | | Move SignTypedData to utils packageJacob Evans2018-10-059-152/+234
| * | | | | Introduce Metamask Subprovider.Jacob Evans2018-10-0515-444/+277
| * | | | | Expose eth_signTypedData functionality for order signingJacob Evans2018-10-0510-531/+245
| |/ / / /
* | | | | Merge pull request #1121 from nebkor/developmentFabio Berger2018-10-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clarifies use of schemas outside of Javascript/TypeScript.Joe Ardent2018-10-081-1/+1
|/ / / /
* | | | Fix typoBrandon Millman2018-10-051-1/+1
* | | | Add asset-buyer to published packages section in READMEBrandon Millman2018-10-051-0/+1
| |_|/ |/| |
* | | Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8Brandon Millman2018-10-0534-260/+260
* | | Updated CHANGELOGSBrandon Millman2018-10-0556-141/+251
| |/ |/|
* | Merge pull request #1113 from 0xProject/feature/asset-buyer/testsBrandon Millman2018-10-057-58/+366
|\ \
| * | Update BuyQuote interfaceBrandon Millman2018-10-055-40/+73
| * | Add missing default optionsBrandon Millman2018-10-041-3/+6
| * | Remove unused constantsBrandon Millman2018-10-041-3/+0
| * | Add fee order with a takerFeeBrandon Millman2018-10-041-2/+6
| * | Add additional order factory methods and refactor test to use themBrandon Millman2018-10-042-61/+61
| * | Add comments about buy quote calculationBrandon Millman2018-10-041-0/+2
| * | Update CHANGELOGBrandon Millman2018-10-041-0/+4
| * | Fix linterBrandon Millman2018-10-041-2/+0
| * | Add additional test for slippageBrandon Millman2018-10-042-18/+70
| * | Add buy_quote_calculator_testBrandon Millman2018-10-042-31/+246
* | | Merge pull request #1115 from 0xProject/upgradeWebpackFabio Berger2018-10-0514-493/+307
|\ \ \
| * | | force re-buildFabio Berger2018-10-041-1/+1
| * | | Add website build to instructionsFabio Berger2018-10-041-0/+3
| * | | Revert format and re-add changesFabio Berger2018-10-041-256/+256
| * | | Build website in parallel with other tests since no other test relies on it b...Fabio Berger2018-10-043-254/+256
| * | | Add back sourceMap support for both dev/prodFabio Berger2018-10-041-1/+1
| * | | Upgrade webpackFabio Berger2018-10-0411-485/+294
|/ / /
* | | Merge pull request #1112 from 0xProject/feature/instant/umd-upload-and-bundle...Francesco Agosti2018-10-041-0/+3
|\ \ \ | |/ / |/| |
| * | Add 0x Instant to bundle analysisfragosti2018-10-041-0/+3
| |/
* | Merge pull request #1108 from 0xProject/bug/every-artifact-has-every-sourceF. Eugene Aumson2018-10-041-5/+82
|\ \ | |/ |/|
| * fix: comment need for sourceCodes pruningF. Eugene Aumson2018-10-031-1/+5
| * fix: use original source ID's from compiler outputF. Eugene Aumson2018-10-031-13/+24
| * Fix some small bugs in compiler.tsAlex Browne2018-10-031-3/+18
| * fix: persist artifacts with only relevant sourcesF. Eugene Aumson2018-10-031-5/+52
* | Merge pull request #1109 from 0xProject/feature/instant/initFrancesco Agosti2018-10-0317-64/+1959
|\ \
| * | Fix typo in build:cifragosti2018-10-031-1/+1
| * | Make package privatefragosti2018-10-031-0/+1
| * | Ignore bundles in public dirfragosti2018-10-033-32/+2
| * | Add to READMEfragosti2018-10-031-0/+20
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-03126-683/+1825
| |\|
| * | Add public dirfragosti2018-10-034-0/+62
| * | Add build:ci commandfragosti2018-10-031-0/+1
| * | Add dev environmentfragosti2018-10-035-26/+150
| * | Clean up package jsonfragosti2018-10-032-47/+1183
| * | Tests are working with coveragefragosti2018-10-03