Skip to content

Update show -c display format #30

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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