/print/gutenprint-cups/

eebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/R-cran-yaml
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
* - Update to 2.2.0tota2018-07-27Fabio Berger2017-12-0975-331/+404
| |\ | |/ |/|
* | Update README.mdFabio Berger2017-12-091-3/+3
* | Merge pull request #253 from 0xProject/feature/web3-wrapperLeonid2017-12-0970-315/+399
|\ \
| * | Inline network moduleLeonid Logvinov2017-12-082-21/+14
| * | Merge branch 'development' into feature/web3-wrapperLeonid2017-12-088-23/+22
| |\ \ | |/ / |/| |
* | | Stop supporting different file extensions in abi-genLeonid Logvinov2017-12-082-10/+4
* | | Merge pull request #256 from 0xProject/feature/standardSpecUpdateBrandon Millman2017-12-084-7/+6
|\ \ \
| * | | Update connect types in preperation for publishingBrandon Millman2017-12-084-7/+6
|/ / /
| * | Refactor networkId out of web3WrapperLeonid Logvinov2017-12-0812-31/+39
| * | Fix CI commandLeonid Logvinov2017-12-071-1/+1
| * | Address feedbackLeonid Logvinov2017-12-075-12/+4
| * | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-0769-275/+366
| | * remove console.logFabio Berger2017-12-091-2/+0
| | * Fix unit testFabio Berger2017-12-091-1/+1
| | * Add missing paramsFabio Berger2017-12-091-0/+3
| | * Debug CircleCi failureFabio Berger2017-12-081-0/+2
| | * Update yarn.lockFabio Berger2017-12-081-1/+1
| | * Add todoFabio Berger2017-12-081-0/+1
| | * Add link to random id generatorFabio Berger2017-12-081-0/+1
| | * Remove `prebuild` command and add `test:circleci`Fabio Berger2017-12-081-1/+1
| | * Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-082-6/+12
| | |\ | |_|/ |/| |
* | | Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
* | | Make sure we always pass in the correct networkId even if no injectedWeb3 foundFabio Berger2017-12-081-5/+10
|/ /
| * remove unneeded resetFabio Berger2017-12-071-2/+0
| * Use rejectedWithFabio Berger2017-12-071-9/+4
| * Add missing calls to configureFabio Berger2017-12-072-0/+2
| * remove unneeded type assertionsFabio Berger2017-12-071-2/+2
| * remove unused typeFabio Berger2017-12-072-5/+0
| * Simplify interface to signPersonalMessageAsyncFabio Berger2017-12-073-42/+12
| * Fix unit testFabio Berger2017-12-071-1/+1
| * Fix ethereumjs-tx declaration and importFabio Berger2017-12-072-2/+2
| * Use assert.isHexStringFabio Berger2017-12-072-5/+3
| * Add type defs for ledgerco and ethereumjs-txFabio Berger2017-12-072-13/+37
| * Make test only run unit tests since cannot run integration tests on CIFabio Berger2017-12-071-3/+4
| * Improve READMEFabio Berger2017-12-071-1/+1
| * Fix version and remove the UMD buildFabio Berger2017-12-073-66/+4
| * Fix tslint errorFabio Berger2017-12-071-1/+1
| * Standardize depsFabio Berger2017-12-073-9/+13
| * Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-0715-122/+164
| |\ | |/ |/|
* | Merge pull request #250 from 0xProject/feature/airport-experimentsLeonid2017-12-0612-128/+165
|\ \
| * \ Merge branch 'development' into feature/airport-experimentsLeonid2017-12-0617-57/+104
| |\ \ | |/ / |/| |
* | | Add missing awaitFabio Berger2017-12-061-1/+1
* | | Move declaration into proper conditional blockFabio Berger2017-12-061-1/+1
* | | Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
| * | Inline functionLeonid Logvinov2017-12-061-6/+1
| * | Introduce a constLeonid Logvinov2017-12-061-1/+3
| * | Make privateLeonid Logvinov2017-12-061-0/+1
| * | Add version matcher scriptLeonid Logvinov2017-12-064-0/+110
| * | Use same versions of dependencies everywhereLeonid Logvinov2017-12-068-129/+57
| | * Have comments hug statementsFabio Berger2017-12-061-3/+3
| | * Add declarationFabio Berger2017-12-061-0/+7
| | * Return actual error thrownFabio Berger2017-12-061-1/+1
| | * remove unused modulesFabio Berger2017-12-062-5/+0
| | * Use subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-067-300/+45
| | * remove extra spaceFabio Berger2017-12-061-1/+0
| | * Add initial tests fort redundantRpcSubproviderFabio Berger2017-12-061-0/+62
| | * Add null to err typeFabio Berger2017-12-061-1/+1
| | * Use null instead of undefined when no error existsFabio Berger2017-12-061-3/+3
| | * Switch to using our custom base subproviderFabio Berger2017-12-061-1/+2
| | * remove unused importFabio Berger2017-12-061-1/+0
| | * Fix lint issuesFabio Berger2017-12-063-9/+11
| | * Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-06155-302/+17404
| | |\ | |_|/ |/| |
* | | Merge pull request #251 from 0xProject/feature/websocketVersion2Brandon Millman2017-12-0613-50/+101
|\ \ \
| * | | Add PR number to changelogBrandon Millman2017-12-061-1/+1
| * | | Add requestId to subscription messages and update json-schemasBrandon Millman2017-12-0613-50/+101
* | | | Merge pull request #249 from 0xProject/feature/typed-contractsLeonid2017-12-0638-305/+2758
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Address feedbackLeonid Logvinov2017-12-063-10/+10
| * | Update READMELeonid Logvinov2017-12-061-5/+6
| * | Regenerate filesLeonid Logvinov2017-12-065-5/+5
| * | Make it privateLeonid Logvinov2017-12-061-0/+1
| * | Change package nameLeonid Logvinov2017-12-061-1/+1
| * | Update READMELeonid Logvinov2017-12-061-2/+3
| * | Make fileExtension configurableLeonid Logvinov2017-12-062-2/+7
| * | Rename abi-gen to typed-contractsLeonid Logvinov2017-12-0621-26/+26
| * | Add docs for typed-contractsLeonid Logvinov2017-12-051-0/+38
| * | Remove TODOsLeonid Logvinov2017-12-051-2/+0
| * | Introduce separate ContextData type and rework itLeonid Logvinov2017-12-054-12/+27
| * | Check ABI is definedLeonid Logvinov2017-12-051-0/+5
| * | Introduce a const for 'contract.mustache'Leonid Logvinov2017-12-051-1/+2
| * | Improve error messageLeonid Logvinov2017-12-051-1/+1
| * | Reuse utilLeonid Logvinov2017-12-051-1/+1
| * | Fix a typoLeonid Logvinov2017-12-051-1/+1
| * | Introduce a const for 'function'Leonid Logvinov2017-12-051-1/+3
| * | Use lodash's mapLeonid Logvinov2017-12-051-2/+2
| * | Fix an error messageLeonid Logvinov2017-12-051-1/+2
| * | Delete abi from typed-contractsLeonid Logvinov2017-12-055-1686/+0
| * | Type to-snake-caseLeonid Logvinov2017-12-052-2/+5
| * | Fix a commentLeonid Logvinov2017-12-051-5/+5
| * | Add a commentLeonid Logvinov2017-12-051-0/+1
| * | Fix a typoLeonid Logvinov2017-12-051-1/+1
| * | Fix linter errorLeonid Logvinov2017-12-021-1/+1
| * | Update commentLeonid Logvinov2017-12-026-6/+6
| * | Add comments before generated contractsLeonid Logvinov2017-12-025-0/+20
| * | Use our promisifyLeonid Logvinov2017-12-024-18/+27
| * | Make target optionalLeonid Logvinov2017-12-021-1/+1
| * | Remove es6-promisifyLeonid Logvinov2017-12-022-7/+0
| * | Remove all contract wrapperLeonid Logvinov2017-12-021-98/+0
| * | Add async prefixLeonid Logvinov2017-12-022-2/+2
| * | Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-028-27/+76
| * | Remove old contract typingsLeonid Logvinov2017-12-021-154/+11
| * | Add depencies and a command to generate contract wrappersLeonid Logvinov2017-12-021-0/+3
| * | Add promisifyLeonid Logvinov2017-12-021-0/+24
| * | Add class utilsLeonid Logvinov2017-12-021-0/+17
| * | Add generated contract wrappersLeonid Logvinov2017-12-026-0/+2176
| * | Add generator CLI utilLeonid Logvinov2017-12-0212-0/+1902
| * | Add templatesLeonid Logvinov2017-12-027-0/+115
* | | Remove isomorphic-fetch types from contracts packageBrandon Millman2017-12-062-6/+1
|/ /
* | Merge pull request #247 from 0xProject/feature/addContractsRepoAmir Bandeali2017-12-02