Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement(error-handling): main files #2288

Merged
merged 4 commits into from
Dec 9, 2024
Merged

improvement(error-handling): main files #2288

merged 4 commits into from
Dec 9, 2024

Conversation

onur-ozkan
Copy link
Member

@onur-ozkan onur-ozkan commented Dec 9, 2024

Makes KDF to check main files before reading them to prevent potential panics.

To Test: @KomodoPlatform/qa
Start KDF with a path that is a dir or a non-existing path and better error messages will be displayed. Starting using CLI args should work as before and also any existing way of loading mm2 config and coins file should work as before.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
@onur-ozkan onur-ozkan added under review improvement: error handling Improvements made on error-handling labels Dec 9, 2024
Signed-off-by: onur-ozkan <work@onurozkan.dev>
@shamardy shamardy self-requested a review December 9, 2024 09:57
mm2src/mm2_main/src/mm2.rs Outdated Show resolved Hide resolved
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Copy link
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shamardy shamardy merged commit 704731e into dev Dec 9, 2024
18 of 24 checks passed
@shamardy shamardy deleted the validate-kdf-files branch December 9, 2024 10:40
onur-ozkan added a commit that referenced this pull request Dec 19, 2024
* feat(LRAPI): add 1inch classic swap rpc (#2222)

This commit adds initial code to connect to 1inch Liquidity Routing API (LRAPI) provider and two new RPCs to use 1inch classic swap API. It also adds 'approve' and 'allowance' RPCs (for ERC20 tokens).

* chore(release): bump mm2 version to 2.3.0-beta (#2285)

* improvement(error-handling): main files (#2288)

Makes KDF to check main files (config/coins/etc..) before reading them to prevent potential panics.

* fix(rpc): remove character check blocking password input (#2287)

This commit removes check for <, >, & characters in RPC request bodies that was incorrectly blocking valid password characters in get_mnemonic RPC call. These special characters should be allowed in passwords.

This aligns native behavior with WASM implementation.

* don't rely on core (#2289)

Signed-off-by: onur-ozkan <work@onurozkan.dev>

* chore(ctx): replace gstuff constructible with oncelock (#2267)

* chore(adex-cli): use "Komodo DeFi Framework" name in adex_cli  (#2290)

* bump libp2p (#2296)

Signed-off-by: onur-ozkan <work@onurozkan.dev>

---------

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Co-authored-by: dimxy <dimxy@komodoplatform.com>
Co-authored-by: Onur Özkan <work@onurozkan.dev>
Co-authored-by: Samuel Onoja <samiodev@icloud.com>
Co-authored-by: DeckerSU <support@decker.su>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement: error handling Improvements made on error-handling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants