Watson Ladd

Results 20 issues of Watson Ladd

This should help reduce the number of realloc calls we see. Yet to be done is a single allocation API: that will require some more intrusive length functions.

in_pktinfo doesn't exist on BSD, instead one can get a sockaddr_dl out of recvmsg instead via IP_RECVIF, and likewise for the the other information we need from the packet.

This will make it easier for people to find and install.

Currently the client does not implement any way to set the clock or check it.

enhancement

Currently a single lost UDP packet results in client failure. We can send out several packets and use all responses in our measurement of the time to improve on this.

good first issue

We should parse the client record and negotiate the next protocol as well as other settings. We also may want to close the connection after the client is done with...

good first issue

For reasons I want to do development on a private testnet and make sure my ERC20 contracts work with Uniswap I ran this script, and deployed some ERC20 tokens, and...

The Uniswap frontend relies on the original quoter interface and will not work on a testnet with only quoter v2. Fixes Issue #6

When I am on a system not set to UTC, and store a timestamp to a database via the database/sql compatible interface, the value in the database is stored with...

I've just started to get this running, and run into a roadblock: `$pip3.7 show z3-solver Name: z3-solver Version: 4.8.7.0 Summary: an efficient SMT solver library Home-page: https://github.com/Z3Prover/z3 Author: The Z3...