Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix last MMU call issues #1569

Merged
merged 2 commits into from
Nov 26, 2024
Merged

fix last MMU call issues #1569

merged 2 commits into from
Nov 26, 2024

Conversation

letypequividelespoubelles
Copy link
Collaborator

No description provided.

Signed-off-by: F Bojarski <ceciestunepoubelle@protonmail.ch>
@letypequividelespoubelles letypequividelespoubelles linked an issue Nov 26, 2024 that may be closed by this pull request
@@ -70,7 +76,7 @@ public Optional<Bytes> exoBytes() {
@Override
public long referenceSize() {
try {
return (hub.romLex().getCodeByMetadata(contract).size());
return contract.underDeployment() ? 0 : (hub.romLex().getCodeByMetadata(contract).size());
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the fix

Copy link
Collaborator

Choose a reason for hiding this comment

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

LGTM

@OlivierBBB OlivierBBB enabled auto-merge (squash) November 26, 2024 13:50
@OlivierBBB OlivierBBB disabled auto-merge November 26, 2024 13:51
@OlivierBBB OlivierBBB enabled auto-merge (squash) November 26, 2024 13:51
@OlivierBBB OlivierBBB merged commit 474839b into arith-dev Nov 26, 2024
5 checks passed
@OlivierBBB OlivierBBB deleted the 1568-some-last-mmio-issues branch November 26, 2024 14:47
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.

some last MMIO issues
2 participants