Dan Finlay

Results 91 issues of Dan Finlay

Test driving this [sip assistant gpt](https://chat.openai.com/g/g-3ck1SNWtD-sip-assistant), forgive any errors. Getting the ball rolling on this general direction.

IFF we choose to start using the /specifications repository as a shared cross-platform place to coordinate product strategy (as proposed in https://github.com/MetaMask/specifications/pull/3 ) then it could make sense to move...

A user reported bad performance and provided state logs. Their state logs show one tx in particular as the clear culprit. The tx had a series of errors, each marked...

type-bug
area-transactions
area-performance
Sev1-high
team-confirmations

As we build infrastructure that facilitates embedded wallets, sites have a new opportunity to manage keys to manage permissions they receive (like via ERC-7715). Alternatively, the site may want to...

w-ci
t-erc
s-draft
c-new
e-consensus
e-review
a-review
w-stale

Allows offering an amount of an ERC20 in exchange for any number of partial orders of another ERC20 at a given rate.

Builds on my other PRs for adding a cursorrules, and the Caveats helper library. Adds a streaming erc 20 allowance enforcer! Stream funds at a continuous rate with ease!

# Caveats Library: Simplified Caveat Creation for Tests This PR introduces the `Caveats` library, designed to streamline the process of creating caveats for testing purposes. The library provides a set...

In response to questions here: https://ethereum-magicians.org/t/towards-more-conversational-wallet-connections-a-proposal-for-the-redeemdelegation-interface/16690/33

w-ci
t-erc
s-draft
c-update

Previous entry seemed to be a hastily cloned Mathwallet entry. Quite a few of our more recent features were missed: - Transaction scanning - Our snaps extensibility system (which enables...

main-branch

### **What?** Adds a new `SafeDelegationManger` which receives its caveats in a human-readable form, and decodes them into the usual form for enforcement. ### **Why?** When considering how readable these...