Update changelogs
This commit is contained in:
		
				
					committed by
					
						
						Amir Bandeali
					
				
			
			
				
	
			
			
			
						parent
						
							32460f00f8
						
					
				
				
					commit
					2524e7eea3
				
			@@ -72,6 +72,14 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Make `assertValidTransactionOrdersApproval` internal",
 | 
					                "note": "Make `assertValidTransactionOrdersApproval` internal",
 | 
				
			||||||
                "pr": 1729
 | 
					                "pr": 1729
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add chainId to domain separator",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "timestamp": 1554997931
 | 
					        "timestamp": 1554997931
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,6 +23,10 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Move `LibTransactionDecoder` to contracts/dev-utils package",
 | 
					                "note": "Move `LibTransactionDecoder` to contracts/dev-utils package",
 | 
				
			||||||
                "pr": 1848
 | 
					                "pr": 1848
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Break up `LibEIP712` into reusable components",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "timestamp": 1563006338
 | 
					        "timestamp": 1563006338
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,10 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Use new/cheaper reentrancy guard/mutex",
 | 
					                "note": "Use new/cheaper reentrancy guard/mutex",
 | 
				
			||||||
                "pr": 1699
 | 
					                "pr": 1699
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add chainId to domain separator",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,6 +23,10 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils`",
 | 
					                "note": "Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils`",
 | 
				
			||||||
                "pr": 1848
 | 
					                "pr": 1848
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Remove unused `LibOrder` inheritance",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "timestamp": 1563006338
 | 
					        "timestamp": 1563006338
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,13 @@
 | 
				
			|||||||
[
 | 
					[
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "version": "3.2.0",
 | 
				
			||||||
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `chainId` to `TransactionFactory` constructor",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "timestamp": 1563193019,
 | 
					        "timestamp": 1563193019,
 | 
				
			||||||
        "version": "3.1.10",
 | 
					        "version": "3.1.10",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -46,6 +46,10 @@
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        "version": "4.3.0",
 | 
					        "version": "4.3.0",
 | 
				
			||||||
        "changes": [
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Update Coordinator and Exchange wrappers",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Update wrapper functions to expose `awaitTransactionSuccessAsync()` methods",
 | 
					                "note": "Update wrapper functions to expose `awaitTransactionSuccessAsync()` methods",
 | 
				
			||||||
                "pr": 1797
 | 
					                "pr": 1797
 | 
				
			||||||
@@ -272,4 +276,4 @@
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
@@ -1,4 +1,17 @@
 | 
				
			|||||||
[
 | 
					[
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "version": "9.2.0",
 | 
				
			||||||
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `chainId` to transactions",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Update exchange wrapper",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "version": "9.1.8",
 | 
					        "version": "9.1.8",
 | 
				
			||||||
        "changes": [
 | 
					        "changes": [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,13 @@
 | 
				
			|||||||
[
 | 
					[
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "version": "3.2.0",
 | 
				
			||||||
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `chainId` to order schema",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "version": "3.1.11",
 | 
					        "version": "3.1.11",
 | 
				
			||||||
        "changes": [
 | 
					        "changes": [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,13 @@
 | 
				
			|||||||
[
 | 
					[
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "version": "4.2.0",
 | 
				
			||||||
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Update Coordinator and Exchange deployments to pass `chainId`",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "timestamp": 1563193019,
 | 
					        "timestamp": 1563193019,
 | 
				
			||||||
        "version": "4.1.9",
 | 
					        "version": "4.1.9",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,17 @@
 | 
				
			|||||||
[
 | 
					[
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "version": "8.3.0",
 | 
				
			||||||
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `chainId` `OrderValidationUtils`, `OrderFactory`",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Update domain version for Exchange and Coordinator",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "version": "8.2.3",
 | 
					        "version": "8.2.3",
 | 
				
			||||||
        "changes": [
 | 
					        "changes": [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,6 +19,10 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Add `InvalidStaticCallDataOffset`, `TargetNotEven`, `UnexpectedStaticCallResult`, and `InvalidAssetDataEnd` to `RevertReason` enum",
 | 
					                "note": "Add `InvalidStaticCallDataOffset`, `TargetNotEven`, `UnexpectedStaticCallResult`, and `InvalidAssetDataEnd` to `RevertReason` enum",
 | 
				
			||||||
                "pr": 1863
 | 
					                "pr": 1863
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `chainId` field to `Order`, `ZeroExTransaction`, and `EIP712DomainWithDefaultSchema`",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,14 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Add function deleteNestedProperty",
 | 
					                "note": "Add function deleteNestedProperty",
 | 
				
			||||||
                "pr": 1842
 | 
					                "pr": 1842
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `getChainIdAsync()` to `providerUtils`",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "More robust normalization of `uint256` types in `sign_typed_data_utils`",
 | 
				
			||||||
 | 
					                "pr": 1742
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "timestamp": 1563006338
 | 
					        "timestamp": 1563006338
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user