Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
327 stars 206 forks source link

refactor: move cosmos-connector out to separate library #262

Open warner opened 5 years ago

warner commented 5 years ago

As one of several cleanup steps, we should remove the code that allows a solo node to follow a Cosmos chain (and submit signed transactions to it) into a separate library. This will be used by a solo node, but not the chain node.

The connector library really wants to be a library, but at the moment it relies upon spawning a separate process (written in Go). It also happens to open a websocket to a chain node, to find out when a new block is available. At that point, it runs the Go process to retrieve the current mailbox contents from the chain.

refs Agoric/agoric-sdk#260

warner commented 4 years ago

in the old repo. this was cosmic-swingset issue 117