mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): bump alloy (#10537)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -223,9 +223,6 @@ mod tests {
|
||||
// Ensure that the logs database is empty
|
||||
assert!(evm.context.evm.inner.db.logs.is_empty());
|
||||
|
||||
// Ensure that there are no valid authorizations in the EVM context
|
||||
assert!(evm.context.evm.inner.valid_authorizations.is_empty());
|
||||
|
||||
// Optimism in handler
|
||||
assert_eq!(evm.handler.cfg, HandlerCfg { spec_id: SpecId::LATEST, is_optimism: true });
|
||||
|
||||
@ -372,9 +369,6 @@ mod tests {
|
||||
// Ensure that the logs database is empty
|
||||
assert!(evm.context.evm.inner.db.logs.is_empty());
|
||||
|
||||
// Ensure that there are no valid authorizations in the EVM context
|
||||
assert!(evm.context.evm.inner.valid_authorizations.is_empty());
|
||||
|
||||
// Default spec ID
|
||||
assert_eq!(evm.handler.spec_id(), SpecId::LATEST);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user