chia-blockchain/chia/util
Adam Kelly 5ba71957d8
Display complete exception info in log file (#14319)
* Display complete exception info in logfile

* Update mempool tests

* Update mempool tests
2023-01-19 15:31:26 -06:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
api_decorators.py @functools.wraps() for the API request decorators (#14234) 2023-01-06 16:55:26 -06:00
bech32m.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
beta_metrics.py mypy: Fix some asyncio.Task related ignores (#13487) 2022-09-23 17:19:36 -05:00
block_cache.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
byte_types.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
cached_bls.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
chain_utils.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
check_fork_next_block.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
chia_logging.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
chunks.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
condition_tools.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
config.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
create_alert_file.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
db_synchronous.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
db_version.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
db_wrapper.py only open SQLite log file once per db wrapper (#13754) 2022-11-01 15:43:19 -05:00
default_root.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
dump_keyring.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
english.txt pre-commit: Add initial config and run it for all files (#7053) 2021-08-02 10:48:22 -07:00
errors.py Display complete exception info in log file (#14319) 2023-01-19 15:31:26 -06:00
file_keyring.py Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
files.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
full_block_utils.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
generator_tools.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
hash.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
initial-config.yaml Add proxy support to Data Layer download client (#14281) 2023-01-06 14:18:36 -06:00
inline_executor.py single thread executor (#10919) 2022-03-28 12:47:46 -07:00
ints.py embrace click 8 (#13559) 2022-09-29 11:24:36 -05:00
json_util.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
keychain.py util: Remove legacy keyring support (#13398) 2022-11-18 10:33:18 -06:00
keyring_wrapper.py util: Remove legacy keyring support (#13398) 2022-11-18 10:33:18 -06:00
limited_semaphore.py add LimitedSemaphore (#13642) 2022-11-06 11:38:25 -06:00
lock.py util: Unify lockfile handling (#12541) 2022-08-04 12:59:39 -05:00
log_exceptions.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
lru_cache.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
make_test_constants.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
merkle_set.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
misc.py test service shutdown response to signals (#13576) 2022-10-20 16:08:49 -04:00
network.py Wrap Union[IPv4Address, IPv6Address] in the class IPAddress (#14136) 2022-12-14 17:11:08 -06:00
paginator.py util: Implement Paginator class as interface to access a list by pages (#11247) 2022-05-04 02:20:28 +02:00
partial_func.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
path.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
permissions.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
pip_import.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
prev_transaction_block.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
profiler.py in profile analysis, treat GetQueuedCompletionStatus() as idle state (#14041) 2022-12-07 20:48:40 -06:00
recursive_replace.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
safe_cancel_task.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
service_groups.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
setproctitle.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
significant_bits.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
ssl_check.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00
streamable.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
struct_stream.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
task_timing.py switch to context manager for task timing (#13473) 2022-11-05 17:46:40 -05:00
validate_alert.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
vdf_prover.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
ws_message.py isort: Remove all chia.util exceptions and sort the related files (#13939) 2022-11-17 15:32:18 -06:00