-
Notifications
You must be signed in to change notification settings - Fork 96
improve(proposer): Update proposal log format #2607
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
base: master
Are you sure you want to change the base?
Conversation
This log message can be pretty difficult to read in Slack. Prioritise logging fields that are sought the most often.
src/dataworker/PoolRebalanceUtils.ts
Outdated
| bundleLpFees, | ||
| groupId, | ||
| }; | ||
| poolRebalanceLeavesPretty += `\n\t\t\t${index}: ${JSON.stringify(orderedLeaf)}`; |
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.
I'm mulling over some ideas about how this might be improved even further. I'd like to get this in as-is, but we might circle back with another change too.
* feat: add atomic depositor entrypoint for OFT bridges Signed-off-by: bennett <[email protected]> * import bridge Signed-off-by: bennett <[email protected]> * update Signed-off-by: bennett <[email protected]> * comment Signed-off-by: bennett <[email protected]> * use big number Signed-off-by: bennett <[email protected]> --------- Signed-off-by: bennett <[email protected]>
Do you plan on addressing the issue about a table being split over multiple messages in this PR? |
Yeah; so far I am splitting the existing single message into bundle blocks, pool rebalance leaves, relayer refund leaves and slow fill leaves. I think the relayer refund leaves will need to be chunked into smaller messages again, though. |


This log message can be pretty difficult to read in Slack. Prioritise logging fields that are sought the most often.