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

ABW-1941: Make ansharnet use RCnet V2 dashboard #640

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

maciek-rdx
Copy link
Contributor

@maciek-rdx maciek-rdx commented Jul 24, 2023

Jira ticket: here

Description

Check Jira ticket

How to test

Check Jira ticket

Screenshot

IMG_2B28DF6321A1-1

PR submission checklist

  • I have tested account to account transfer flow and have confirmed that it works

@@ -33,7 +33,7 @@ extension LedgerIdentifiable {
public var address: String {
switch self {
case let .transaction(txId):
return txId.asStr()
return txId.hex
Copy link
Contributor

Choose a reason for hiding this comment

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

@maciek-rdx why do we need this change? is it that the dashboard does not support txId.asStr() lookups?

Copy link
Contributor Author

@maciek-rdx maciek-rdx Jul 24, 2023

Choose a reason for hiding this comment

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

Hmmm, I'm not aware of any dashboard-specific considerations... I just adopted what we agreed upon here.

Copy link
Contributor

Choose a reason for hiding this comment

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

If I'm not mistaken asStr will provide the HRP version of the tx id

Copy link
Contributor

Choose a reason for hiding this comment

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

seems that the dashboard cannot handle the tx id properly...

@GhenadieVP GhenadieVP merged commit 08341b3 into release/rcnet-v2 Jul 24, 2023
5 checks passed
@GhenadieVP GhenadieVP deleted the ABW-1941-incorrect-dashboard-url branch July 24, 2023 19:32
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants