delegation-framework icon indicating copy to clipboard operation
delegation-framework copied to clipboard

The contracts that power the Delegation Framework

Results 28 delegation-framework issues
Sort by recently updated
recently updated
newest added

### **What?** - Adds a simple delegation signing script for quick validation of external SDKs - Adds more definition to `.env.example` file

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...

### **What?** - Enables a referral system where people can get prizes for referring new users. - This system depends on an off-chain system for certain validations like KYC, repeated...

### **What?** - Implemented a rehashing of the delegationHash inside the enforcers in the LogicalOrWrapper enforcer. ### **Why?** - Previously the LogicalOr enforcer allowed to have duplicate enforcers inside that...

new release

I'm unable to deploy HybridDeleGator implementation. ```sh $ git checkout v1.3.0 $ forge build [⠒] Compiling... [⠒] Compiling 56 files with Solc 0.8.23 [⠘] Solc 0.8.23 finished in 62.01s $...

### **What?** - Adding protection to the balance change enforcers. Previously the enforcer would revert to the afterHook if there was an underflow, but the error message wasn't clear for...

new release

noticed you guys are using extensively hooks in the enforcers. It is very similar generic problem in the industry, e.g. Ironblocks and other companies implementing firewalls do same. I’ve created...

I'm following the metamask delegation kit docs to for "ERC-7715: Request permissions" but get the error `Cannot install version "0.2.0" of snap "npm:@metamask/permissions-kernel-snap"` on metamask prompt. ![Image](https://github.com/user-attachments/assets/3ae7ff00-154e-467f-8f80-95e4efc27589) How do I...