Piyal Basu

Results 42 issues of Piyal Basu

extrapolateFromXdr doesn't work in node seemingly because node handles Buffers differently than the browser. This makes it impossible to test properly in @testing-library/react. This is also true of actions/xdrViewer/fetchSigners. In...

With all the big views converted, it should be a smaller lift to update the eslint config. Use AV's config as a template: ``` module.exports = { extends: ["@stellar/eslint-config"], rules:...

On page load, `StellarSdk.TransactionBuilder.fromXDR` in `actions/xdrViewer`'s `fetchSigners` always throw an error. This has no effect on page load, but should be fixed.

bug

Can we move CSP headers into the Lab repo using this module? https://www.npmjs.com/package/react-csp CSP headers are currently implemented here: https://github.com/stellar/puppet-v4/pull/1117/files

Set `frame-src` policy to prevent Trezor sigin error ![image](https://user-images.githubusercontent.com/6789586/129607531-fb95b1b8-dcf8-40c7-b9c6-d086ca1f8ad9.png)

bug

version "5.13.0": 1. Clean install of verision 5.13.0 in Firefox: 2.- Setup Password, but when you should write down seedphrase, change window 3.- Come back to Firefox and try to...

bug

When switching between accounts in Freighter, users are prompted to re-enter their password. Is there a way to keep a user "logged in"?

triage

In the new design, we often need to show the `homeDomain` alongside the asset icon. Getting the `homeDomain` is part of the getIconUrlFromIssuer flow, but it is not cached anywhere...

tech debt

Problem: if @stellar/wallet-sdk depends on a version of @stellar/freighter-api that matches what is currently in this workspace's package.json, on installation, it will use the symlinked version of freighter-api rather than...

bug