Merge pull request #938 from 0xProject/sol-cov-fixes

Sol cov fixes
This commit is contained in:
Fabio Berger
2018-08-13 16:40:46 -04:00
committed by GitHub
10 changed files with 162 additions and 22 deletions

View File

@@ -2,6 +2,10 @@
{
"version": "1.0.1-rc.4",
"changes": [
{
"note": "Allow for additional properties in txData schema",
"pr": 938
},
{
"note": "Change hexSchema to match `0x`",
"pr": 937

View File

@@ -29,5 +29,4 @@ export const txDataSchema = {
},
required: ['from'],
type: 'object',
additionalProperties: false,
};

View File

@@ -849,10 +849,6 @@ describe('Schema', () => {
{
gas: new BigNumber(42),
},
{
from: NULL_ADDRESS,
unknownProp: 'here',
},
{},
[],
new BigNumber(1),