Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed May 25, 2019
1 parent d73c405 commit 9143b24
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
{
"note": "Add `generate-exchange-selectors` package script.",
"pr": 1819
},
{
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` struct",
"pr": 1823
}
]
},
Expand Down
24 changes: 24 additions & 0 deletions contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"note": "Add support for `SignatureType.WalletOrderValidator` for orders",
"pr": 1774
},
{
"note": "Add a `bytes` return value to `executeTransaction`, which is equal to the encoded return data of the underlying Exchange function call",
"pr": 1793
},
{
"note": "Implement `batchExecuteTransactions`",
"pr": 1793
},
{
"note": "Refactor preSign to be compatible with `executeTransaction`",
"pr": 1793
},
{
"note": "Remove ZRX fees in lieu of arbitrary maker and taker fee tokens.",
"pr": 1819
Expand All @@ -45,6 +57,18 @@
{
"note": "Avoid redundant transfer in `fillOrder()` and `matchOrders()` when maker/taker is the same as feeRecipient and assets are the same",
"pr": 1819
},
{
"note": "Implement `cancelOrderNoThrow` and `batchCancelOrdersNoThrow` functions",
"pr": 1827
},
{
"note": "`executeTransaction` will now revert if the input transaction is expired",
"pr": 1832
},
{
"note": "Log an `TransactionExecuted` event when an `executeTransaction` call is successful",
"pr": 1832
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions packages/json-schemas/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"note": "Add `makerAssetData` and `takerAssetData` to `Order` schemas",
"pr": 1819
}
{
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` schema",
"pr": 1832
}
]
},
{
Expand Down
8 changes: 8 additions & 0 deletions packages/order-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
{
"note": "Update `RevertError` types for new base constructor",
"pr": 1819
},
{
"note": "Add `Expired` TransactionErrorCode",
"pr": 1832
},
{
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` parameters used for hashing",
"pr": 1832
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
{
"note": "Update `Order` type for arbitrary fee tokens (ZEIP-28).",
"pr": 1819
},
{
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` type",
"pr": 1832
}
]
},
Expand Down

0 comments on commit 9143b24

Please sign in to comment.