Stephan Cilliers
Stephan Cilliers
**Describe the bug** `eth_sign` method produces a `OVM: Unsupported RPC Method` error. **To Reproduce** Steps to reproduce the behavior: 1. Run optimism via docker ``` git clone https://github.com/ethereum-optimism/optimism.git cd optimism...
Fix for #272. When the list is unchanged and the user tries to submit, they are presented with this modal: Something that may be an issue is that once the...
Adds signer data. Update: Experiencing a weird issue where when testing with `maxFix: 10` where signers for fid > 7 don't get inserted during backfill Todo - [ ] Test...
Adds support for the latest version of the [replicator app](https://github.com/farcasterxyz/hub-monorepo/tree/main/apps/replicator) - [x] Update prisma schema - [x] Update queries to match new prisma types - [x] Fix #15 - [x]...
Check warpcast documentation on docs.farcaster.xyz to ensure we are using the correct url in the warpcast login component Initial report https://warpcast.com/deanpierce.eth/0xc2b8d355
Refactors the sidebar to share content on mobile and desktop screen sizes - [x] Shared content - [ ] Floating compose button on mobile screens - [ ] Bottom nav...
Topic resolver should expose an IPFS gateway to use instead of hard coding ipfs.io
Currently opencast exclusively functions on data stored in the protocol, onchain, or IPFS Having a mechanism to store opencast-specific data would allow for some great ux improvements such as -...
Currently signer keys are stored in plaintext in local storage. They should be encrypted with a password instead A challenge with implementing this change is being backwards compatible with existing...