Updated Changelogs
This commit is contained in:
committed by
Amir Bandeali
parent
df5ec33330
commit
c61df50167
@@ -56,6 +56,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Add `OrderTransferSimulationUtils` contract for simulating order transfers on-chain",
|
"note": "Add `OrderTransferSimulationUtils` contract for simulating order transfers on-chain",
|
||||||
"pr": 1868
|
"pr": 1868
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Updated to use the new rich error pattern from @0x/contracts-exchange",
|
||||||
|
"pr": 1913
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,6 +109,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Make `calculateMatchedFillResults` public",
|
"note": "Make `calculateMatchedFillResults` public",
|
||||||
"pr": 1885
|
"pr": 1885
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Updated RichErrors to the library pattern",
|
||||||
|
"pr": 1913
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -21,6 +21,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Add LibEIP1271.sol",
|
"note": "Add LibEIP1271.sol",
|
||||||
"pr": 1885
|
"pr": 1885
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Updated RichErrors to the library pattern, and implemented RichErrors for all remaining reverts and requires",
|
||||||
|
"pr": 1913
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user