Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Chia-Network/chia-blockchain Loading
base: alpha-1.1
Choose a base ref
...
head repository: Chia-Network/chia-blockchain Loading
compare: alpha-1.1.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 13, 2019

  1. Update README.md.

    Note that setuptools_scm requires `.git` directory
    richardkiss committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    64fba17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6828e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ce913 View commit details
    Browse the repository at this point in the history
  4. Remove scm warning

    Revert install instructions due to scm fix
    hoffmang9 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    5cdb1b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Merge pull request #54 from Chia-Network/scm-zip-download-fix

    Fix problem with zip download.
    hoffmang9 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    5492bbf View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Separate timelord, add Windows/CentOS/AMZN (#62)

    1.1.1 release
    
    * windows build instructions
    
    * install.sh newline fix
    
    \n wasn't as cross platform as it should be so reverted to an extra echo
    
    * Add CentOS to README.md
    
    Full CentOS 7.7 install instructions
    
    * mention blspy
    
    * confirmed boost 1.67.0 works on Ubuntu
    
    * Update README.md.
    
    * Fix problem with zip download.
    
    * Remove scm warning
    
    Revert install instructions due to scm fix
    
    * Update README and install scripts to separate timelord installation
    
    Do not install VDF server and its dependencies in install.sh, create a
    separate script install_timelord.sh for that.
    
    * Move installation of VDF server dependencies to install_timelord.sh
    
    * First and broken attempt at CentOS install
    
    * Working CentOS 7.7 install
    
    * typos in timelord explanation
    
    * Timlord/VDF build instructions
    
    Specifics for CentOS and MacOS
    
    * Various install tips and tricks
    
    * spelling error
    
    * Add AMZN linux 2 install
    
    * Add AMZN linux 2 timelord install
    
    Also clean up base install instructions
    
    * Combine TL for AMZN and CentOS
    
    * Nits for AMZN and CentOS
    
    * CentOS, AMZN timelord paralleling
    
    * Fix header layouts
    
    * Replace VDF server compilation scripts with Makefile
    
    * layout improvements
    
    * fast_vdf: Remove unused files
    
    * Partial ARM install support
    
    * missing l in lib
    
    * Fleshed out Windows/WSL installs
    
    And verified the method for upgrade to 19.x
    
    * Move MacOS install fullnode to bottom
    
    * Change to mongo "system-wide"
    
    * Add mongo start to WSL
    
    * Add actual upgrade for WSL/Ubuntu
    
    Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
    Co-authored-by: Rostislav Skudnov <skrostislav@gmail.com>
    Co-authored-by: Richard Kiss <him@richardkiss.com>
    Co-authored-by: wjblanke <wjb2002@flex.com>
    5 people committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    d9bf22c View commit details
    Browse the repository at this point in the history
Loading