pendulum-chain / pendulum-chain/vortex

Update transaction ID shown to the user

Open
#193 10 comments 0 reactions 0 assignees View on GitHub

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 squidRouterReceiverId instead
    • however, don't show the complete id, but only the first 12 hexadecimal digits in the form dddd-dddd-dddd (where d is one digit)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.