-
Notifications
You must be signed in to change notification settings - Fork 25
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
Avian 4.1 release plan #169
Comments
4.1 is ready for release, building binaries now. |
4.1 has been released! |
Why does getblocktemplate complain: error -1: createnewblock: testblockvalidity failed: bad-cb-amount (code 16) wallet debug says 2022-10-05 22:38:26 ERROR: ConnectBlock(): coinbase pays too much (actual=262500000000 vs limit=250000000000) but I'm not even submitting a block... just asking for the template.... |
To properly assist you, make sure you running Avian 4.1 on commit 53947c4. On my local node I was able to run the below without any issues:
Keep in mind that dev fee is already subtracted from From the value It is odd that your gbt is adding to coinbase. This is the code that checks coinbase: ( Lines 2805 to 2811 in 53947c4
I know this is not related to getting a block template but make sure your pool is properly configured to support the dev fee. (Keep in mind that the founder address is a P2SH multi-sig addr and do not subtract from coinbase.) If you are still experiencing this problem, make a new issue with additional information (if possible). I apologize for the inconvenience. |
To my understanding, |
This issue tracks the work that needs to be done to release Avian 4.1.
Nothing here is final and is subject to CHANGE!
Tentative deadlines
MUST HAVE (delay without these having been merged)
FounderPayment::FillFounderPayment -- Founder payment 0
COULD HAVE (non-critical for release)
Maintainer tasks for release
The text was updated successfully, but these errors were encountered: