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

Add references #386

Open
wants to merge 142 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    a65fa87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4029780 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#192 from pirapira/codecopy_memory_usage

    Record memory usage in CODECOPY, EXTCODECOPY and CALLDATACOPY
    gavofyork authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    2710863 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereum#187 from pirapira/delegatecall-arg

    Fix mistakes in DELEGATECALL semantics
    gavofyork authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    14775c3 View commit details
    Browse the repository at this point in the history
  5. Add link to README

    gavofyork committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    6bce3e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    821a083 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    747acd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60499eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41e31d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    540059e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dab13dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f3915a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b57a147 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2016

  1. Fixes and improvements to EIP-150 spec

    - Condense and simplify the `CALL` gas costs.
    - Correct `BLOCKHASH` gas cost.
    gavofyork committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    3b4e1a3 View commit details
    Browse the repository at this point in the history
  2. Update revision.

    gavofyork committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    fd1a018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f71d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c9697 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Update link

    gavofyork authored Nov 25, 2016
    Configuration menu
    Copy the full SHA
    d92070d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. small typo (ethereum#196)

    jo-tud authored and chriseth committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    5dff5f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. correct secp256k1n off-by-one for homestead blocks

    Gustav Simonsson committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    f1afa83 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

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

Commits on Dec 23, 2016

  1. Configuration menu
    Copy the full SHA
    cd8c1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5dce0 View commit details
    Browse the repository at this point in the history
  3. The read position of CALLDATACOPY is not calculated modulo (ethereum#204

    )
    
    The VMtest case calldatacopy_DataIndexTooHigh suggests this behavior.
    pirapira authored and chriseth committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    f8b12d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereum#203 from pirapira/codecopy_overrun

    CODECOPY and EXTCODECOPY read position computation is not modulo
    chriseth authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    87577dc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. TYPO: Add missing it

    greole committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    134b8ee View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Merge pull request ethereum#200 from Gustav-Simonsson/correct_secp256…

    …k1n_cond
    
    correct secp256k1n off-by-one for homestead blocks
    gavofyork authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    1570212 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#188 from pirapira/nitpick-eq100

    Nitpicking equation (100)
    gavofyork authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    a996a33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#206 from greole/master

    TYPO: Add missing 'it'
    gavofyork authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    d6eca5e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

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

Commits on Jan 11, 2017

  1. Merge pull request ethereum#211 from pirapira/travis

    Add the Travis YML file that builds Paper.pdf
    chriseth authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    fa92490 View commit details
    Browse the repository at this point in the history
  2. Deploy pdf from travis.

    chriseth committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    53f1de6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#212 from ethereum/travis_deploy

    Deploy pdf from travis.
    pirapira authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    984d18e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    8e46f52 View commit details
    Browse the repository at this point in the history
  2. Fix typos: intial to initial

    axic committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    ff9c348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd47c44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereum#215 from axic/typos

    Fix typos: intial to initial
    chriseth authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    72e219a View commit details
    Browse the repository at this point in the history
  5. Merge pull request ethereum#216 from axic/ethash

    Ethash isn't planned, but is the reality for current Ethereum
    chriseth authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    0b9dfff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00f7742 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91e2cea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bd0797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a985b89 View commit details
    Browse the repository at this point in the history
  10. Include build script

    axic committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    9538c90 View commit details
    Browse the repository at this point in the history
  11. Use the build script in travis

    axic committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    29e8f18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb48b6e View commit details
    Browse the repository at this point in the history
  13. Merge pull request ethereum#220 from axic/build-script

    Include build script
    pirapira authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    9dcf22f View commit details
    Browse the repository at this point in the history
  14. Use out-of-gas consistently

    axic committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    e1d6937 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1320dbd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    ea0faa7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereum#214 from axic/availability-section

    Include a section with links to the Github repo
    pirapira authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    dce835c View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#218 from axic/selfdestruct

    Rename suicide to selfdestruct as per EIP6
    pirapira authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    2e0ba69 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereum#219 from axic/remove-dead-text

    Remove obsolete commented out fee description (it has its own appendix now)
    pirapira authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    d459f99 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ethereum#221 from axic/oog

    Consistent writing style of out-of-gas
    pirapira authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    f168a6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request ethereum#223 from axic/bracket-typo

    Replace unbalanced bracket with comma
    pirapira authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    36f7fe7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71afd59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7efcc9c View commit details
    Browse the repository at this point in the history
  9. Add build date

    axic committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    8b25783 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34170b6 View commit details
    Browse the repository at this point in the history
  11. 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 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 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 Oct 19, 2017

  1. Adding references

    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    1daa690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e489d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b501f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad1ddb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dac316d View commit details
    Browse the repository at this point in the history