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

[zksend] list created links after regenerate transaction #20469

Open
fl0ydj opened this issue Nov 28, 2024 · 0 comments
Open

[zksend] list created links after regenerate transaction #20469

fl0ydj opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels

Comments

@fl0ydj
Copy link

fl0ydj commented Nov 28, 2024

Steps to Reproduce Issue

  1. Create link
  2. Regenerate it:
const { url, transaction } = await args.link.createRegenerateTransaction(currentAccount.address, {
        network: env.get(EnvVar.SUI_NETWORK_TYPE) as "mainnet" | "testnet",
        client,
      });
  1. List created links:
 const res = await listCreatedLinks({
          address: currentAccount?.address ?? "",
          network: env.get(EnvVar.SUI_NETWORK_TYPE) as "mainnet" | "testnet",
          cursor: cursor ?? undefined,
          client: suiClient,
        });

Expected Result

The regenerated link should be part of the returned results or at least a reference to it.

Actual Result

Only the old link is returned.

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

No branches or pull requests

3 participants