Skip to content

Commit

Permalink
chore(rpc): Migrate rpc types to maili (#378)
Browse files Browse the repository at this point in the history
Migrates types in `op-alloy-rpc-types` to `maili-rpc`
  • Loading branch information
emhane authored Jan 13, 2025
1 parent 2ca30da commit 8a45317
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 527 deletions.
83 changes: 0 additions & 83 deletions crates/rpc-types/src/config.rs

This file was deleted.

18 changes: 0 additions & 18 deletions crates/rpc-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,11 @@

extern crate alloc;

mod config;
pub use config::{Genesis, RollupConfig, SystemConfig};

mod genesis;
pub use genesis::{OpBaseFeeInfo, OpChainInfo, OpGenesisInfo};

mod net;
pub use net::{
Connectedness, Direction, GossipScores, PeerDump, PeerInfo, PeerScores, PeerStats,
ReqRespScores, TopicScores,
};

mod output;
pub use output::OutputResponse;

mod receipt;
pub use receipt::{L1BlockInfo, OpTransactionReceipt, OpTransactionReceiptFields};

mod safe_head;
pub use safe_head::SafeHeadResponse;

mod sync;
pub use sync::{L1BlockRef, L2BlockRef, SyncStatus};

mod transaction;
pub use transaction::{OpTransactionFields, OpTransactionRequest, Transaction};
Loading

0 comments on commit 8a45317

Please sign in to comment.