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

[WIP: to be split up] Improving readability and reliability: cross-refs, hyperref, grammar, clarifications, extra references, URLs added for existing refs; list of maths symbols; fixed formatting e.g. subscripts to \mathrm font; archive links; readme: omitted yellowpaper.io and added more details e.g. on how to build. #401

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

Commits on Aug 10, 2017

  1. URL for gura2004comparing

    jamesray1 authored Aug 10, 2017
    1 Configuration menu
    Copy the full SHA
    ca0b74e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. 1 Configuration menu
    Copy the full SHA
    08172f4 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    23c65d3 View commit details
    Browse the repository at this point in the history
  3. 1 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
    1 Configuration menu
    Copy the full SHA
    9072ca8 View commit details
    Browse the repository at this point in the history
  5. Added references changed types

    For the added refs, see ethereum#335
    For Appendix F:
    - ECDSAWikipedia and ECDSAcerticom for "we assert the functions ECDSASIGN, ECDSARESTORE and ECDSAPUBKEY. These are formally defined in the literature." ethereum#335 (comment)
    - secp256k1BitcoinWiki2016 and secp256k1StackExchange2014 for Secp256k1. ethereum#335 (comment)
    - npmElectrum2017 for Electrum style signatures. ethereum#335 (comment)
    jamesray1 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    ac388fb View commit details
    Browse the repository at this point in the history
  6. Order of author names

    jamesray1 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    634ca40 View commit details
    Browse the repository at this point in the history
  7. %\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
    1 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. 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
  6. Configuration menu
    Copy the full SHA
    528d341 View commit details
    Browse the repository at this point in the history
  7. \usepackage[hyphens]{url}

    To get URLs to break at the end of a column.
    jamesray1 authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    cee8b45 View commit details
    Browse the repository at this point in the history
  8. Appendix A ref.

    jamesray1 authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    7d7d358 View commit details
    Browse the repository at this point in the history
  9. Adding cross-refs

    jamesray1 committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    bbd98c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. 1 Configuration menu
    Copy the full SHA
    9a4d050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f211d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be87f83 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jamesray1 authored Sep 24, 2017
    Configuration menu
    Copy the full SHA
    23f7cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    792fe9c View commit details
    Browse the repository at this point in the history
  2. Pull remote updates e.g. readme.

    jamesray1 committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    b23b18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e39fbc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. 11.3 and 11.4 cross refs

    jamesray1 committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    b24d119 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Configuration menu
    Copy the full SHA
    9b296ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f5b24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bb670 View commit details
    Browse the repository at this point in the history
  4. Delete Paper.out

    jamesray1 authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    690e9e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a9345 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. This file actually builds and is the correct one;

     the last one was an extract for testing purposes.
     Changes made include changing \rm font to \mathrm,
     fixing syntax errors from the previous failing build;
     (e.g. uneven braces), adding cross-references,
     extra citations (e.g. for Ethash and ASICs),
    a list of maths symbols which I've just added just one
    item so far—\bigvee.
    jamesray1 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    82ae531 View commit details
    Browse the repository at this point in the history
  2. The citations were rendering with a ?, so I fixed that by

    checking the output, finding that there were three errors with
    cross-references and fixed them. I also fixed some syntax
    for the Ethash functions, which while they haven't caused the build
    to fail, isn't good practice to have _\mathrm, so I changed this to
    _{\mathrm} and also fixed a couple of other errors.
    jamesray1 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    aab1ea7 View commit details
    Browse the repository at this point in the history
  3. Changed subscript to \mathrm e.g. for gas costs (using Word with Find…

    … and
    
    replace is much faster), added a citation for Mist.
    jamesray1 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    a04ea02 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Configuration menu
    Copy the full SHA
    d3068a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7561a3 View commit details
    Browse the repository at this point in the history
  3. Omitted yellowpaper.io; with the previous change actually being instr…

    …uctions on how to build.
    jamesray1 authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    e7aab56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a7dc75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d882224 View commit details
    Browse the repository at this point in the history
  6. Delete Paper.brf

    jamesray1 authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    055cf2d View commit details
    Browse the repository at this point in the history
  7. Added extra dependency.

    jamesray1 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    30a10e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dca566e View commit details
    Browse the repository at this point in the history
  9. Added an extra dependency.

    jamesray1 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    2dc1c8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea030f9 View commit details
    Browse the repository at this point in the history
  11. Add tabu.sty dependency.

    jamesray1 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    0f8d6b6 View commit details
    Browse the repository at this point in the history
  12. Add varwidth.sty.

    jamesray1 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    89e3716 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d9841c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a8b43b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    a680e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59017c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    135ae47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    289eceb View commit details
    Browse the repository at this point in the history
  5. l. 2095 to 2111 retyping and deleting unnecesary white space in case …

    …copy and paste is causing a build error, plus changing hypertarget captions (shouldn't make a difference, but just in case).
    jamesray1 committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    5402b97 View commit details
    Browse the repository at this point in the history
  6. Deleting extra }

    jamesray1 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    ebde5a8 View commit details
    Browse the repository at this point in the history
  7. This file on Github renders e with umlaut as e with a tilde after usi…

    …ng Compose + ~ + e
    
    Changed to e, but I think this has already been tried. But there's no point having it if the character doesn't render correctly.
    jamesray1 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    c0ec571 View commit details
    Browse the repository at this point in the history
  8. Copied and pasted a formula with tiny in math mode to l. 2109 to see …

    …if it will pick up in the Travis CI build.
    jamesray1 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    2039bfa View commit details
    Browse the repository at this point in the history
  9. Copied and pasted a formula with tiny in math mode to l. 2088 to see …

    …if it will pick up in the Travis CI build.
    jamesray1 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    ca7a3be View commit details
    Browse the repository at this point in the history
  10. Copied and pasted a formula with tiny in math mode to l. 2097 to see …

    …if it will pick up in the Travis CI build.
    jamesray1 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    f0a4d42 View commit details
    Browse the repository at this point in the history
  11. Copied and pasted a formula with tiny in math mode to l. 2097 to see …

    …if it will pick up in the Travis CI build.
    jamesray1 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    6a7445f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f60648 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee1a0c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7774972 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    df3494d View commit details
    Browse the repository at this point in the history
  2. Added a definition for e in signing transactions and moved the footno…

    …te to the reference note field.
    jamesray1 committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    47b796c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf6453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474be73 View commit details
    Browse the repository at this point in the history
  5. Typo no space

    jamesray1 authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    32a3b6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e10c483 View commit details
    Browse the repository at this point in the history
  7. Uncommenting \usepackage[utf8]{inputenc} so that ë shows in the PDF. …

    …Fixing definition of e in signing transactions to cross-reference to h(T).
    jamesray1 committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    f5f8677 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cb2dfb View commit details
    Browse the repository at this point in the history
  9. Uncommenting \usepackage[utf8]{inputenc} again

    It's perplexing that there is a difference between my local build and the repo Travis CI build, even though I have TeXLive installed.
    jamesray1 authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    be435ed View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. grammar difficulty

    jamesray1 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    999610d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f3ade View commit details
    Browse the repository at this point in the history
  3. Updating hypertarget for H_d to direct to "The canonical difficulty o…

    …f a block of header..."
    jamesray1 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    c6678a0 View commit details
    Browse the repository at this point in the history
  4. Biblio: moved dates to the note field, fixed author fields, added last

     accessed (which also shows in the Wayback link), added filetea
    links for pages not able to be saved (or at least not properly)
    by the Wayback Machine. Removed some Wikipedia references, and I will
    remove more.
    
    Paper.tex: added a note for the difficulty, with citations.
    jamesray1 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    e55a5f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54036a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Removed unreliable references e.g. Wikipedia, Bitcoin wiki, Multichai…

    …n blog post, and reworded the part on the difficulty level justification.
    jamesray1 committed Oct 14, 2017
    1 Configuration menu
    Copy the full SHA
    d48dd68 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

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

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    5c0d6b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jamesray1#10 from jamesray1/Hundreds-of-_mathbf-s-…

    …replaced-with-_mathrm
    
    >490 `_\mathbf`s replaced with `_\mathrm`
    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    5a3fdd7 View commit details
    Browse the repository at this point in the history
  3. _foo & _{foo} -> _{\mathrm{foo}}

    where foo is a substate field of a block, account, transaction, machine state, global state, etc.
    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a11170e View commit details
    Browse the repository at this point in the history
  4. Merge pull request jamesray1#11 from jamesray1/Hundreds-of-_mathbf-s-…

    …replaced-with-_mathrm
    
    _foo & _{foo} -> _{\mathrm{foo}}
    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    ad0539d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    343c3ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6d55a3 View commit details
    Browse the repository at this point in the history
  7. missing comma

    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    18f9a0e View commit details
    Browse the repository at this point in the history
  8. Cryptoeprint URLs

    jamesray1 authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    96131ca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

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

