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
Hello, I accidentally upgraded from version 1.4.15 to the latest version 1.5.7 and I am now getting errors:
“Unavailable modules in HTTP API list“ unavailable=[personal] available=”[admin debug web3 eth txpool mev parlia miner
net]”
“method personal_sendTransaction -32601: the method personal_sendTransaction does not exist/is not available”
Is there any possibility to connect “personal” on 1.5.7 or rollback to 1.4.15 ?
If I rollback to 1.4.15, I get the following error
“Fatal: Failed to register the Ethereum service: rlp: input list has too many elements for rawdb.freezerTableMeta”
Here is my startup line:
/usr/local/bin/bscgeth --config /raid1/.bscnode/config.toml --datadir /raid1/.bscnode --history.transactions=90000 --db. engine=pebble --syncmode=full --tries-verify-mode=none --cache 3999 --allow-insecure-unlock --rpc.enabledeprecatedpersonal --http.api admin,eth,debug,miner,net,txpool,personal,web3 --rpc.allow -unprotected-txs
I tried --rpc.enableeprecatedpersonal, but it didn't work
Is there any urgent solution to not rewrite the library but use “personal”? Help, please
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I accidentally upgraded from version 1.4.15 to the latest version 1.5.7 and I am now getting errors:
“Unavailable modules in HTTP API list“ unavailable=[personal] available=”[admin debug web3 eth txpool mev parlia miner
net]”
“method personal_sendTransaction -32601: the method personal_sendTransaction does not exist/is not available”
Is there any possibility to connect “personal” on 1.5.7 or rollback to 1.4.15 ?
If I rollback to 1.4.15, I get the following error
“Fatal: Failed to register the Ethereum service: rlp: input list has too many elements for rawdb.freezerTableMeta”
Here is my startup line:
/usr/local/bin/bscgeth --config /raid1/.bscnode/config.toml --datadir /raid1/.bscnode --history.transactions=90000 --db. engine=pebble --syncmode=full --tries-verify-mode=none --cache 3999 --allow-insecure-unlock --rpc.enabledeprecatedpersonal --http.api admin,eth,debug,miner,net,txpool,personal,web3 --rpc.allow -unprotected-txs
I tried --rpc.enableeprecatedpersonal, but it didn't work
Is there any urgent solution to not rewrite the library but use “personal”? Help, please
Beta Was this translation helpful? Give feedback.
All reactions