F. Eugene Aumson
ad9a7d72ce
remedy missing *IfExists identifier suffix
2018-08-15 13:10:45 -07:00
F. Eugene Aumson
558286467b
extract interfaces for re-used complex data types
2018-08-15 12:53:41 -07:00
F. Eugene Aumson
f0f94f199e
move getSolcAsync to static private method
2018-08-15 12:53:33 -07:00
F. Eugene Aumson
d744468479
rename variable inputsByVersion to versionToInputs
2018-08-15 11:21:46 -07:00
F. Eugene Aumson
c01810f0d7
move getSolcAsync to static private method
2018-08-15 11:13:09 -07:00
F. Eugene Aumson
c11d805469
Update changelog
2018-08-14 18:02:39 -07:00
F. Eugene Aumson
bb4558e0be
test compiler
2018-08-14 17:40:31 -07:00
F. Eugene Aumson
e79c7632e6
simplify method interface
2018-08-14 11:42:06 -07:00
F. Eugene Aumson
aa27346f93
simplify method parameter
2018-08-14 11:42:06 -07:00
F. Eugene Aumson
db6de490b2
corrected whitespace (no functional changes)
2018-08-14 11:42:06 -07:00
F. Eugene Aumson
014d71d5ae
compile contracts in batches
...
one batch per compiler version needed.
2018-08-14 11:42:06 -07:00
F. Eugene Aumson
783bc873db
extract method _verifyAndPersistCompilationAsync()
2018-08-14 11:42:06 -07:00
F. Eugene Aumson
478bf14289
extract method _compile()
2018-08-14 11:42:06 -07:00
F. Eugene Aumson
d89934954d
extract function getSolcAsync()
2018-08-14 11:42:06 -07:00
Francesco Agosti
56eb444ea4
Merge pull request #964 from 0xProject/feature/sra-api/add-defaults
...
[sra-api] Add defaults for networkId and pagination
2018-08-13 23:05:37 -07:00
fragosti
228387f995
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/sra-api/add-defaults
2018-08-13 18:52:32 -07:00
fragosti
dd7e03c7d7
Add defaults for networkId and pagination
2018-08-13 18:46:54 -07:00
Alex Browne
fadd292ecf
Publish
...
- 0x.js@1.0.1-rc.3
- @0xproject/abi-gen@1.0.5
- @0xproject/assert@1.0.5
- @0xproject/base-contract@2.0.0-rc.1
- @0xproject/connect@1.0.5
- @0xproject/contract-wrappers@1.0.1-rc.3
- contracts@2.1.40
- @0xproject/dev-utils@1.0.4
- ethereum-types@1.0.4
- @0xproject/fill-scenarios@1.0.1-rc.3
- @0xproject/json-schemas@1.0.1-rc.4
- @0xproject/metacoin@0.0.15
- @0xproject/migrations@1.0.4
- @0xproject/monorepo-scripts@1.0.5
- @0xproject/order-utils@1.0.1-rc.3
- @0xproject/order-watcher@1.0.1-rc.3
- @0xproject/react-docs@1.0.5
- @0xproject/react-docs-example@0.0.20
- @0xproject/react-shared@1.0.6
- @0xproject/sol-compiler@1.0.5
- @0xproject/sol-cov@2.0.0
- @0xproject/sol-resolver@1.0.5
- @0xproject/sra-api@1.0.1-rc.4
- @0xproject/sra-report@1.0.5
- @0xproject/subproviders@1.0.5
- @0xproject/testnet-faucets@1.0.41
- @0xproject/tslint-config@1.0.5
- @0xproject/types@1.0.1-rc.4
- @0xproject/typescript-typings@1.0.4
- @0xproject/utils@1.0.5
- @0xproject/web3-wrapper@1.2.0
- @0xproject/website@0.0.44
2018-08-13 18:34:51 -07:00
Alex Browne
7c8a7a2420
Updated CHANGELOGS
@0xproject/dev-utils@1.0.4
@0xproject/fill-scenarios@1.0.1-rc.3
0x.js@1.0.1-rc.3
@0xproject/assert@1.0.5
@0xproject/base-contract@2.0.0-rc.1
@0xproject/connect@1.0.5
@0xproject/contract-wrappers@1.0.1-rc.3
@0xproject/json-schemas@1.0.1-rc.4
@0xproject/migrations@1.0.4
@0xproject/order-utils@1.0.1-rc.3
@0xproject/order-watcher@1.0.1-rc.3
@0xproject/react-docs@1.0.5
@0xproject/react-shared@1.0.6
@0xproject/sol-compiler@1.0.5
@0xproject/sol-cov@2.0.0
@0xproject/sol-resolver@1.0.5
@0xproject/sra-report@1.0.5
@0xproject/subproviders@1.0.5
@0xproject/tslint-config@1.0.5
@0xproject/types@1.0.1-rc.4
@0xproject/typescript-typings@1.0.4
@0xproject/web3-wrapper@1.2.0
ethereum-types@1.0.4
2018-08-13 18:34:37 -07:00
Alex Browne
3b0fa1aa87
fix(0x.js, order-utils): Fix CHANGELOG.json versions
2018-08-13 18:06:27 -07:00
Alex Browne
283175df98
Run publish/installation tests in CircleCI ( #951 )
...
feat(monorepo-scripts): Run publish tests in CircleCI
2018-08-13 16:49:50 -07:00
Fabio Berger
aeb368a1d9
Merge pull request #932 from 0xProject/fix-ganache-fork
...
Fix ganache fork
2018-08-13 19:45:01 -04:00
Jacob Evans
e51deb93ee
Merge pull request #914 from 0xProject/feature/0x.js/ec-signature-string
...
0x.js Return signature as a hex encoded string
2018-08-14 09:36:11 +10:00
Jacob Evans
a351757493
Update version numbers.
...
Add source for Metamask future fix.
Consolidate switch statement to one return
2018-08-14 09:18:13 +10:00
Francesco Agosti
0025c6640b
Merge pull request #958 from 0xProject/feature/sra-api/camel-case-everything
...
[sra-api] Enforce camelCase for all parameters and other changes.
2018-08-13 15:12:01 -07:00
Alex Browne
25a8554be1
fix(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a directory ( #961 )
...
fix(sol-compiler, sol-resolver): Fix bug where sol-resolver tried to read a directory
2018-08-13 14:17:05 -07:00
Fabio Berger
cd76c129da
Merge pull request #955 from feuGeneA/patch-6
...
[PR template] a to-do list should be in the imperative mood
2018-08-13 16:46:34 -04:00
Fabio Berger
7340338626
Merge pull request #938 from 0xProject/sol-cov-fixes
...
Sol cov fixes
2018-08-13 16:40:46 -04:00
Fabio Berger
9d3c287918
Merge branch 'sol-cov-fixes' of github.com:0xProject/0x-monorepo into sol-cov-fixes
...
* 'sol-cov-fixes' of github.com:0xProject/0x-monorepo: (49 commits)
Add @return comments
Import marshaller directly
Update comment about ethers checksummed address behavior
Add packages/coverage/.gitkeep file
Update CI config and package.json to run @0xproject/utils tests on CI
Update remaining CHANGELOG.json files
Change amir picture
Update CHANGELOG.json for contract-wrappers
Update ethers typings for TypeScript 2.9.2
Update CHANGELOG.json for base-contract
Move some ethers-related types to typescript-typings/ethers
Apply prettier
Add strictArgumentEncodingCheck to BaseContract and use it in contract templates
fix(monorepo-scripts): Fix typo in git tag command
feat(monorepo-scripts): Add confirmation prompt before publishing
fix comments and styling for MixinSignatureValidator
Update TypeScript to version 2.9.2
Use asm for hashEIP712Message, increment free memory pointer after asm hashing functions
Fix comments, styling, and optimize hashOrder
Remove assertion comments
...
2018-08-13 13:01:32 -07:00
Fabio Berger
c2b5fe3d84
Remove test for unknown prop now that we are allowing additional props fro txData
2018-08-13 13:01:10 -07:00
fragosti
5ef84d61fa
Ignore api.json in prettier
2018-08-13 12:58:15 -07:00
fragosti
58321a36dc
apply prettier
2018-08-13 11:45:13 -07:00
Jacob Evans
ca4905c343
Rename from SignerProviderType.EthSign to SignerType.Default
2018-08-11 18:27:21 +10:00
fragosti
b6d793aec4
Enforce camelCase for all parameters and change the way the site is deployed and hosted
2018-08-10 15:56:47 -07:00
F. Eugene Aumson
83fb9df63d
a to-do list should be in the imperative mood
2018-08-10 00:34:31 -07:00
Amir Bandeali
083319786f
Merge pull request #948 from 0xProject/feature/contracts/forwarderFoK
...
[contracts] Make marketBuy functions revert if entire amount not filled
2018-08-09 17:22:56 -07:00
Francesco Agosti
719699eb30
Merge pull request #916 from 0xProject/feature/sra/add-sra-package
...
Add the sra-api package (OpenAPI Spec)
2018-08-09 17:02:43 -07:00
fragosti
889ec81ff3
Fix order-watcher json-schemas
2018-08-09 16:43:16 -07:00
fragosti
2f66f26048
Fix linting issues
2018-08-09 16:41:43 -07:00
fragosti
713f285f37
fix contract-wrappers json-schemas
2018-08-09 16:22:20 -07:00
fragosti
938a99f435
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/sra/add-sra-package
2018-08-09 15:57:12 -07:00
Alex Browne
f97ec000e1
Merge pull request #949 from 0xProject/fix/update-dependencies
...
fix: Update dependencies
2018-08-09 14:22:16 -07:00
Amir Bandeali
1b5c5e7a3b
Change withdrawERC20 => withdrawAsset, reuse transfer logic
2018-08-09 14:07:27 -07:00
fragosti
c804e2230d
Update Clays linkedin
2018-08-09 12:25:26 -07:00
fragosti
3f610d4865
Merge https://github.com/0xProject/0x-monorepo into development
2018-08-09 12:15:30 -07:00
fragosti
8404e0e73f
Add clay to website
2018-08-09 12:15:18 -07:00
fragosti
b2c666bb1f
Apply prettier
2018-08-09 11:42:05 -07:00
Alex Browne
f3761af567
fix: Update dependencies
2018-08-09 11:35:54 -07:00
Amir Bandeali
b9d8d2d5e3
Make marketBuy functions revert if entire amount not filled
2018-08-09 11:26:32 -07:00
Amir Bandeali
b60a74c8bc
Merge pull request #941 from 0xProject/feature/contracts/returnValuesTests
...
[contracts] Test fillOrder return values and abiEncodeFillOrder
2018-08-09 10:39:14 -07:00