xch-blockchain/chia/util
Arvid Norberg 3d94d3a7ff
2.0 updates (#15580)
* add names for new error codes (from chia_rs)

* add constant for SOFTFORK condition opcode

* add chialisp constant for SOFTFORK condition
2023-06-22 07:08:34 -05: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 Move imports to the top of the file (#14586) 2023-02-22 13:42:01 -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
check_fork_next_block.py hint most chia.types (#14741) 2023-03-06 16:34:22 -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
collection.py Check Wallet DB integrity (#14401) 2023-02-21 18:35:15 -06:00
condition_tools.py Fork infrastructure (#15299) 2023-05-18 20:20:11 -05:00
config.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 Correct SQLite logging when using db_wrapper.manage_connection() (#14866) 2023-04-03 13:33:04 -05:00
default_root.py Have simulator not rely on chia_root as originally implemented. & fix simulator tests (#15157) 2023-05-17 12:55:12 -05:00
dump_keyring.py Type hint (#15357) 2023-05-24 19:05:36 -05: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 2.0 updates (#15580) 2023-06-22 07:08:34 -05:00
file_keyring.py Merge branch 'main' into hint_chia_cmds_passphrase 2023-03-29 22:17:32 -04:00
files.py Update chia/util/files.py 2023-02-13 10:26:53 -08:00
full_block_utils.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
generator_tools.py util: Improve `list_to_batches` (#15415) 2023-06-06 12:00:07 -05:00
hash.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
initial-config.yaml Add config option to accept private network addresses from introducers (#15543) 2023-06-21 12:43:35 -05:00
inline_executor.py single thread executor (#10919) 2022-03-28 12:47:46 -07:00
ints.py util: Some tweaks to `StructStream` and sized ints (#15090) 2023-06-16 09:32:17 -05:00
json_util.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
keychain.py fixup the last few 2023-03-07 22:55:18 -05:00
keyring_wrapper.py hint chia.cmds.passphrase, passphrase_funcs 2023-03-03 19:28:48 -05: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 Typecheck log_exceptions.py (#14941) 2023-05-23 14:24:56 -05:00
logging.py remove args passed to super() calls (#14407) 2023-01-27 17:19:12 -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
math.py Ensure fee estimates monotonically decrease with time (#14368) 2023-02-06 12:53:03 -06:00
merkle_set.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
misc.py util: Some tweaks to `StructStream` and sized ints (#15090) 2023-06-16 09:32:17 -05:00
network.py util: Async DNS lookups (#14999) 2023-04-28 13:37:28 -05: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
pprint.py Check Wallet DB integrity (#14401) 2023-02-21 18:35:15 -06:00
prev_transaction_block.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
priority_mutex.py tidy priority mutex try/finally (#15542) 2023-06-16 13:03:44 -05:00
profiler.py windows fix of memory profiler (#14987) 2023-04-05 12:57:17 -05: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 Typecheck chia/util/safe_cancel_task.py (#14943) 2023-05-23 14:24:44 -05:00
service_groups.py write service groups as lists instead of splitting strings (#14664) 2023-02-27 12:57:03 -06:00
setproctitle.py Bump setproctitle from 1.2.3 to 1.3.2 (#13920) 2023-02-28 12:26:50 -06:00
significant_bits.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
ssl_check.py Wording change for fix ssl - Update ssl_check.py (#15358) 2023-05-23 05:00:22 -05:00
streamable.py catch up with mypy 1.1.1 (#14767) 2023-03-07 11:34:07 -06:00
struct_stream.py util: Some tweaks to `StructStream` and sized ints (#15090) 2023-06-16 09:32:17 -05:00
task_timing.py more mypy platforms in ci (#12299) 2023-04-27 09:51:18 -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 simplify and improve daemon connection handling (#14662) 2023-03-06 12:49:38 -06:00