2019-07-16 11:32:40 +03:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
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.
|
|
|
|
*.manifest
|
2021-03-13 02:19:33 +03:00
|
|
|
#*.spec
|
2020-05-23 23:41:19 +03:00
|
|
|
build_scripts/*.dmg
|
|
|
|
build_scripts/build
|
|
|
|
|
2019-07-16 11:32:40 +03:00
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
2019-07-22 09:05:31 +03:00
|
|
|
**/*.egg-info
|
2019-07-16 11:32:40 +03:00
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.cache
|
|
|
|
.pytest_cache/
|
|
|
|
|
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
|
2019-12-10 02:27:38 +03:00
|
|
|
.eggs
|
2019-07-16 11:32:40 +03:00
|
|
|
.venv
|
2020-03-28 01:08:50 +03:00
|
|
|
venv
|
2020-03-28 04:32:25 +03:00
|
|
|
activate
|
2019-07-16 11:32:40 +03:00
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
2019-07-19 06:30:31 +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
|
|
|
|
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
|