Sam Wilson

Results 100 issues of Sam Wilson

A macro, name to be bikeshedded, that inserts `swap`, `dup`, and `pop` to rearrange the stack: ``` %stack( "a b c", "b b c a" ) ```

C-enhance
A-assembler
E-hard

# Example I think we could support something like: ``` root: push1 .nested jump .nested: jumpdest other: .nested: push1 root.nested ``` This example would define the following labels: - `root`...

C-enhance
A-assembler
E-medium

In light of recent events, the discussion on how to assign numbers has come up again. This issue is _solely_ for discussing assigning EIP numbers, and other topics will be...

enhancement

In the [markdown source](https://github.com/ethereum/EIPs/blob/78bc7a8ecc0bea3c73e21a43258e4de5748afbfc/EIPS/eip-1.md?plain=1#L194), this link is relative, but in the rendered version of [EIP-1](https://eips.ethereum.org/EIPS/eip-1), it is absolute: ![image](https://user-images.githubusercontent.com/57262657/173617031-7ce3d9a5-2d01-4ebf-b738-1917c9c61a97.png)

bug

@gcolvin suggested this in [EIPIP #61](https://github.com/ethereum-cat-herders/EIPIP/issues/161)

w-stale
enhancement
r-website
r-eips

The algorithm specified in this EIP has some ambiguities: - `exponent` isn't actually the full exponent, but rather just the first 32 bytes of it. - In Python, `(0).bit_length()` is...

c-update
t-core
w-stale
s-final

Reopening the discussion from #5463. I merged without waiting for sufficient consensus, so I've reverted that PR, and opened this one.

c-update
t-process
e-number
s-draft
e-consensus

### Pull Request https://github.com/ethereum/EIPs/pull/5164 ### What happened? `eipw` and friends didn't run automatically for this PR since this is the authors first time contributing. ### Relevant log output _No response_

bug
r-ci

The EIP number was sniped using a bot. In order to discourage sniping, we're renumbering the EIP to a less attractive number.

e-consensus

I'm not 100% sure such an idea would work, but here's the problem I'm having: ```rust #[derive(Deserialize)] struct Foo