Apply newsfragment RFCs for #3491.

Co-authored-by: Kieran Prasch <kieranprasch@gmail.com>
pull/3491/head
derekpierre 2024-04-30 09:27:42 -04:00
parent 031f484b85
commit 409769f405
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
The code is now agnostic towards the type of RPC endpoint used.
RPC connectivity is now agnostic to the EVM client fingerprint and implementation technology.

View File

@ -1 +1 @@
Remove specialized blockchain clients since RPC endpoints should no longer handle accounts/signing.
Wallet management and transaction signing via blockchain clients is deprecated for production use.