/multimedia/atomicparsley/

/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : dexon-sol-tools
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-0914-44/+44
* Add scope to abi-gen dependency in 0x.jsBrandon Millman2017-12-091-1/+1
* Add @0xproject scope to abi-gen package nameBrandon Millman2017-12-091-1/+1
* Make contracts package privateBrandon Millman2017-12-091-0/+1
* Update connect changelogBrandon Millman2017-12-091-1/+1
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-0971-327/+397
|\
| * Update README.mdFabio Berger2017-12-091-3/+3
| * 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
| | * Update connect types in preperation for publishingBrandon Millman2017-12-084-7/+6
| * | Refactor networkId out of web3WrapperLeonid Logvinov2017-12-0812-31/+39
| * | Address feedbackLeonid Logvinov2017-12-075-12/+4
| * | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-0766-270/+354
* | | 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
* | | 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-072-7/+7
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-0714-35/+144
|\|
| * Merge branch 'development' into feature/airport-experimentsLeonid2017-12-0616-53/+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-067-35/+36
* | | 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-062-1/+9
* | | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-06154-284/+16969
|\ \ \ | | |/ | |/|
| * | 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-0637-302/+2725
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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-027-24/+43
| | * 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-061-2/+1
| |/
| * Make class methods that don't use 'this' staticAmir Bandeali2017-12-014-89/+92
| * Fix module versions, cleanup scriptsAmir Bandeali2017-12-014-31/+29
| * Add README to contracts packageAmir Bandeali2017-11-301-0/+51
| * Fix indentationsAmir Bandeali2017-11-3030-2673/+2705
| * Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-30102-0/+14115
| * Add orderWatcher to 0x.js docsFabio Berger2017-11-303-1/+14
* | Remove spacesFabio Berger2017-12-062-2/+2
* | Make exceptionFabio Berger2017-12-06