-
Notifications
You must be signed in to change notification settings - Fork 7
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 deposits on the testnet #205
Comments
just out of interest, why 5.4 and not 5.5? |
because it is just a bug fix? |
I'm not sure how to apply semver rule here. Technically, 5.4.1 and patched version will process 0 NFTs differently and won't be compatible with each other on that matter, so this probably means the version should be 6.0.0 :) @johannbarbie great point on the version |
a small bug for consensus, a big leap for semver 🤣 |
fix released in leap-node@6.0.0 and is now live on testnet |
Problem:
Since deposit 156, no deposits are not created on a testnet.
Reason:
Deposit 157 was a NFT token with value of "0", which wasn't processed by the node due to the deposit output validation error:
Since then all the deposits are rejected with
Resolution:
The text was updated successfully, but these errors were encountered: