You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
* Empty commit to trigger CI
* Fix a typo (#4599)
* Fix a typo
* update changelog
Co-authored-by: Nazar Hussain <[email protected]>
* 📝 Update the chanelog for 1.7.1
Co-authored-by: Sam Chen <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -492,3 +492,8 @@ Released with 1.0.0-beta.37 code base.
492
492
### Changed
493
493
494
494
- 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)
495
+
496
+
## [1.7.1]
497
+
498
+
### Fixed
499
+
- Fix a typo in the documentation for `methods.myMethod.send` (#4599)
Copy file name to clipboardExpand all lines: docs/web3-eth-contract.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -859,7 +859,7 @@ Parameters
859
859
* ``from`` - ``String``: The address the transaction should be sent from.
860
860
* ``gasPrice`` - ``String`` (optional): The gas price in wei to use for this transaction.
861
861
* ``gas`` - ``Number`` (optional): The maximum gas provided for this transaction (gas limit).
862
-
* ``value`` - ``Number|String|BN|BigNumber``(optional): The value transferred for the transaction in wei.
862
+
* ``value`` - ``Number|String|BN|BigNumber``(optional): The value transferred for the transaction in wei.
863
863
* ``nonce`` - ``Number`` (optional): the nonce number of transaction
864
864
865
865
2. ``callback`` - ``Function`` (optional): This callback will be fired first with the "transactionHash", or with an error object as the first argument.
0 commit comments