Skip to content

Bump dependencies and versions#88

Merged
ma2bd merged 2 commits intozefchain:mainfrom
deuszx:bump-deps
Feb 18, 2026
Merged

Bump dependencies and versions#88
ma2bd merged 2 commits intozefchain:mainfrom
deuszx:bump-deps

Conversation

@deuszx
Copy link
Contributor

@deuszx deuszx commented Feb 18, 2026

Summary

Another work on with_external_definitions requires those.

Test Plan

CI

@deuszx deuszx requested a review from ma2bd as a code owner February 18, 2026 15:03
Comment on lines +30 to +42
let deploy_nonce = nonce(&database, &deployer);
let result = Context::mainnet()
.with_db(&mut database)
.modify_cfg_chained(|cfg| {
cfg.limit_contract_code_size = Some(usize::MAX);
})
.modify_tx_chained(|tx| {
tx.caller = deployer;
tx.nonce = deploy_nonce;
tx.kind = TxKind::Create;
tx.data = bytecode;
tx.gas_limit = u64::MAX;
tx.value = U256::ZERO;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deuszx what is this?

Copy link
Contributor Author

@deuszx deuszx Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REVM version bump – different API. note this is a test.

@ma2bd ma2bd merged commit e795052 into zefchain:main Feb 18, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants