Skip to content

Commit

Permalink
Flax 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaxseed committed Jun 16, 2021
1 parent bf6150b commit 0c94a79
Show file tree
Hide file tree
Showing 495 changed files with 3,000 additions and 6,794 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ contact_links:
- about: Ask a question or request support here
name: Ask for Support
url: >-
https://github.com/Chia-Network/chia-blockchain/discussions/new?category=support
https://github.com/Flax-Network/flax-blockchain/discussions/new?category=support
- about: Request a new feature or idea here
name: Make a Request
url: >-
https://github.com/Chia-Network/chia-blockchain/discussions/new?category=ideas
- about: Get support on the Chia Keybase chat channels.
name: Join the Keybase.io support chat
url: 'https://keybase.io/team/chia_network.public'
https://github.com/Flax-Network/flax-blockchain/discussions/new?category=ideas
- about: Get support on the Flax Discord chat channels.
name: Join the Discord.io support chat
url: 'https://discord.gg/TgJyxsEFFc'
31 changes: 0 additions & 31 deletions .github/dependabot.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/build-linux-arm64-installer.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/build-linux-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.PAT }}

- name: Setup Python environment
uses: actions/setup-python@v2
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
. ./activate
sudo apt-get -y install rpm
ldd --version
cd ./chia-blockchain-gui
cd ./flax-blockchain-gui
git status
cd ../build_scripts
sh build_linux.sh amd64
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.PAT }}

- name: Setup Python environment
uses: actions/setup-python@v2
Expand Down Expand Up @@ -103,13 +104,13 @@ jobs:
APPLE_NOTARIZE_PASSWORD: "${{ secrets.APPLE_NOTARIZE_PASSWORD }}"
run: |
. ./activate
cd ./chia-blockchain-gui
cd ./flax-blockchain-gui
git status
cd ../build_scripts
sh build_macos.sh
- name: Upload MacOS artifacts
uses: actions/upload-artifact@v2
with:
name: Chia-Installer-on-MacOS-10.15-dmg
name: Flax-Installer-on-MacOS-10.15-dmg
path: ${{ github.workspace }}/build_scripts/final_installer/
93 changes: 0 additions & 93 deletions .github/workflows/build-test-macos-blockchain.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/build-test-macos-clvm.yml

This file was deleted.

Loading

0 comments on commit 0c94a79

Please sign in to comment.