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

feat: align with master #1092

Merged
merged 9 commits into from
Apr 16, 2024
Merged

feat: align with master #1092

merged 9 commits into from
Apr 16, 2024

Conversation

igordanilcenko
Copy link
Contributor

No description provided.

Copy link

@TruszczynskiA TruszczynskiA left a comment

Choose a reason for hiding this comment

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

Approved with one comment.

@@ -20,11 +20,16 @@ import com.tari.android.wallet.service.connection.TariWalletServiceConnection
import io.reactivex.disposables.CompositeDisposable
import org.apache.commons.io.IOUtils

private const val REGEX_ONION = "(.+::[A-Za-z0-9 ]{64}::/onion3/[A-Za-z0-9]+:[\\d]+)"
private const val REGEX_IPV4 = "(.+::[A-Za-z0-9 ]{64}::/ip4/[0-9]{1,3}[.][0-9]{1,3}[.][0-9]{1,3}[.][0-9]{1,3}/tcp/[0-9]{2,6})"

Choose a reason for hiding this comment

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

Public key is a hexadecimal value so you should rather use [a-f0-9] than [a-z0-9]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I'll change it, but not in that PR. here I want just align release branch with master

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because the release branch is outdated and in the development I use different regexes

@igordanilcenko igordanilcenko merged commit 6ded9d3 into master Apr 16, 2024
1 check passed
@igordanilcenko igordanilcenko deleted the release/0.25.3 branch May 14, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants