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

test: some more skip tests #1734

Open
wants to merge 2 commits into
base: arith-dev
Choose a base branch
from

Conversation

letypequividelespoubelles
Copy link
Collaborator

No description provided.

Signed-off-by: F Bojarski <ceciestunepoubelle@protonmail.ch>
@letypequividelespoubelles letypequividelespoubelles linked an issue Jan 23, 2025 that may be closed by this pull request
Signed-off-by: F Bojarski <ceciestunepoubelle@protonmail.ch>
@letypequividelespoubelles letypequividelespoubelles added bug Something isn't working unit tests labels Jan 23, 2025
@@ -112,14 +112,14 @@ public void resolveAtEndTransaction(
// may have to be modified in case of address collision
senderNew = canonical(hub, world, sender.address(), isPrecompile(sender.address()));
recipientNew = canonical(hub, world, recipient.address(), isPrecompile(recipient.address()));
coinbaseNew = canonical(hub, world, coinbase.address(), isPrecompile(recipient.address()));
coinbaseNew = canonical(hub, world, coinbase.address(), isPrecompile(coinbase.address()));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bug

@@ -135,6 +135,9 @@ public void resolveAtEndTransaction(
if (recipientIsCoinbase()) {
recipientNew = coinbaseNew.deepCopy().decrementBalanceBy(txMetadata.getCoinbaseReward());
recipient = recipientNew.deepCopy().decrementBalanceBy(value);
if (txMetadata.isDeployment()){
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bug fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More TX_SKIP edge cases
1 participant