Felix Lange

Results 442 comments of Felix Lange

It's not a good workaround because ASDF doesn't like it when Lisp files do their own operating during load. ASDF is supposed to know the dependencies of every file so...

Example use of `SOCKET-PAIR` for TCP server shutdown: https://gist.github.com/fjl/a337d8b50ae5e73f9d2af9b3eb9b2b68

Adding some tests in #77 to see if the timeouts provided by usocket actually work.

I'm not sure what the question in this issue is. In general, what you describe sounds like a good test to have. If you are asking whether hive provides the...

Specifically, this can be done using the [`CreateNetwork`](https://pkg.go.dev/github.com/ethereum/hive/hivesim#Simulation.CreateNetwork), `ConnectContainer`, `DisconnectContainer` methods.

We want it very much, been wanting it forever.

I'm working on fixing the existing RPC test suite right now.

The 'running' part is basically taken care of by Hive, the work here is mostly fixing up the [RPC simulation](https://github.com/ethereum/hive/tree/master/simulators/ethereum/rpc/eth) to work with the newer Hive simulation API. Quite a...

A warning though: at this time, Hive is still a bit of a mess. It really takes time to figure out how it works, and most documentation is outdated. That's...