Open 0x0elliot opened 9 months ago
Progress:
stuck here, eh
why is this happening? this is the command being used by the wrapper right now to get accounts but it fails both on execution because of this error @pacrob 🤔
any help is appreciated, though, i will figure this out soon
Draft PR to keep track of changes. Here is the check list:
Broad target:
Small targets:
BaseGethProcess
start supportBaseGethProcess
stop supportProgress:
Next goal is making the following work for mainnet
[x] >>> geth.data_dir "~/.ethereum"
[x] >>> geth.rpc_port 8545
[x] >>> geth.ipc_path "~/.ethereum/geth.ipc"
[ ] >>> geth.accounts ['0xd3cda913deb6f67967b99d67acdfa1712c293601']
[ ] >>> geth.is_alive False
[ ] >>> geth.is_running False
[ ] >>> geth.is_stopped False
[ ] >>> geth.is_alive True # indicates that the subprocess hasn't exited