From 2706a9e32a14a277633ccf4f5f66ec9de74a27f3 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Fri, 17 Dec 2021 15:20:04 +0100 Subject: [PATCH 1/3] Empty commit to trigger CI From 744e7fd52361dc3f02ac574aaed2cc2c68e46e8c Mon Sep 17 00:00:00 2001 From: Sam Chen Date: Fri, 17 Dec 2021 22:38:47 +0800 Subject: [PATCH 2/3] Fix a typo (#4599) * Fix a typo * update changelog Co-authored-by: Nazar Hussain --- CHANGELOG.md | 1 + docs/web3-eth-contract.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c3d4c13f9..069948bba59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -488,6 +488,7 @@ Released with 1.0.0-beta.37 code base. ### Fixed - Fix readthedoc's build for web3js documentation (#4425) - Fix response sorting for batch requests (#4250) + - Fix a typo in the documentation for `methods.myMethod.send` (#4599) ### Changed diff --git a/docs/web3-eth-contract.rst b/docs/web3-eth-contract.rst index 47a4c225f62..7490f416638 100644 --- a/docs/web3-eth-contract.rst +++ b/docs/web3-eth-contract.rst @@ -859,7 +859,7 @@ Parameters * ``from`` - ``String``: The address the transaction should be sent from. * ``gasPrice`` - ``String`` (optional): The gas price in wei to use for this transaction. * ``gas`` - ``Number`` (optional): The maximum gas provided for this transaction (gas limit). - * ``value`` - ``Number|String|BN|BigNumber``(optional): The value transferred for the transaction in wei. + * ``value`` - ``Number|String|BN|BigNumber`` (optional): The value transferred for the transaction in wei. * ``nonce`` - ``Number`` (optional): the nonce number of transaction 2. ``callback`` - ``Function`` (optional): This callback will be fired first with the "transactionHash", or with an error object as the first argument. From 05d4d90657eec7303ee572fcc60bb7bf634bc724 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Fri, 17 Dec 2021 19:20:52 +0100 Subject: [PATCH 3/3] :memo: Update the chanelog for 1.7.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069948bba59..182437c18f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -488,8 +488,12 @@ Released with 1.0.0-beta.37 code base. ### Fixed - Fix readthedoc's build for web3js documentation (#4425) - Fix response sorting for batch requests (#4250) - - Fix a typo in the documentation for `methods.myMethod.send` (#4599) ### Changed - Changed getFeeHistory first parameter type from `number` to `hex` according to the [spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/eth1.0-apis/assembled-spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false) (#4529) + +## [1.7.1] + +### Fixed +- Fix a typo in the documentation for `methods.myMethod.send` (#4599) \ No newline at end of file