/invoker

Generalized EIP-3074 Invoker with batch transaction support.

Primary LanguageSolidityMIT LicenseMIT

Warning

THIS REPOSITORY HAS BEEN UPSTREAMED TO 3074-invokers.

EIP-3074 Invoker

Generalized EIP-3074 Invoker with batch transaction support. Inspired by @clabby's work on eip-3074-foundry.

Patches

This repository contains patches (h/t @clabby) of the following repositories to support EIP-3074 opcodes:

Installation

git submodule update --init --recursive && make

Building Contracts

make build

Running Tests

make test