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

Transfer Alias Transaction is not being previewed #66

Closed
Tracked by #67
ipr0310 opened this issue Mar 8, 2023 · 2 comments
Closed
Tracked by #67

Transfer Alias Transaction is not being previewed #66

ipr0310 opened this issue Mar 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ipr0310
Copy link
Member

ipr0310 commented Mar 8, 2023

Is your feature request related to a problem? Please describe.
As the title says when transferring an alias the transaction preview is missing when signing/confirming with XT.

Additional context
Technically, an alias on private sale with 0 as price immediately transfers the alias to the receiver.

Describe the solution you'd like
Show the preview when transferring alias at the moment of signing/confirming a transaction.
image

@ipr0310 ipr0310 added the enhancement New feature or request label Mar 8, 2023
@ipr0310
Copy link
Member Author

ipr0310 commented Mar 8, 2023

This is the raw payload

{
  "type": 1,
  "subtype": 6,
  "timestamp": 270559361,
  "deadline": 1440,
  "senderPublicKey": "6e1a0abea0cbacdc8c77a7de2868360d3e667b276a2f32bb847579d126d63e78",
  "recipient": "1673574549656521245",
  "recipientRS": "TS-LLJX-7YEQ-4C4S-3VFGG",
  "amountNQT": "0",
  "feeNQT": "1000000",
  "attachment": {
    "version.AliasSell": 2,
    "alias": "6442930183499063033",
    "priceNQT": "0"
  },
  "attachmentBytes": "02f99e1aa4dde269590000000000000000",
  "sender": "8929712165307955075",
  "senderRS": "TS-NFW5-WWDU-Y3BE-9P7VR",
  "height": 2147483647,
  "version": 2,
  "ecBlockId": "15654874362130940225",
  "ecBlockHeight": 522320,
  "cashBackId": "8952122635653861124",
  "verify": false,
  "requestProcessingTime": 2
}

@ohager ohager mentioned this issue Mar 9, 2023
5 tasks
@ohager ohager closed this as completed Mar 11, 2023
@ohager
Copy link
Member

ohager commented Mar 11, 2023

this is actually the sell alias transaction... and I fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants