Sam Wilson
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" ) ```
# 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`...
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...
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: 
@gcolvin suggested this in [EIPIP #61](https://github.com/ethereum-cat-herders/EIPIP/issues/161)
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...
Reopening the discussion from #5463. I merged without waiting for sufficient consensus, so I've reverted that PR, and opened this one.
### 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_
The EIP number was sniped using a bot. In order to discourage sniping, we're renumbering the EIP to a less attractive number.
I'm not 100% sure such an idea would work, but here's the problem I'm having: ```rust #[derive(Deserialize)] struct Foo