Hello and welcome to issue number six of WTF News, our biweekly status update.
Over the last two weeks, we've begun to focus on tests involving UI interaction,
like eth_sendTransaction
and on the initial steps toward automating wallets.
https://127.0.0.1:3000/#glue=ws://127.0.0.1:3001/
, the
tests will attempt to open a WebSocket connection to 127.0.0.1:3001
and
issue commands to a glue instance there. The code is of prototype quality,
and there is no documentation yet. For the adventurous, see the tests in
wallet-test-framework/glue-ws for the gory details.@wallet-test-framework/glue
didn't have any exports for Node.register
(elpheria/rpc-websockets#139.)