@@ -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
|
||||
|
||||
@@ -29,5 +29,4 @@ export const txDataSchema = {
|
||||
},
|
||||
required: ['from'],
|
||||
type: 'object',
|
||||
additionalProperties: false,
|
||||
};
|
||||
|
||||
@@ -849,10 +849,6 @@ describe('Schema', () => {
|
||||
{
|
||||
gas: new BigNumber(42),
|
||||
},
|
||||
{
|
||||
from: NULL_ADDRESS,
|
||||
unknownProp: 'here',
|
||||
},
|
||||
{},
|
||||
[],
|
||||
new BigNumber(1),
|
||||
|
||||
Reference in New Issue
Block a user