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
trinity attach - Attaches to a running trinity node
Are you thinking some system introspection to find the running trinity process and ask it where the IPC file is? Even that leaves some ambiguity if two processes are running. The easiest thing for alpha is probably to trinity attach '/path/to/jsonrpc.ipc', although if that's the end goal, then we might as well add a command like it to web3.py: web3py attach <ipc_file>, and support all nodes out of the box.
Definition of what's needed for alpha release
All of the following need to work for our alpha release.
$ trinity
$ trinity --ropsten
$ trinity --light
eth_
endpoints should work or explicitely be stubbed out returning an error response indicating that it hasn't yet been implemented.$ trinity attach
: https://github.com/ethereum/py-evm/issues/715The text was updated successfully, but these errors were encountered: