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
xianny committed Oct 7, 2019
1 parent 9e6767c commit bafae3f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/abi-gen-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
[
{
"version": "5.4.0-beta.1",
"changes": [
{
"note": "Remove debug functions `getABIDecodedTransactionData` and `getABIDecodedReturnData`",
"pr": 2243
},
{
"note": "Remove `getABIEncodedTransactionData` for constant functions (pure and view)",
"pr": 2243
},
{
"note": "Introduce TxOpts object for `sendTransactionAsync` and `awaitTransactionSuccessAsync`. Replaces `timeoutMs` and `pollingIntervalMs` arguments for `awaitTransactionSuccessAsync`",
"pr": 2243
},
{
"note": "Remove `validateAndSendTransactionAsync`. Replaced with `shouldValidate` key in TxOpts. Defaults to true",
"pr": 2243
}
]
},
{
"version": "5.4.0-beta.0",
"changes": [
Expand Down
9 changes: 9 additions & 0 deletions packages/base-contract/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "5.5.0-beta.1",
"changes": [
{
"note": "Make `evmExecAsync` protected and rename to `_evmExecAsync`",
"pr": 2243
}
]
},
{
"version": "5.5.0-beta.0",
"changes": [
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "2.5.0-beta.1",
"changes": [
{
"note": "Add `TxOpts` type for contract wrappers",
"pr": 2243
}
]
},
{
"version": "2.5.0-beta.0",
"changes": [
Expand Down

0 comments on commit bafae3f

Please sign in to comment.