Sam Wilson

Results 100 issues of Sam Wilson

As discussed in [EIPIP Meeting #64](https://github.com/ethereum-cat-herders/EIPIP/issues/174), here's a PR with my proposal for updating the `requires` text.

c-update
t-process
e-consensus

The latest version of `eipw` will report warnings instead of errors for EIPs with a Stagnant status. This should let the stagnant bot work properly.

If we're okay with this format, I'll update `eipw` and get the csl-json to render into a human readable citation.

c-update
t-process

Hey! Sorry for the broad scope of this question, but I'm having some trouble wrapping my head around how to use this library to generate a "diff" or "patch" for...

The type bound for `fn` in `register` has a `void` return type: https://github.com/elpheria/rpc-websockets/blob/46b0190bc0ecdce4236b7ccbe93b5e687a5aaf09/src/lib/server.ts#L147 I'm rather new to TypeScript, but I would suggest a return type of `unknown | Promise` to...

Calling either `eth_getTransactionByBlockNumberAndIndex` or `eth_getTransactionByBlockHashAndIndex` through `request` has different behaviour when the block doesn't exist vs. the transaction is out of bounds. For example: ```javascript const [from, to] = await...

bug

For whatever reason, installing using pip within pip doesn't work in pypy. Presumably because of something to do with build isolation. This commit adds a `pyproject.toml` with the required packages,...

I'm attempting to use `zss` to create a reasonable "patch" between two trees. The following two tree-pairs produce the same set of operations, and I'm not sure how you're supposed...