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

chore(release): v2.3.0-beta #2284

Merged
merged 8 commits into from
Dec 19, 2024
Merged

chore(release): v2.3.0-beta #2284

merged 8 commits into from
Dec 19, 2024

Conversation

shamardy
Copy link
Collaborator

@shamardy shamardy commented Dec 3, 2024

Release notes

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).
shamardy and others added 3 commits December 3, 2024 17:20
Makes KDF to check main files (config/coins/etc..) before reading them to prevent potential panics.
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.
DeckerSU
DeckerSU previously approved these changes Dec 10, 2024
Copy link
Collaborator

@DeckerSU DeckerSU left a comment

Choose a reason for hiding this comment

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

LGTM from a security perspective. No new dependencies have been introduced since version 2.2.0.

The only minor issue I found is that it would be better to rename "AtomicDEX API" to "Komodo DeFi Framework" everywhere. It seems we forgot to make this change in adex-cli, so I’ve created a PR to address it: #2290.

@smk762
Copy link

smk762 commented Dec 13, 2024

Testing so far has been successful, except for 401 errors returned when trying to use/document some of the 1inch methods.

smk762
smk762 previously approved these changes Dec 16, 2024
Copy link

@smk762 smk762 left a comment

Choose a reason for hiding this comment

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

Testing so far has been successful, except for 401 errors returned when trying to use/document some of the 1inch methods.

This has been resolved and the required steps added to docs. Methods were functional, though I was unable to build for wasm to test in that mode. As these methods are still being worked on its not a blocker, so LGTM

@onur-ozkan
Copy link
Member

Blocking the release until #2296 is merged.

@onur-ozkan onur-ozkan marked this pull request as draft December 17, 2024 10:33
Signed-off-by: onur-ozkan <[email protected]>
@onur-ozkan
Copy link
Member

Unblocked, planning to merge this tomorrow. KomodoPlatform/rust-libp2p@f949f65 is the only change since the last approval.

@onur-ozkan onur-ozkan marked this pull request as ready for review December 18, 2024 08:04
@onur-ozkan
Copy link
Member

Awaiting one approval for the merge.

cc @smk762 @DeckerSU

@onur-ozkan onur-ozkan merged commit 8206c6e into main Dec 19, 2024
18 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants