Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\usepackage[ocgcolorlinks]{ocgx2} #513

Open
wants to merge 308 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    100d715 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Use git short date as YYYY-MM-DD

    axic committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    980a282 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#213 from axic/revision-in-output

    Include git hash in PDF
    pirapira authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    2365f9d View commit details
    Browse the repository at this point in the history
  3. Update Paper.tex

    tensor5 authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    4a399ed View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Merge pull request ethereum#225 from tensor5/patch-1

    Extra "the"
    pirapira authored Jan 19, 2017
    Configuration menu
    Copy the full SHA
    e503cea View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    27a2bb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Merge pull request ethereum#227 from axic/eip141

    Include invalid instruction from EIP141
    chriseth authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    ccbddce View commit details
    Browse the repository at this point in the history
  2. Change the delta and alpha of INVALID instruction into nothing. This …

    …makes sure that the machine halts.
    pirapira committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    4d917ec View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Merge pull request ethereum#230 from ethereum/invalid_is_invalid

    Make sure INVALID instruction halts the execution.
    chriseth authored Feb 14, 2017
    Configuration menu
    Copy the full SHA
    68b440c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Configuration menu
    Copy the full SHA
    fc434e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#201 from pirapira/codecopy_memory_consump…

    …tion
    
    Fix the memory consumption of CODECOPY
    chriseth authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    4bd0352 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Merge pull request ethereum#202 from pirapira/log_memory_consumption

    Decument the memory usage update in LOG operations
    chriseth authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    51d831d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Configuration menu
    Copy the full SHA
    d0f4cbc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Remove a left-over comment

    pirapira committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    98833f0 View commit details
    Browse the repository at this point in the history
  2. Add a parentheses in SMOD definition

    This solves ethereum#190.  The other way of putting parentheses
    did not make sense becasue `sign(x) * |x|` can immediately
    be optimized into `x`.
    
    Also, I checked one EVM implementation's behavior
    ```
    evm --debug --code "60601960401907"
    ```
    and saw SMOD returning a negative-looking number.
    pirapira committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    e0e1706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    310ef9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d070b73 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Merge pull request ethereum#191 from pirapira/SMODparen

    Add parentheses in SMOD definition
    gavofyork authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    160e11f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#207 from pirapira/call-empty-result

    The output from a CALL is considered as the empty string when the call fails
    gavofyork authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    f08b9ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56170ab View commit details
    Browse the repository at this point in the history
  4. EIP170

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    3403963 View commit details
    Browse the repository at this point in the history
  5. EIP155

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    4a2dbf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6aa5d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    998cc7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    697f6b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16bb9f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96ea052 View commit details
    Browse the repository at this point in the history
  11. EIP161.c

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    870c8cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    066828f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bc47431 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    825566d View commit details
    Browse the repository at this point in the history
  15. Change the revision

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    e41e63a View commit details
    Browse the repository at this point in the history
  16. Improve local layouts

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    7685f51 View commit details
    Browse the repository at this point in the history
  17. Add more EIP numbers in the title

    These EIPs were applied on the same block number, so it makes sense to list them all.
    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    7484087 View commit details
    Browse the repository at this point in the history
  18. Update wording

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    7175c05 View commit details
    Browse the repository at this point in the history
  19. Insert a comma

    pirapira committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    bf86378 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Fix wording

    pirapira committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    23f7828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5565163 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Merge pull request ethereum#246 from pirapira/remove_comment

    Remove a left-over comment
    gavofyork authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    4e085b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#198 from pirapira/spurious_dragon

    Spurious dragon changes
    gavofyork authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    fa1bf7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#222 from pirapira/invalid_transition

    Invalid transition
    gavofyork authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    c2b9540 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    862f8da View commit details
    Browse the repository at this point in the history
  5. Merge pull request ethereum#256 from ethereum/revert-198-spurious_dragon

    Revert "Spurious dragon changes"
    gavofyork authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    381de73 View commit details
    Browse the repository at this point in the history
  6. Fix broken definition.

    gavofyork committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    df075f4 View commit details
    Browse the repository at this point in the history
  7. Resolve conflict.

    gavofyork committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    f7ce349 View commit details
    Browse the repository at this point in the history
  8. Add gitignore.

    gavofyork committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    926281a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f772424 View commit details
    Browse the repository at this point in the history
  10. Add alt link

    gavofyork authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    b0242d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f9fb10 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Merge pull request ethereum#241 from pirapira/message_call_failure_ta…

    …kes_gas
    
    Make sure that message call consumes all gas when exceptional halting…
    gavofyork authored Mar 14, 2017
    Configuration menu
    Copy the full SHA
    834fac3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. In evaluation of \Xi, drop the fourth element and extract the remaini…

    …ng gas from the machine state
    pirapira committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    a050030 View commit details
    Browse the repository at this point in the history
  2. Instead of concatenating a triple with an element, now we need to con…

    …catenate a quadruple with an element
    pirapira committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    ee5179b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    77cf0a2 View commit details
    Browse the repository at this point in the history
  2. Use bold font for \mu_s

    as in other occurrences.
    pirapira committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    915a2b6 View commit details
    Browse the repository at this point in the history
  3. Zero-th power of zero

    pirapira committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    79ddb92 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Replace a broken link

    pirapira committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    acfaf89 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Fix stack index error in SELFDESTRUCT

    SELFDESTRUCT sends balance to mu_s[0], not to mu_s[1].
    Sword-Smith authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    e90d959 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Merge pull request ethereum#276 from Sword-Smith/patch-1

    Fix stack index error in SELFDESTRUCT
    pirapira authored Mar 27, 2017
    Configuration menu
    Copy the full SHA
    38855bd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    8e8c7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd01fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#274 from pirapira/exp0-0

    Zero-th power of zero is one
    gavofyork authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    3604769 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereum#275 from pirapira/issue-247-url

    Replace a broken link to white paper
    gavofyork authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    abcd25f View commit details
    Browse the repository at this point in the history
  5. Merge pull request ethereum#273 from pirapira/typography

    Use bold font for \mu_s
    gavofyork authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    2c0432f View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#269 from pirapira/remove-old-protocol

    Remove trace of Homestead transition
    gavofyork authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    1e3a8ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request ethereum#263 from pirapira/take_the_gas_of_machine…

    …_state
    
    Ξ now returns the gas of the resultant machine state, not the whole resultant machine state
    gavofyork authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    0542351 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    d3bbc46 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. Configuration menu
    Copy the full SHA
    a5a96d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Fix typo: T_t should be T_\mathbf{t}

    Also cleanup nomenclature around byte sequences.
    JustinDrake authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    8a6b057 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Merge pull request ethereum#283 from Isweet/eqn-105-fix

    Fix remaining issues from PR ethereum#167, namely equation 105
    pirapira authored Apr 11, 2017
    Configuration menu
    Copy the full SHA
    60b85b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Fix typo (the => that)

    JustinDrake authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    e1bb9a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#293 from JustinDrake/patch-2

    Fix typo (the => that)
    pirapira authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    3fd4e69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#285 from JustinDrake/patch-1

    Fix typo: T_t should be T_\mathbf{t}
    pirapira authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    9f88a41 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    c217d34 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    d05682f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. EIP170: max code size

    pirapira committed May 11, 2017
    Configuration menu
    Copy the full SHA
    4234921 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    4b127a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Fix off-by-one.

    Should be strictly greater than the limit, the limit itself is acceptable.
    gavofyork authored Jul 5, 2017
    Configuration menu
    Copy the full SHA
    9dde85e View commit details
    Browse the repository at this point in the history
  2. Use actual latex.

    gavofyork authored Jul 5, 2017
    Configuration menu
    Copy the full SHA
    5c91095 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#290 from pirapira/eip170_max_codesize

    Spurious Dragon: EIP170 max code size
    gavofyork authored Jul 5, 2017
    Configuration menu
    Copy the full SHA
    597cafc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge pull request ethereum#281 from pirapira/eip160_exp_fee

    Spurious Dragon: EIP160 Update the fee of EXP
    gavofyork authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    2c46a67 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. modify (136)

    lightning-li committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    74d15d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#324 from lightning-li/modify-136

    modify (136) equation
    gavofyork authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    9ce2a5a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    53c7e58 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. typo fixed (then => than)

    midinpa committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    a804f78 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. use parentheses for multiply

    4000D committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    56709c9 View commit details
    Browse the repository at this point in the history
  2. account state order fixed

    4000D committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    096ab2b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. fix typo

    4000D committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    4eea25f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. fix small grammatical typo

    lrettig authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    41f0c0d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    04678b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12a2d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. \textit{Homestead}

    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    2f09495 View commit details
    Browse the repository at this point in the history
  2. fix ommer reference

    ayrat555 committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    731c412 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Changed one " to ``

    nadir-akhtar authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    f4a09dc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Fix minGasLimit to 5000

    nicksavers committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    096539e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Update Paper.tex

    Change ECDSARESTORE to ECDSARECOVER to keep consistent with the following (and previous) defined terms
    jaycenhorton authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    0f5fd44 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Fix minor spelling errors

    Fix capitalization of some instances of the word "Greek"
    Sword-Smith authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    3d5c683 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Add license.

    gavofyork committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    20edf34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#402 from ethereum/license

    Add license.
    gavofyork authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    2342087 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Merge pull request ethereum#392 from nadir-akhtar/patch-1

    Changed one " to ``
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    a555790 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#398 from Sword-Smith/patch-1

    Fix minor spelling errors
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    e195c50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#336 from 4000D/master

    minor equation typos
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    6505023 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereum#393 from nicksavers/patch-1

    Fix minGasLimit to 5000
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    8860ebe View commit details
    Browse the repository at this point in the history
  5. Merge pull request ethereum#355 from lrettig/master

    fix small grammatical typo
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    45c0073 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#332 from midinpa/master

    typo fixed (then => than)
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    4dc0463 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ethereum#388 from ayrat-forks/master

    fix ommer reference
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    563c2d6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ethereum#314 from pirapira/non-implication

    An abbreviation abbreviates but does not imply
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    d01cd6a View commit details
    Browse the repository at this point in the history
  9. Merge pull request ethereum#394 from jaycenhorton/master

    Change ECDSARESTORE to ECDSARECOVER
    nicksavers authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    e5b5f86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b35d7ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73cf330 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Update Paper.tex

    Sword-Smith authored Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d9cfed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Merge pull request ethereum#326 from wangpengmit/master

    fixed a typo in equation (118): \sigma, \mu', ... -> \sigma', \mu', ...
    pirapira authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    1c0ec74 View commit details
    Browse the repository at this point in the history
  2. EIP155: replay protection

    pirapira committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    837bdd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ff18e View commit details
    Browse the repository at this point in the history
  4. Remove spurious spaces

    pirapira committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    db78ad4 View commit details
    Browse the repository at this point in the history
  5. Add spaces

    pirapira committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    b0a29de View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#309 from pirapira/duplicate_otherwise

    Remove a duplicate `otherwise`
    pirapira authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    00c8209 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ethereum#310 from rotblauer/grammar-upgrades

    Improve comma use and that/which clauses.
    pirapira authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    725c752 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. add Chinese version link in ReadMe.md

    add Chinese version link in ReadMe.md
    猿哥 authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7a009bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#414 from yuange1024/patch-1

    add Chinese version link  in ReadMe.md
    pirapira authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    6cb2519 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#407 from Sword-Smith/patch-3

    Update Paper.tex
    pirapira authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    deef739 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    b4b3445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424455e View commit details
    Browse the repository at this point in the history
  3. Formatting packages

    jamesray1 authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    f132070 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a0001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4915aeb View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#379 from jamesray1/low_order_11_bits

    Footnote clarifying meaning of low-order 11 bits
    pirapira authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    6ed13c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52f0b1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    219dd8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acf26e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd9973d View commit details
    Browse the repository at this point in the history
  11. Specify STATICCALL

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    7a49136 View commit details
    Browse the repository at this point in the history
  12. Adjust white spaces

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    85042b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77fcbcf View commit details
    Browse the repository at this point in the history
  14. Merge pull request ethereum#412 from pirapira/eip155_replay_prevention

    Spurious Dragon: EIP155 replay protection
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    8833d69 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c655cf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    405cac4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d26ae7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3ee54d9 View commit details
    Browse the repository at this point in the history
  19. EIP161.c

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    616e3ae View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0aed5a9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e5d5f40 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    095faa5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eef3de9 View commit details
    Browse the repository at this point in the history
  24. EIP161: document the anomaly

    The description is based on ethereum/go-ethereum#3341 (comment)
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    79f18b0 View commit details
    Browse the repository at this point in the history
  25. Add a space

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    abf0735 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cedfe27 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ef560d2 View commit details
    Browse the repository at this point in the history
  28. In an account state, the storage root comes before the code

    This has to be fixed in earlier versions as well
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    9b6bc93 View commit details
    Browse the repository at this point in the history
  29. Format

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    dc9df4e View commit details
    Browse the repository at this point in the history
  30. Merge pull request ethereum#425 from pirapira/eip161_state_clean

    Spurious Dragon: EIP-161 state cleaning
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ae3bbc3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    58fff56 View commit details
    Browse the repository at this point in the history
  32. Merge pull request ethereum#428 from pirapira/spurious-dragon-into-ma…

    …ster
    
    Spurious dragon into master
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    9ede5a3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    33baf34 View commit details
    Browse the repository at this point in the history
  34. EIP 101: simplify a formula A \/ B into B,

    because A implies B.
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    2059e4a View commit details
    Browse the repository at this point in the history
  35. EIP 101: change the layout of the EXPMOD arguments

    This change is introduced in:
    ethereum/EIPs@60fe651
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    80b269a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fa302f6 View commit details
    Browse the repository at this point in the history
  37. EIP101: EXPMOD throws if M <= E

    This follows the change in
    ethereum/EIPs@c4a771e
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    7f4b25c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    20c217a View commit details
    Browse the repository at this point in the history
  39. Specify modulo zero

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    c551111 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    44658b8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d69ed5d View commit details
    Browse the repository at this point in the history
  42. Fill in a corner case

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    93fb950 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3344c5d View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3922d0c View commit details
    Browse the repository at this point in the history
  45. \Xi does not return output on exceptional halt

    This makes the exceptional halts easier to distinguish from reverts
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    0fe0e30 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f3d6a2e View commit details
    Browse the repository at this point in the history
  47. EIP 140: the output from REVERT during a contract creation

    should be accessible from RETURNDATASIZE and RETURNDATACOPY, so \Lambda should return four values.
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    6c2b05b View commit details
    Browse the repository at this point in the history
  48. Fix whitespaces

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    987d8aa View commit details
    Browse the repository at this point in the history
  49. Merge pull request ethereum#411 from pirapira/revert2

    Byzantium: EIP140 REVERT
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    665ec6a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    3161e96 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5d7d22d View commit details
    Browse the repository at this point in the history
  52. Implement EIP-658 ethereum/EIPs#658

    Now transaction receipts contain one byte indicating success or failure.
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    5fb2de8 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f5d1d67 View commit details
    Browse the repository at this point in the history
  54. Merge pull request ethereum#409 from pirapira/eip100

    Byzantium: EIP-100: consider parent's uncles in difficulty computation
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ef98989 View commit details
    Browse the repository at this point in the history
  55. Merge pull request ethereum#410 from pirapira/eip101

    Byzantium: EIP-101 expmod precompiled contract
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    cfecb25 View commit details
    Browse the repository at this point in the history
  56. Block reward to 3 Ether

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    9a23fd2 View commit details
    Browse the repository at this point in the history
  57. Delay the ice age

    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    36a762c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    4e81570 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b7c70ca View commit details
    Browse the repository at this point in the history
  60. EIP-196

    Define addition precompiled contract on G_1
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    faeeab4 View commit details
    Browse the repository at this point in the history
  61. EIP-196

    Defining the precompiled contract for scalar multiplication on G_1
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    b5c5f1c View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    fa144bb View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    d27219a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    5bb035c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a35c1f3 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    ce8d198 View commit details
    Browse the repository at this point in the history
  67. Merge pull request ethereum#380 from jamesray1/rewording_accumulation…

    …_of_nibbles_keys_and_brances
    
    Rewording accumulation of nibbles keys and branches
    pirapira authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    e77fe83 View commit details
    Browse the repository at this point in the history
  68. Merge pull request ethereum#385 from jamesray1/HomesteadItalics

    \textit{Homestead}
    pirapira authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    85d69c3 View commit details
    Browse the repository at this point in the history
  69. Merge pull request ethereum#413 from pirapira/zksnark

    Byzantium: EIP-196/197 elliptic curve precompiled contracts
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    948373a View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    24e8956 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    697bdea View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    77945cf View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    a48f6a5 View commit details
    Browse the repository at this point in the history
  74. EIP-211: CREATE resets the previous return data

    This change is according to
    ethereum/EIPs#211 (comment)
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    232398f View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    1a7e397 View commit details
    Browse the repository at this point in the history
  76. RETURNDATACOPY throws when it would overrun the return data buffer

    even when the accessed length is zero.
    pirapira committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    aa9ef93 View commit details
    Browse the repository at this point in the history
  77. Merge pull request ethereum#430 from pirapira/returndata

    Byzantium: EIP-211 RETURNDATASIZE and RETURNDATACOPY
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ae82e9a View commit details
    Browse the repository at this point in the history
  78. Merge pull request ethereum#431 from pirapira/not-final

    The fourth precompiled contract is not the final one
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    106448d View commit details
    Browse the repository at this point in the history
  79. Merge pull request ethereum#429 from pirapira/returncode_in_receipt

    Byzantium: EIP-658 Embedding transaction status code in receipts
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    f0d044e View commit details
    Browse the repository at this point in the history
  80. Merge pull request ethereum#427 from pirapira/eip649

    Byzantium: EIP-649 Difficulty Bomb Delay and Block Reward Reduction
    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    05b30ed View commit details
    Browse the repository at this point in the history
  81. Byzantium revision

    nicksavers authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    936d0bb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Remove lightpink lines

    jamesray1 authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    35199b8 View commit details
    Browse the repository at this point in the history
  2. Update Paper.tex

    jamesray1 authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    f78734c View commit details
    Browse the repository at this point in the history
  3. Add EIP-2 and EIP-649 refs

    jamesray1 authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    bead47f View commit details
    Browse the repository at this point in the history
  4. \cite{EIP-100,

    jamesray1 authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    ce638b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10390b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25dc3d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Merge pull request ethereum#422 from jamesray1/patch-10

    May as well comment out \lightpink if it's unused for performance reasons
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    ecf0874 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#423 from jamesray1/patch-11

    with Bitcoin being one of the most notable ones
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    9ab8156 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#418 from jamesray1/patch-6

    Options for hyperref, and \PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    490db0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc1ba47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    049f717 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#439 from benjaminion/master

    Add Paper.out to .gitignore.
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    2ca0892 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ethereum#440 from benjaminion/precompileinfo

    Update precompile information in Section 8.
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    3a38adc View commit details
    Browse the repository at this point in the history
  8. Update EIP 649 URL

    jamesray1 authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6ac5209 View commit details
    Browse the repository at this point in the history
  9. Update EIP 100 URL

    jamesray1 authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    cb9a2cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e54026c View commit details
    Browse the repository at this point in the history
  11. Merge pull request ethereum#444 from jamesray1/patch-17

    Add `- sudo apt install texlive-latex-extra`
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    92f07a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69a76f5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request ethereum#445 from benjaminion/sprimedformat

    Fix formatting of s' definition.
    pirapira authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    5cf6029 View commit details
    Browse the repository at this point in the history
  14. Rephrase a sentence on the $\expdiffsymb$ and add an explanation of t…

    …he difficulty bomb delay
    jamesray1 authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    2e7a322 View commit details
    Browse the repository at this point in the history
  15. Update how to build

    jamesray1 authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    215d27a View commit details
    Browse the repository at this point in the history
  16. Change Ethcore to Parity.

    5chdn authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    b87a989 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    356d0fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0caa58 View commit details
    Browse the repository at this point in the history
  3. Comment out tabularx

    jamesray1 authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    816f31b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac55a9a View commit details
    Browse the repository at this point in the history
  5. Merge pull request ethereum#455 from jamesray1/patch-25

    Remove seemingly out-of-date to-do.
    nicksavers authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    66fce10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    277af38 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ethereum#449 from 5chdn/patch-1

    Change Ethcore reference to Parity in YP
    nicksavers authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    035b011 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Merge pull request ethereum#448 from jamesray1/patch-20

    Update how to build
    pirapira authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    94dd643 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#473 from benjaminion/fixuprevert

    Clean up formatting of REVERT opcode description (redux).
    pirapira authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    fb159ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c6dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c26d26 View commit details
    Browse the repository at this point in the history
  5. Omit comment on tabu

    jamesray1 authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bbef522 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. omit network congestion

    jamesray1 authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    f297768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5f7ee View commit details
    Browse the repository at this point in the history
  3. Delete comments on LLL

    This is already in the terminology list.
    jamesray1 authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    9f764d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b518f6 View commit details
    Browse the repository at this point in the history
  5. Remove parentheses surrounding the revision number in the title so th…

    …at the text doesn't clash with the page number
    jamesray1 authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    c9fdebe View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#419 from jamesray1/patch-7

    Formatting packages.
    pirapira authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    2f8db95 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ethereum#435 from jamesray1/patch-14

    Update explanations of \homesteadmod and \expdiffsymb with citations for EIPs 2, 100 and 649
    pirapira authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    1e32160 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ethereum#451 from jamesray1/patch-22

    Add table packages tabu and tabularx
    pirapira authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    62a50c1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ethereum#479 from jamesray1/patch-47

    Add a note on link borders.
    pirapira authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    51a8b24 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ethereum#490 from jamesray1/patch-59

    Delete comments on LLL
    pirapira authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    49824e0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request ethereum#498 from jamesray1/patch-69

    Remove parentheses surrounding the revision number in the title so …
    pirapira authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    15df89e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    3ad063f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    c183a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae32fd View commit details
    Browse the repository at this point in the history
  3. Create ocgbase.sty

    jamesray1 authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    540a8e5 View commit details
    Browse the repository at this point in the history