Commit Graph
12 Commits
Author SHA1 Message Date
Matt HauffandGitHub 40db4635a8 [LABS-245] Enable PEP604 Ruff rules (#20269)
* Enable PEP604 Ruff rules

* Fix harcoded signature in test

* Hack CLVMStreamable test with note to fast follow
2025-11-18 12:34:00 -08:00
Kyle AltendorfandGitHub 9a0b5728c5 use a class for the chia cli context data (#18919)
* use a class for the chia cli context data

* actually assign to the context properly...

* handle the not-present case

* catch up

* tidy

* more

* stuff

* ...

* more real

* expected address prefix
2024-12-19 10:44:48 -07:00
Kyle AltendorfandGitHub 7f7bce8677 help= not short_help= (#15076)
* help= not short_help=

* oops

* more

* more
2023-05-03 00:29:13 -05:00
Kyle AltendorfandGitHub e0005ce6f9 hint chia.cmds.db (#14679)
* hint chia.cmds.db

* we will update mypy.ini later
2023-02-28 03:03:21 -06:00
Kyle AltendorfandGitHub ff5ef6e073 remove leading newlines from indented code blocks (#14653)
* remove leading newlines from indented code blocks

* catch another one
2023-02-23 21:53:48 -06:00
dustinfaceandGitHub 977d2e97cd isort: Remove all chia.cmds exceptions and sort the related files (#13940) 2022-11-17 15:32:03 -06:00
neurosis69andGitHub 157f462598 add chia db backup --backup-file <backup_file_destination> (#11787)
* first chia db backup iteration

* add required attribute

* fix type mismatch

* added no_indexes option

* black, flake8

* fix typo

* add missing detach command

* add error message and sqlite version handling

* black
2022-06-14 11:50:30 -05:00
Arvid NorbergandGitHub 144c4d1478 improve error messages from chia db upgrade, specifically to help users if the disk is full (#10494) 2022-03-17 09:11:08 -07:00
Arvid NorbergandGitHub cd83a9ecde fix typo in command line argument parsing for chia db validate (#10716) 2022-03-17 08:47:31 -07:00
Arvid NorbergandGitHub 874cc23c71 add db validate function to check consistency of blockchain database (#10398) 2022-02-25 08:00:16 -08:00
Arvid NorbergandGitHub 9a0095b5aa improve checking arguments when converting the blockchain db (#10272)
* improve checking arguments when converting the blockchain db

* don't print stack traces on errors in chia db upgrade
2022-02-18 10:19:40 -08:00
Arvid NorbergandGitHub c780f0978c add chia function to convert blockchain database to v2 (#9613) 2022-01-19 11:43:56 -08:00