Commits on Oct 26, 2017

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

Commits on Jan 2, 2018

  1. BLOCKHASH

    jamesray1 authored Jan 2, 2018
    Configuration menu
    Copy the full SHA
    d5ae660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ab203 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    bedcfb3 View commit details
    Browse the repository at this point in the history
  2. LICENSE-GNU-V3

    jamesray1 authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    501be00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6396575 View commit details
    Browse the repository at this point in the history
  4. Deprecated notice

    jamesray1 authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    d2af016 View commit details
    Browse the repository at this point in the history
  5. [this commit, 759dcc,

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

Commits on Jan 4, 2018

  1. Update README.md

    jamesray1 authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    e7b879b View commit details
    Browse the repository at this point in the history
  2. Add P

    jamesray1 committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    c7418b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0613f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ae6d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d37a621 View commit details
    Browse the repository at this point in the history
  6. Readme: update Paper.pdf

    jamesray1 authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    17f8126 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d40abd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    287788a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70b5f4e View commit details
    Browse the repository at this point in the history
  10. Byzantium EIPs

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

Commits on Jan 5, 2018

  1. Jello paper

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c63a731 View commit details
    Browse the repository at this point in the history
  2. Jello [m]

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d06ace7 View commit details
    Browse the repository at this point in the history
  3. UNLICENSE

    Although actually it still has no license since it is modified from ethereum/yellowpaper.
    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a6da728 View commit details
    Browse the repository at this point in the history
  4. UNLICENSE

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    ae12789 View commit details
    Browse the repository at this point in the history
  5. UNLICENSE DRAFT

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    37785e4 View commit details
    Browse the repository at this point in the history
  6. ## Byzantium and beyond

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    fd3610e View commit details
    Browse the repository at this point in the history
  7. Draft CC4.0

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2d674db View commit details
    Browse the repository at this point in the history
  8. Releases

    jamesray1 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    52a860f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4fbf06b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Update README.md

    jamesray1 authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    39713f9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jamesray1 authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    46040f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b47a135 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jamesray1 authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    93e3ea3 View commit details
    Browse the repository at this point in the history
  5. Delete LICENSE

    jamesray1 authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    bb2a1e6 View commit details
    Browse the repository at this point in the history
  6. ## Releases

    jamesray1 authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    8d04b53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8c1aee View commit details
    Browse the repository at this point in the history
  8. Update README.md

    jamesray1 authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    0d01f15 View commit details
    Browse the repository at this point in the history
  9. Fix i typo

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

Commits on Jan 8, 2018

  1. Remove Jello Paper

    jamesray1 authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    9b929c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f9147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ebb7dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5ed18b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Add Paper.pdf

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

Commits on Jan 10, 2018

  1. Delete Paper.pdf

    jamesray1 authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    75084de View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jamesray1 authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    087fa6f View commit details
    Browse the repository at this point in the history
  3. Fix a typo: buidling

    jamesray1 authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    4eb5392 View commit details
    Browse the repository at this point in the history
  4. Remove repetition

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

Commits on Jan 20, 2018

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