-
Notifications
You must be signed in to change notification settings - Fork 38
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: Improve the withdrawal packaging performance #701
Conversation
jjyr
commented
May 24, 2022
•
edited
Loading
edited
- Fix a bug of withdrawal packaging. Before the fix, Godwoken skip packaging withdrawals every two blocks. Now, it packages withdrawals in every block.
- Increase maximum deposits & withdraws of each block from 50 to 100(100 depostis + 100 withdrawals costs ~ 240_000_000 cycles).
- Increase the maximum cycles of layer1 submission transaction to 350_000_000 (1/10 of a CKB block).
- Improve the logging of block-produce
ACK the three items:
I do not quite understand how bug 6596222 can be triggered. Can this bugfix be moved to another PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updated the test case. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
72aac35
to
1691df5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
1691df5
to
f9896af
Compare
/itest |