Armani Ferrante

Results 195 issues of Armani Ferrante

It appears the uninstall works properly, but the UI spins forever. Potentially due to an RPC error or something of that nature. The UI should properly respond. Perhaps a timeout...

bug
help wanted
good first issue

This is the case for hash routers as well. To summarize: - use iframe - window.xnft works - change url (inside same iframe) - window.xnft no longer works Report: https://discord.com/channels/985994296337498182/1004775994193875064/1029756240437448774

Currently, the API uses whatever connection URL is set in wallet preferences. We should add a new parameter to override this.

We only fetch xNFTs on startup. We need to poll in the background as well. * polling here https://github.com/coral-xyz/backpack/blob/master/packages/background/src/backend/solana-connection.ts#L215 * recoil atom here https://github.com/coral-xyz/backpack/blob/master/packages/recoil/src/atoms/solana/xnft.tsx#L160 * notification update here https://github.com/coral-xyz/backpack/blob/master/packages/recoil/src/context/Notifications.tsx#L81

priority 1

When adding a custom connection url, it should save it and add it to the menu.

enhancement

Can use the hyperspace API for this. See figma.

extension

Let's punt this for now since it makes testing easier to have weak validation.

extension

If I change the connection url inside the extension, the web page's window.backpack.connection object should automatically update. This currently is not the case in popout mode.

help wanted
good first issue

Currently, the claim button allows a user to claim a single reward from the event queue. We should either add a new button, or replace the existing button, with one...

good first issue
help wanted
stake-ui

Followup for https://github.com/project-serum/serum-ts/pull/98