Skip to content

fix(create): Fix CreateInputs::created_address Cache invalidation#3222

Merged
rakita merged 3 commits intobluealloy:mainfrom
developeruche:fix/create-address-cache-invalidation
Dec 11, 2025
Merged

fix(create): Fix CreateInputs::created_address Cache invalidation#3222
rakita merged 3 commits intobluealloy:mainfrom
developeruche:fix/create-address-cache-invalidation

Conversation

@developeruche
Copy link
Contributor

Closes #3221

@codspeed-hq
Copy link

codspeed-hq bot commented Dec 10, 2025

CodSpeed Performance Report

Merging #3222 will not alter performance

Comparing developeruche:fix/create-address-cache-invalidation (4e617c2) with main (2befb62)

Summary

✅ 173 untouched

Copy link
Member

@rakita rakita left a comment

Choose a reason for hiding this comment

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

We would need setter functions for these so they can be changed in the Inspector::call.

@developeruche
Copy link
Contributor Author

We would need setter functions for these so they can be changed in the Inspector::call.

Setter functions have been introduced, the cache is going to reset whenever any set is done save, "set_gas_limit" and "set_value" as they both don't affect the resulting create address.

Copy link
Member

@rakita rakita left a comment

Choose a reason for hiding this comment

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

perfect

@rakita rakita merged commit 5fec9bb into bluealloy:main Dec 11, 2025
31 checks passed
@github-actions github-actions bot mentioned this pull request Dec 11, 2025
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.

Fix CreateInputs::created_address Cache invalidation

2 participants