Skip to content

Make hive use IPC connection #86

@holiman

Description

@holiman

From what I can tell; https://github.com/karalabe/hive/blob/master/simulator.go#L309 , the simulator uses the ip:8545 to connect to the client API. This is a bit problematic for cpp: ethereum/aleth#4635 (comment)

We recently removed HTTP server from eth, now instead of --json-rpc --json-rpc-port 8545 --admin-via-http you need to run scripts/jsonrpcproxy.py

Doing it this way requires us to add python to the alpine image, so it'd be neat to just use the ipc path instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions