Skip to content

Commit

Permalink
docs: document the Native Tokens Precompile
Browse files Browse the repository at this point in the history
refactor: extract the Precompile functionalities into stand-alone
		  functions
  • Loading branch information
IaroslavMazur committed Aug 27, 2024
1 parent 04e9615 commit 50632b3
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 465 deletions.
4 changes: 2 additions & 2 deletions bins/revm-test/src/bin/burntpix/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use regex::bytes::Regex;
use revm::{
db::{CacheDB, EmptyDB},
primitives::{
address, hex, keccak256, AccountInfo, Address, TokenBalances, Bytecode, Bytes, ExecutionResult,
Output, TransactTo, B256, BASE_TOKEN_ID, U256,
address, hex, keccak256, AccountInfo, Address, Bytecode, Bytes, ExecutionResult, Output,
TokenBalances, TransactTo, B256, BASE_TOKEN_ID, U256,
},
Evm,
};
Expand Down
Loading

0 comments on commit 50632b3

Please sign in to comment.