Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix: add support for mergeForkIdTransition #4463

Merged
merged 14 commits into from
Jul 4, 2023

Conversation

jeffsmale90
Copy link
Contributor

@jeffsmale90 jeffsmale90 commented Jun 29, 2023

Add internal support for mergeForkIdTransition "hardfork", which is presently live only on Sepolia, but assumedly will eventually happen on other networks.

This doesn't add any functionality, but fixes: #4450 for transactions happening on mergeForkIdTransition hardfork.

See #4455


blocknumberToHardfork.forEach(([number, expectedHardfork]) => {
const common = fork.getCommonForBlock(parentCommon, {
number, // the block at which paris is scheduled
Copy link
Member

Choose a reason for hiding this comment

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

Whats this about paris?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

apologies, the base branch was wrong here - as it depends on #4455 where I've fixed this, along with a minor change to the above comment https://github.com/trufflesuite/ganache/pull/4455/files/cb95798713916bda17494b7129aa8eb99220a786..163c987b7d9dbdf24eee0cc5569af085cf318989

@jeffsmale90 jeffsmale90 changed the base branch from develop to fix/hardforkByTimestamp June 30, 2023 00:02
Base automatically changed from fix/hardforkByTimestamp to develop July 3, 2023 23:09
@cloudflare-pages
Copy link

cloudflare-pages bot commented Jul 3, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca9509c
Status: ✅  Deploy successful!
Preview URL: https://7dcca892.ganache.pages.dev
Branch Preview URL: https://fix-mergeforkidtransition.ganache.pages.dev

View logs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error "Cannot mix BigInt and other types" when debugging on a forked chain
2 participants