Skip to content

Revert accidental direct push to master - #268

Merged
galekseev merged 1 commit into
masterfrom
revert/hyperevm-direct-push
Aug 4, 2026
Merged

Revert accidental direct push to master#268
galekseev merged 1 commit into
masterfrom
revert/hyperevm-direct-push

Conversation

@galekseev

@galekseev galekseev commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Commits 786dbb9 (add hyperevm) and 85a1f06 (bump version) were pushed directly to master by mistake, bypassing review. This reverts both, restoring master to the state it had after #267.

The changes themselves are not being dropped — they come back through #269 (chains/hyperevm), which contains the same two commits rebased onto the pre-push base so they can be reviewed normally.

Merge this one first, then #269.

Static Code Analysis (readability, compactness):

Pure revert, no hand-written changes: hardhat-setup/networks.ts loses the hyperEVM entry and restores the previous monad registration, package.json returns to 6.9.11.

Dynamic Code Analysis (external APIs, interaction flows):

No contract code touched. The hyperEVM RPC config is removed, so nothing can resolve that network until #269 lands.

Efficiency (gas costs, computational complexity, memory requirements):

Not applicable — no Solidity changes.

Opinion, trade-offs and other thoughts (optional):

Revert-then-reapply was chosen over force-pushing master, so the published history stays intact for anyone who already fetched it. The cost is two extra commits in the log.

786dbb9 and 85a1f06 landed straight on master instead of going through a
pull request. Reverting restores master to the state of #267; the same
hyperevm changes come back via the chains/hyperevm pull request.

Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@galekseev
galekseev merged commit 02eadf8 into master Aug 4, 2026
7 of 8 checks passed
@galekseev
galekseev deleted the revert/hyperevm-direct-push branch August 4, 2026 19:44
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.

1 participant