2022-02-08 00:14:23 +03:00
|
|
|
# The last section of this file is generated. Please locate custom edits
|
|
|
|
# outside of that area and only update that section using the original site
|
|
|
|
# that generated it. Links provided below.
|
|
|
|
|
2019-07-16 11:32:40 +03:00
|
|
|
|
|
|
|
# C extensions
|
2019-10-10 07:04:52 +03:00
|
|
|
**/*.o
|
2019-10-10 07:10:18 +03:00
|
|
|
**/*.DS_Store
|
|
|
|
|
2019-11-20 10:28:26 +03:00
|
|
|
# Database
|
|
|
|
nohup.out
|
2019-11-25 07:45:48 +03:00
|
|
|
mongod.log*
|
2020-01-14 11:35:51 +03:00
|
|
|
fndb_test*
|
2020-01-15 09:27:34 +03:00
|
|
|
blockchain_test*
|
2020-01-13 16:19:53 +03:00
|
|
|
*.db
|
2020-01-29 04:59:50 +03:00
|
|
|
*.db-journal
|
2020-01-13 16:19:53 +03:00
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
*.out
|
2019-11-20 10:28:26 +03:00
|
|
|
|
2019-11-09 00:51:01 +03:00
|
|
|
# Keys and plot files
|
2019-11-20 10:28:26 +03:00
|
|
|
config/keys.yaml
|
|
|
|
config/plots.yaml
|
2019-11-09 00:51:01 +03:00
|
|
|
|
2019-11-22 09:53:04 +03:00
|
|
|
# Bundled code
|
2019-11-22 09:53:45 +03:00
|
|
|
chia-blockchain.tar.gz.tar.gz
|
2019-11-09 00:51:01 +03:00
|
|
|
|
2019-07-16 11:32:40 +03:00
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
2020-05-23 23:41:19 +03:00
|
|
|
build_scripts/build
|
|
|
|
|
2019-07-16 11:32:40 +03:00
|
|
|
# Installer logs
|
2019-07-22 09:05:31 +03:00
|
|
|
**/*.egg-info
|
2019-07-16 11:32:40 +03:00
|
|
|
|
2019-07-22 16:01:23 +03:00
|
|
|
# PoSpace plots
|
|
|
|
**/*.dat
|
2019-11-03 19:24:49 +03:00
|
|
|
**/*.dat.tmp
|
2019-07-16 11:32:40 +03:00
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
2022-02-08 00:14:23 +03:00
|
|
|
venv*/
|
2020-03-28 04:32:25 +03:00
|
|
|
activate
|
2019-07-16 11:32:40 +03:00
|
|
|
|
2019-11-25 12:07:42 +03:00
|
|
|
# Editors
|
2019-11-21 00:24:18 +03:00
|
|
|
.vscode
|
2020-08-08 19:23:21 +03:00
|
|
|
.idea
|
2019-11-25 12:07:42 +03:00
|
|
|
|
|
|
|
# Packaging
|
2020-01-13 16:19:53 +03:00
|
|
|
chia-blockchain.tar.gz
|
2020-02-14 23:38:57 +03:00
|
|
|
|
2020-04-18 03:20:24 +03:00
|
|
|
# Timelord utilities
|
|
|
|
vdf_bench
|
|
|
|
|
2020-03-20 19:24:48 +03:00
|
|
|
# Node modules
|
|
|
|
**/node_modules
|
2020-04-21 21:13:51 +03:00
|
|
|
|
|
|
|
# Offer Files
|
|
|
|
*.offer
|
2020-05-20 10:41:10 +03:00
|
|
|
|
2020-12-07 20:01:47 +03:00
|
|
|
# Backup Files
|
|
|
|
*.backup
|
|
|
|
|
2021-04-07 05:31:44 +03:00
|
|
|
# Attest Files
|
|
|
|
*.attest
|
|
|
|
|
2020-08-27 22:52:45 +03:00
|
|
|
# Compiled CLVM
|
|
|
|
main.sym
|
2021-03-12 05:58:16 +03:00
|
|
|
*.recompiled
|
2020-08-27 22:52:45 +03:00
|
|
|
|
2022-02-08 00:14:23 +03:00
|
|
|
# Profiling
|
|
|
|
*.prof
|
|
|
|
*.pstats
|
|
|
|
|
2020-05-20 10:41:10 +03:00
|
|
|
# Dev config react
|
2021-02-08 07:39:59 +03:00
|
|
|
# chia-blockchain-gui/src/dev_config.js
|
2020-05-20 10:41:10 +03:00
|
|
|
# React built app
|
2021-02-08 07:39:59 +03:00
|
|
|
chia-blockchain-gui/.eslintcache
|
|
|
|
chia-blockchain-gui/build
|
Ms.transaction fixes (#227)
* dbus alternative for linux
* key migration
* reset mnemonics
* Fix tests, and start working on key selection
* Implement UI for changing keys
* Removing keys and mnemonic button
* Start making farmer and harvester RPCs
* routing, daemon, react
* Fix rpc shutdown
* Harvester and farmer websocket, and basic UI
* Plot display and deletion
* use proper config:
* don't crash on nondefined
* local test false
* launch daemon on start
* farmer clean
* get blocks
* header table
* Start with farmer callback, fix bug in getting latest blocks
* State changes from full node, harvester, farmer, and full node ui improvements
* split balances in react
* pending change balance
* plotter
* dev config
* gitignore fail..
* maintain connection / retry
* Fix tests
* Remove electron-ui, and style fixes
* Better farmer and full node control
* Remove electron ui references
* Uncomment out starting the dameon
* Add to changelog
* Remove timelord tab, and change full node style
* Clean up new wallet login
* Refactor RPCs
* Fix flake8 import issues in full_node_rpc_server.py
* add balance split to coloured coin wallet
* spendable balance fix
* Import private key from UI fix
* Various fixes to transaction sending, and UI tweaks
* Fix merge issues
Co-authored-by: Yostra <straya@chia.net>
Co-authored-by: Lipa Long <lipa@chia.net>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-05-20 12:50:39 +03:00
|
|
|
build_scripts/dist
|
|
|
|
build_scripts/*.Dmg
|
2021-02-08 07:39:59 +03:00
|
|
|
chia-blockchain-gui/src/locales/_build
|
2021-02-19 08:05:25 +03:00
|
|
|
build_scripts\win_build
|
|
|
|
build_scripts/win_build
|
2021-02-24 06:40:14 +03:00
|
|
|
win_code_sign_cert.p12
|
2022-01-14 04:43:27 +03:00
|
|
|
|
|
|
|
# chia-blockchain wheel build folder
|
|
|
|
build/
|
2022-02-08 00:14:23 +03:00
|
|
|
|
2022-02-12 05:30:19 +03:00
|
|
|
# Temporal `n` (node version manager) directory
|
|
|
|
.n/
|
2022-03-24 14:23:26 +03:00
|
|
|
|
2022-02-08 00:14:23 +03:00
|
|
|
# pytest-monitor
|
|
|
|
# https://pytest-monitor.readthedocs.io/en/latest/operating.html?highlight=.pymon#storage
|
|
|
|
.pymon
|
|
|
|
|
2023-01-03 23:59:09 +03:00
|
|
|
# cache for tooling such as tools/manage_clvm.py
|
|
|
|
.chia_cache/
|
2022-02-08 00:14:23 +03:00
|
|
|
|
|
|
|
# ===== =====
|
|
|
|
# DO NOT EDIT BELOW - GENERATED
|
|
|
|
# ===== =====
|
|
|
|
#
|
|
|
|
# If you want to modify below please use the site linked below to generate an update
|
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/python,git,vim
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=python,git,vim
|
|
|
|
|
|
|
|
### Git ###
|
|
|
|
# Created by git for backups. To disable backups in Git:
|
|
|
|
# $ git config --global mergetool.keepBackup false
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
# Created by git when using merge tools for conflicts
|
|
|
|
*.BACKUP.*
|
|
|
|
*.BASE.*
|
|
|
|
*.LOCAL.*
|
|
|
|
*.REMOTE.*
|
|
|
|
*_BACKUP_*.txt
|
|
|
|
*_BASE_*.txt
|
|
|
|
*_LOCAL_*.txt
|
|
|
|
*_REMOTE_*.txt
|
|
|
|
|
|
|
|
### Python ###
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
share/python-wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
*.py,cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
|
|
|
cover/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
db.sqlite3-journal
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
.pybuilder/
|
|
|
|
target/
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
# For a library or package, you might want to ignore these files since the code is
|
|
|
|
# intended to run in multiple environments; otherwise, check them in:
|
|
|
|
# .python-version
|
|
|
|
|
|
|
|
# pipenv
|
|
|
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
|
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
|
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
|
|
# install all needed dependencies.
|
|
|
|
#Pipfile.lock
|
|
|
|
|
|
|
|
# poetry
|
|
|
|
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
|
|
|
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
|
|
# commonly ignored for libraries.
|
|
|
|
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
|
|
|
#poetry.lock
|
|
|
|
|
|
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
|
|
|
__pypackages__/
|
|
|
|
|
|
|
|
# Celery stuff
|
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
*.sage.py
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
/site
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
2023-05-23 00:50:13 +03:00
|
|
|
mypy.ini
|
2022-02-08 00:14:23 +03:00
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
|
|
|
|
|
|
|
# pytype static type analyzer
|
|
|
|
.pytype/
|
|
|
|
|
|
|
|
# Cython debug symbols
|
|
|
|
cython_debug/
|
|
|
|
|
|
|
|
# PyCharm
|
|
|
|
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
|
|
|
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
|
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
|
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
|
|
#.idea/
|
|
|
|
|
|
|
|
### Vim ###
|
|
|
|
# Swap
|
|
|
|
[._]*.s[a-v][a-z]
|
|
|
|
!*.svg # comment out if you don't need vector files
|
|
|
|
[._]*.sw[a-p]
|
|
|
|
[._]s[a-rt-v][a-z]
|
|
|
|
[._]ss[a-gi-z]
|
|
|
|
[._]sw[a-p]
|
|
|
|
|
|
|
|
# Session
|
|
|
|
Session.vim
|
|
|
|
Sessionx.vim
|
|
|
|
|
|
|
|
# Temporary
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
# Auto-generated tag files
|
|
|
|
tags
|
|
|
|
# Persistent undo
|
|
|
|
[._]*.un~
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/python,git,vim
|
2022-04-14 02:06:50 +03:00
|
|
|
|
|
|
|
# Ignore the binaries that are pulled for the installer
|
|
|
|
/bladebit/
|
|
|
|
/madmax/
|