Update CHANGELOGs
This commit is contained in:
parent
bf3ae730d6
commit
f15560bd89
@ -1,19 +1,18 @@
|
||||
[
|
||||
{
|
||||
"version": "2.3.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases.",
|
||||
"pr": 1852
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.2.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `LibAssetProxyIds` contract",
|
||||
"pr": 1835
|
||||
},
|
||||
{
|
||||
"note": "Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases.",
|
||||
"pr": 1852
|
||||
},
|
||||
{
|
||||
"note": "Implement StaticCallProxy",
|
||||
"pr": 1863
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -21,6 +21,10 @@
|
||||
{
|
||||
"note": "Refactor `OrderValidationUtils` to calculate `fillableTakerAssetAmount`",
|
||||
"pr": 1848
|
||||
},
|
||||
{
|
||||
"note": "Add support for StaticCallProxy",
|
||||
"pr": 1863
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5,6 +5,10 @@
|
||||
{
|
||||
"note": "add parameter assertions to methods",
|
||||
"pr": 1823
|
||||
},
|
||||
{
|
||||
"note": "Move `getABITransactionData` to `callAsync` template",
|
||||
"pr": 1863
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -5,6 +5,10 @@
|
||||
{
|
||||
"note": "Update wrappers to include parameter assertions",
|
||||
"pr": 1823
|
||||
},
|
||||
{
|
||||
"note": "Update wrappers to include `getABIEncodedTransactionData` for view and pure functions",
|
||||
"pr": 1863
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "8.2.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add support for encoding/decoding StaticCallProxy assetData",
|
||||
"pr": 1863
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1558712885,
|
||||
"version": "8.1.1",
|
||||
|
@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"version": "2.3.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add StaticCallProxy types",
|
||||
"pr": 1863
|
||||
},
|
||||
{
|
||||
"note": "Add `InvalidStaticCallDataOffset`, `TargetNotEven`, `UnexpectedStaticCallResult`, and `InvalidAssetDataEnd` to `RevertReason` enum",
|
||||
"pr": 1863
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.2.2",
|
||||
"changes": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user