Skip to content

Commit

Permalink
Version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaxseed committed Nov 4, 2022
1 parent 0ab3cd7 commit bb8715f
Show file tree
Hide file tree
Showing 850 changed files with 6,818 additions and 10,796 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
branch=True
relative_files=True
source=
chia
flax
tests
concurrency=multiprocessing
parallel=True
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is. (If what you are experiencing is NOT a bug but instead a support issue, please open a Discussion instead!)

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. Linux]
- OS Version/Flavor: [e.g. CentOS 7.2]
- CPU: [e.g. Intel Xeon 8175M]

**Additional context**
Add any other context about the problem here.
52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE/bug_report.yaml

This file was deleted.

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'
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Install chia-blockchain"
name: "Install flax-blockchain"

description: "Run the platform appropriate installer script."

Expand Down
31 changes: 0 additions & 31 deletions .github/dependabot.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/linters/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 120
exclude = ./typings/**/*
ignore = E203,W503
20 changes: 20 additions & 0 deletions .github/linters/.isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[settings]
profile=

; vertical hanging indent mode also used in black configuration
multi_line_output = 3

; necessary because black expect the trailing comma
include_trailing_comma = true

; black compatibility
force_grid_wrap = 0

; black compatibility
use_parentheses = True

; black compatibility
ensure_newline_before_comments = True

; we chose 120 as line length
line_length = 120
38 changes: 38 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
###########################
###########################
## Markdown Linter rules ##
###########################
###########################

# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
#

###############
# Rules by id #
###############
MD004: false # Unordered list style
MD007:
indent: 2 # Unordered list indentation
MD013:
line_length: 808 # Line length
MD024:
allow_different_nesting: true
MD026:
punctuation: ".,;:!。,;:" # List of not allowed
MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML
MD036: false # Emphasis used instead of a heading
MD041: false # Allow file to start without h1

#################
# Rules by tags #
#################
blank_lines: false # Error on blank lines
2 changes: 2 additions & 0 deletions .github/linters/.python-black
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.black]
line_length = 120
Loading

0 comments on commit bb8715f

Please sign in to comment.