We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A recent claim transaction on the sepolia testnet failed with a reason shown in the explorer of: 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
storage-incentives/src/Redistribution.sol
Line 249 in 9e35317
Line 1116 in 9e35317
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
"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
No branches or pull requests
A recent claim transaction on the sepolia testnet failed with a reason shown in the explorer of:
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
storage-incentives/src/Redistribution.sol
Line 249 in 9e35317
storage-incentives/src/Redistribution.sol
Line 1116 in 9e35317
The text was updated successfully, but these errors were encountered: