Add PRs to changelogs
This commit is contained in:
parent
f8009dbb27
commit
5781ab5436
@ -17,6 +17,10 @@
|
||||
{
|
||||
"note": "Refactor example contracts that use `executeTransaction`",
|
||||
"pr": 1753
|
||||
},
|
||||
{
|
||||
"note": "Upgrade all string reverts to rich reverts",
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -34,7 +34,7 @@
|
||||
},
|
||||
{
|
||||
"note": "Update tests for rich reverts",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
}
|
||||
],
|
||||
"timestamp": 1563006338
|
||||
|
@ -12,15 +12,15 @@
|
||||
},
|
||||
{
|
||||
"note": "Inherit `chaiSetup` from `@0x/dev-utils`",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
},
|
||||
{
|
||||
"note": "Add `generatePseudoRandomOrderHash()` to `orderUtils`",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
},
|
||||
{
|
||||
"note": "Inherit `OrderStatus` from `@0x/types`",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -9,6 +9,10 @@
|
||||
{
|
||||
"note": "Add LibEIP712 contract",
|
||||
"pr": 1753
|
||||
},
|
||||
{
|
||||
"note": "Add `RichErrors` and `mixins/MRichErrors`",
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -4,11 +4,11 @@
|
||||
"changes": [
|
||||
{
|
||||
"note": "Automatically decode and throw rich reverts in `_throwIfRevertWithReasonCallResult`",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
},
|
||||
{
|
||||
"note": "Remove dependency on ethers.js",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "2.3.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `chaiSetup` function with rich revert support",
|
||||
"note": "Add `chaiSetup` function with `RevertError` testing support",
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "2.2.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `RichRevertAbi` interface as part of `AbiDefinition` types",
|
||||
"note": "Add `RevertErrorAbi` interface as part of `AbiDefinition` types",
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
|
@ -15,8 +15,8 @@
|
||||
"pr": 1742
|
||||
},
|
||||
{
|
||||
"note": "Add Exchange `RevertError` types",
|
||||
"pr": TODO
|
||||
"note": "Add Exchange `RevertError` types to `ExchangeRevertErrors`",
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -4,7 +4,7 @@
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `OrderStatus` type",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -4,7 +4,7 @@
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add types for `@0x/dev-utils` chai helpers in `types/@0x`",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
{
|
||||
"note": "Add `RevertError`, `StringRevertError`, `AnyRevertError` types and associated utilities",
|
||||
"pr": TODO
|
||||
"pr": 1761
|
||||
}
|
||||
],
|
||||
"timestamp": 1563006338
|
||||
|
Loading…
x
Reference in New Issue
Block a user