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

Badly formatted revert error #272

Open
ldeffenb opened this issue Sep 11, 2024 · 2 comments
Open

Badly formatted revert error #272

ldeffenb opened this issue Sep 11, 2024 · 2 comments

Comments

@ldeffenb
Copy link

A recent claim transaction on the sepolia testnet failed with a reason shown in the explorer of:
image
It seems that if the trALast value was being provided for diagnostic purposes, it is not being properly formatted.
https://sepolia.etherscan.io/tx/0xaba614d54d34e09f3a41341f5754868ff261b860d4f73f4708947c94ce4f4188

error ReserveCheckFailed(bytes32 trALast); // Reserve size estimation check failed

revert ReserveCheckFailed(trALast);

@ldeffenb
Copy link
Author

But I still think the reserve size check is a bit tight as this node has a reasonable reserveSize for the current depth 2 of the sepolia testnet.
image

@ldeffenb
Copy link
Author

Maybe it is only a blockchain explorer bust because the log in the bee node looks (marginally) better:
"time"="2024-09-11 14:33:43.033439" "level"="error" "logger"="node/storageincentives" "msg"="phase failed" "error"="claiming win: claim: transaction reverted: execution reverted: ReserveCheckFailed(trALast=[0 0 186 73 15 21 101 186 12 237 97 106 32 124 26 69 96 161 57 103 86 49 80 119 112 36 55 25 142 251 239 95])" "phase"="claim" "round"=43898

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

No branches or pull requests

1 participant