pendulum-chain / pendulum-chain/vortex
Update transaction ID shown to the user
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 5
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 33
Description
Context
The current transaction ID is a SEP24 generated ID and isn't captured in the storage file.
User Story
As a developer, I want to easily identify and debug transactions in the dump file when users share the transaction ID they receive for unsuccessful transactions.
Requirement
- Instead of displaying the SEP24 id, show the
squidRouterReceiverIdinstead- however, don't show the complete id, but only the first 12 hexadecimal digits in the form
dddd-dddd-dddd(wheredis one digit)
- however, don't show the complete id, but only the first 12 hexadecimal digits in the form
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Search the codebase for squidRouterReceiverId and the current SEP24 transaction ID display path, then trace how the dump-file transaction is shown to users. Done means the displayed value uses squidRouterReceiverId and contains only its first 12 hexadecimal digits formatted as dddd-dddd-dddd.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100