All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
web3-rpc-methodsdependency (#5441)
- Import
EthPersonalAPIfromweb3-typesinstead of local import (#5441) - Replace the imported methods from
rcp_methods.tswithpersonalRpcMethodsimports fromweb3-rpc-methods(#5441) - Replace use of
EthPersonalAPIManagerwithWeb3RequestManager<EthPersonalAPI>(#5441)
- Exported type
EthPersonalAPIManager,EthPersonalAPIis not exported viaweb3-types(#5441)