Skip to content

Commit

Permalink
resolved an TODO item as Rationale entry
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and axic committed May 19, 2019
1 parent 6c2b2a6 commit cd2fa7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions EIPS/eip-1985.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ Using the `2**63 - 1` constant to limit some of the ranges:
The [Yellow Paper] defines the timestamp in block as "A scalar value equal to the reasonable output of Unix’s time() at this block’s inception".
IEEE Std 1003.1-2001 (POSIX.1) leaves that definition implementation defined.

### Addresses

The size of addresses is specified in the [Yellow Paper] as 20 bytes.
E.g. the `COINBASE` instruction is specified to return *H*<sub>c</sub> ∈ 𝔹<sub>20</sub> which has 20 bytes.

### Comparing current implementations

- Timestamp is implemented as a 64-bit value in [Aleth], [geth] and [Parity]
Expand All @@ -102,9 +107,7 @@ TBA

## TODO

1. The size of addresses are specified in Yellow Paper,
e.g. COINBASE is specified as returning H_c which has 20 bytes.
2. Do the gas limit applies for the gas param in CALL?
1. Does the gas limit apply to the gas argument for call instructions?

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Expand Down

0 comments on commit cd2fa7f

Please sign in to comment.