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

Patch 2 #1

Merged
merged 27 commits into from
Sep 23, 2017
Merged

Patch 2 #1

merged 27 commits into from
Sep 23, 2017

Commits on Aug 7, 2017

  1. modify (136)

    lightning-li committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    a75b548 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
    759dccd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Configuration menu
    Copy the full SHA
    08172f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c65d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8cf733 View commit details
    Browse the repository at this point in the history
  4. \usepackage{hyperref}

    "Another way is to use special field url and make bibliography style recognise it.
    
    url = "http://www.example.com"
    
    You need to use \usepackage{url} in the first case or \usepackage{hyperref} in the second case."
    
    Source: https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Authors
    jamesray1 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    9072ca8 View commit details
    Browse the repository at this point in the history
  5. %\usepackage{hyperref}

    This does need to be added, but commenting out for now as I'm not sure how. Will look into it later.
    jamesray1 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    4710b8e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    3feff95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59bcf73 View commit details
    Browse the repository at this point in the history
  3. Moving footnote to body text for 24576 byte limit

    To avoid complexity with adding a footnote in a math environment.
    jamesray1 authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    51b0afb View commit details
    Browse the repository at this point in the history
  4. Grammar fixes

    jamesray1 authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    70c15d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    b2f7605 View commit details
    Browse the repository at this point in the history
  2. Changed ECDSARESTORE to ECDSARECOVER

    Formula 210 has ECDSARECOVER. For consistency, I think ECDSARESTORE should be changed to ECDSARECOVER. CTRL+F ECDSARECOVER returns 5 results, while ECDSARESTORE only returns one, where it is mentioned that it is asserted with "We assert the functions ECDSASIGN, ECDSARESTORE and ECDSAPUBKEY", but then ECDSASIGN, ECDSARECOVER and ECDSAPUBKEY are asserted.
    jamesray1 authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    60ea686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f03f58 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Opcode 0x00 cross-refs

    jamesray1 authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    8183130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5990d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e78492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e10ea6 View commit details
    Browse the repository at this point in the history
  5. ECDSA function citations

    jamesray1 authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    098adb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f7f93b View commit details
    Browse the repository at this point in the history
  7. Instruction set: Grammar; 50s: the first word/byte

    Prepended 'the' before countable definite articles, 'an' before indefinite articles, rewording to avoid stringing too many nouns in succession, etc. Added the top/first word/byte, e.g. instead of "Save word to memory", changed to "Save the first word to memory" (implying the first word of the stack as per the following formula.
    jamesray1 authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    746e756 View commit details
    Browse the repository at this point in the history
  8. Instruction set grammar

    Complete sentences, NOT operation
    jamesray1 authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    8f5178f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Prepended \ before _ in the ECDSAWikipedia link

    For "Missing $ inserted" in the failed Travis build starting from 098adb8 (where the citation to the URL was introduced), I found this.
    jamesray1 authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    434a426 View commit details
    Browse the repository at this point in the history
  2. Add \usepackage{underscore}

    To prevent builds failing that have underscores in URLs.
    jamesray1 authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    0d44c8f View commit details
    Browse the repository at this point in the history
  3. Fee Schedule grammar

    jamesray1 authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    a1444ab View commit details
    Browse the repository at this point in the history
  4. Ref to terminology

    jamesray1 authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    9227ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eb9794 View commit details
    Browse the repository at this point in the history