Skip to content

Commit

Permalink
Refactor rpc_method_wrapper docs to point to Web3Eth docs (#6054)
Browse files Browse the repository at this point in the history
* Refactor rpc_method_wrapper docs to point to Web3Eth docs

* Update CHANGELOGs

* Update packages/web3-eth/src/rpc_method_wrappers.ts

Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>

---------

Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
  • Loading branch information
spacesailor24 and jdevcs authored May 4, 2023
1 parent 47abef0 commit 1291d95
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 985 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1472,3 +1472,8 @@ should use 4.0.1-alpha.0 for testing.

- Added `filters` param to the `Filter` type (#6010)

### Changed

#### web3-eth

- Refactored documentation for `rpc_method_wrappers` to point to the previously duplicated documentation found under the `Web3Eth` class documentation (#6054)
1 change: 1 addition & 0 deletions packages/web3-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Refactored documentation for `rpc_method_wrappers` to point to the previously duplicated documentation found under the `Web3Eth` class documentation (#6054)
- Replaced Buffer for Uint8Array (#6004)
Loading

0 comments on commit 1291d95

Please sign in to comment.