Commits on Source (75)
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
It will throw a lot of notifications about problems with communication but it will start and show notifications instead of stacktrace
-
Konrad Botor authored
-
Konrad Botor authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
- renames - get rid of unneeded classes (use "...Container" typealias intead) - get rid of defaultdict - get rid of "| None" typing on harvested data (api result is guaranted, otherwise we have exception, there is no optional result from node.api call) - make decline_voting_rights "DeclineVotingRightsRequest | None" - add docstring under member definition - separate _sanitize and _assert methods - common code for _assert methods - add account name assertion for owner history result - remove unused _get_account
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
-
-
-
This allows for calling update_alarms_data_asap multiple times in the future and not only one time.
-
-
Jakub Ziebinski authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Motivation: This is a better solution because won't disable this rule globally so author of new code might think how to improve his code (maybe his function violates Single Responsibility Principle) or can disable it per line.
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Motivation: better solution when updating ruff, we will be able to detect new rules and adjust code/disable. Also it seems there is less rules to ignore than to select.
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Dan Notestein authored
-
Dan Notestein authored
-
Jakub Ziebinski authored
Showing
- .gitlab-ci.yml 7 additions, 4 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 3 additions, 6 deletions.pre-commit-config.yaml
- clive/__private/abstract_class.py 2 additions, 2 deletionsclive/__private/abstract_class.py
- clive/__private/cli/beekeeper.py 1 addition, 1 deletionclive/__private/cli/beekeeper.py
- clive/__private/cli/clive_typer.py 7 additions, 7 deletionsclive/__private/cli/clive_typer.py
- clive/__private/cli/commands/abc/contextual_cli_command.py 1 addition, 1 deletionclive/__private/cli/commands/abc/contextual_cli_command.py
- clive/__private/cli/commands/abc/external_cli_command.py 1 addition, 1 deletionclive/__private/cli/commands/abc/external_cli_command.py
- clive/__private/cli/commands/process/process_transfer_schedule.py 4 additions, 4 deletions...private/cli/commands/process/process_transfer_schedule.py
- clive/__private/cli/commands/show/show_transfer_schedule.py 0 additions, 1 deletionclive/__private/cli/commands/show/show_transfer_schedule.py
- clive/__private/cli/common/operation_common_options.py 1 addition, 1 deletionclive/__private/cli/common/operation_common_options.py
- clive/__private/cli/common/options.py 2 additions, 2 deletionsclive/__private/cli/common/options.py
- clive/__private/cli/common/parsers.py 10 additions, 4 deletionsclive/__private/cli/common/parsers.py
- clive/__private/cli/configure/chain_id.py 5 additions, 1 deletionclive/__private/cli/configure/chain_id.py
- clive/__private/cli/configure/key.py 2 additions, 2 deletionsclive/__private/cli/configure/key.py
- clive/__private/cli/exceptions.py 24 additions, 15 deletionsclive/__private/cli/exceptions.py
- clive/__private/cli/process/claim.py 1 addition, 1 deletionclive/__private/cli/process/claim.py
- clive/__private/cli/process/hive_power/delegations.py 2 additions, 2 deletionsclive/__private/cli/process/hive_power/delegations.py
- clive/__private/cli/process/hive_power/power_down.py 11 additions, 3 deletionsclive/__private/cli/process/hive_power/power_down.py
- clive/__private/cli/process/hive_power/withdraw_routes.py 4 additions, 4 deletionsclive/__private/cli/process/hive_power/withdraw_routes.py
- clive/__private/cli/process/main.py 2 additions, 2 deletionsclive/__private/cli/process/main.py