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
fragosti
0113ecee96
Change scripts folder to build_scripts
2018-08-09 10:13:37 -07:00
fragosti
eb20e86947
Force case change in file
2018-08-09 09:39:29 -07:00
Leonid Logvinov
15e15f994a
Merge branch 'development' into sol-cov-fixes
2018-08-09 17:03:41 +02:00
Leonid Logvinov
d44ff6a915
Add @return comments
2018-08-09 17:02:13 +02:00
Leonid Logvinov
68605ca261
Import marshaller directly
2018-08-09 17:00:05 +02:00
Jacob Evans
5d4dd406f2
Update Changelogs. Rebased from development
2018-08-09 12:05:17 +10:00
Jacob Evans
9dd6ba7825
Update jsdoc
2018-08-09 12:02:17 +10:00
Jacob Evans
45e9fbe8f9
Introduce SignerProviderType
...
This allows the developer to indicate the nuanced signer provider. Some have different implementations (trezor, ledger) and others have different implementations (metamask). Breaking the abstraction of eth_sign. EthSign assumes a spec compliant implementation and can be used as a default
2018-08-09 12:02:12 +10:00
Alex Browne
53713188fe
Merge pull request #915 from 0xProject/feature/encode-decode-checks
...
Add strictArgumentEncodingCheck to BaseContract and use it in contract templates
2018-08-08 18:28:15 -07:00
Alex Browne
c4c37cafa0
Update comment about ethers checksummed address behavior
2018-08-08 17:58:04 -07:00
Alex Browne
5b7774f9d0
Add packages/coverage/.gitkeep file
2018-08-08 17:33:20 -07:00
Alex Browne
ca7d8a8940
Update CI config and package.json to run @0xproject/utils tests on CI
2018-08-08 16:47:36 -07:00
Alex Browne
762bbe9bcd
Update remaining CHANGELOG.json files
2018-08-08 16:44:52 -07:00
fragosti
03fb73d1d2
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into development
2018-08-08 15:50:59 -07:00
Amir Bandeali
d10e2652ae
Revert incrementing memory ptr in dispatchTransferFrom
2018-08-08 15:44:43 -07:00
Amir Bandeali
9a5d7b7635
Test abiEncodeFillOrder as part of combinatorial follOrder tests
2018-08-08 15:44:43 -07:00
Amir Bandeali
1fb3da6b53
Increment free memory pointer for internal Exchange functions that use asm
2018-08-08 15:44:43 -07:00
Amir Bandeali
970bef717e
Add return values to combinatorial fillOrder tests
2018-08-08 15:44:43 -07:00
fragosti
2a85f79040
Change amir picture
2018-08-08 15:42:09 -07:00
Amir Bandeali
651a468b44
Merge pull request #946 from 0xProject/fix/contracts/signatureValidatorComments
...
[contracts] Fix comments and styling for MixinSignatureValidator
2018-08-08 15:35:34 -07:00