fast-auth-signer icon indicating copy to clipboard operation
fast-auth-signer copied to clipboard

Results 83 fast-auth-signer issues
Sort by recently updated
recently updated
newest added

Adds tests and assertions for the sign transaction page

This PR should be reviewed after https://github.com/near/fast-auth-signer/pull/229 gets merged. This PR contains Devices page test flow. It requires to setup environment variables in order to work on test environment.

This PR introduces a fallback mechanism for transactions when the relayer service fails to relay them due to specific issues such as actions not being allowed or the sender/receiver not...

Currently the package: https://github.com/near/multichain-tools, doesn't have any readme, it should contain: - Description - Installation - How to use - Examples

### Description Since storage partitioning was added to chrome and exists in Safari, we are no longer able to access localStorage from an iframe and can therefore no longer access...

Emerging Tech
Near BOS

https://github.com/near/fast-auth-signer/assets/22358004/efc486ea-f14b-4aa5-a1e8-729b073c5116 Error message: `Uncaught runtime errors: × ERROR Cannot read properties of undefined (reading 'args') TypeError: Cannot read properties of undefined (reading 'args') at eval (webpack-internal:///./src/components/Sign/Sign.tsx:295:215) at Array.map () at...

bug

This PR closes #220 This PR will allow to configure `FAST_AUTH_RELAYER_URL` as per request

Adds a fallback mechanism to handle transactions directly using the user's balance when the relayer service fails due to issues like unauthorized actions or unwhitelisted participants.

Currently `FAST_AUTH_RELAYER_URL` is hard coded with static URL. This should be a configurable so if user wants to use their own, they can configure them

Emerging Tech
Near BOS
feature request