polymutex.eth

Results 94 comments of polymutex.eth

The "can you recover your account permissionlessly" part of this was implemented as part of the Account Portability attribute. There is still another aspect of it, which is "does the...

Thanks, this is interesting and a useful tool. If it is static and dependency-free, have you considered deploying it as a single-file HTML page on IPFS with a static CID?...

> Yes, we just haven't gotten around to it yet. I don't think it would need to be a single-file, since IPFS supports directories, unless I'm misunderstanding something about your...

Also, I filed #299 to track the creation of a "support EIP-7702 revocations" attribute for software wallets in Walletbeat.

> Can someone let me know what else I would need to do to get our wallet represented? Do I need to do something else with the PR, or check-off...

So sorry I still haven't reviewed this yet! It's on my todo list, will get to it this weekend. Note that in the meanwhile, some CI tests around spelling are...

cc @nconsigny as this may also be somewhat useful in assessing wallet orderflow (by capturing which requests contain transaction data in them), though not with certainty.

Relevant links: - https://github.com/walletbeat/walletbeat/blob/fbc836ee8c439819c2908ec8ab46d5b4d88734ae/src/schema/features/security/bug-bounty-program.ts - https://github.com/walletbeat/walletbeat/blob/fbc836ee8c439819c2908ec8ab46d5b4d88734ae/data/hardware-wallets/trezor.ts#L83 - https://github.com/walletbeat/walletbeat/blob/fbc836ee8c439819c2908ec8ab46d5b4d88734ae/src/schema/attributes/security/bug-bounty-program.ts

Ideas of objective things we can look for in a bug bounty program: - When was the program established? (Allows for measuring duration and consistency of how seriously the wallet...

`BugBountyProgramAvailability` sounds good, though I'm not sure there's a meaningful distinction between `INACTIVE` and `HISTORICAL`. ```typescript /** * The coverage breadth of the bug bounty program */ export enum CoverageBreadth...