Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 30, 2024
1 parent b687443 commit a9022e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# eip3074-instructions
# EIP3074 instructions

[EIP-3074](https://eips.ethereum.org/EIPS/eip-3074) `AUTH` and `AUTHCALL` instructions.

The implementation is located in the [instructions] module. The custom instruction
context required for `AUTH` and `AUTHCALL` is located in the [context] module.
10 changes: 1 addition & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
//! # AlphaNet instructions
//!
//! Collection of custom opcodes for AlphaNet and related functionality.
//!
//! This currently implements the following EIPs:
//! - [EIP-3074](https://eips.ethereum.org/EIPS/eip-3074): `AUTH` and `AUTHCALL` instructions. The
//! implementation is located in the [instructions] module. The custom instruction context required for
//! `AUTH` and `AUTHCALL` is located in the [context] module.

#![doc = include_str!("../README.md")]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]

use reth::revm::interpreter::opcode::BoxedInstruction;
Expand Down

0 comments on commit a9022e4

Please sign in to comment.