while moving wallet-rpc tests from ganache to anvil i discovered that the personalimportkey method returns an method not found error. it turns out the personal* methods are all deprecated in geth and not implimented in anvil
As OP geth mirrors geth closely its safe to assume these will not work on Cel2 either.
As the RPCWallet at its core depends on calling these personal methods to initialize, setup accounts, and sign transactions, It seems it would be time to submit it for sunset.
while moving wallet-rpc tests from ganache to anvil i discovered that the personalimportkey method returns an method not found error. it turns out the personal* methods are all deprecated in geth and not implimented in anvil
As OP geth mirrors geth closely its safe to assume these will not work on Cel2 either.
As the RPCWallet at its core depends on calling these personal methods to initialize, setup accounts, and sign transactions, It seems it would be time to submit it for sunset.
For alternative see https://geth.ethereum.org/docs/tools/clef/introduction