You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The objective is to decrease the total number of messages sent from BlockchainBridge to the Accountant.
Eliminate ScanError messages and integrate their information into existing messages (consider OutboundPaymentsInstructions & QualifiedPayablesMessage). This will streamline communication and reduce message volume.
In certain scenarios, we encounter partial errors that currently trigger ScanError messages. Instead of sending these messages, we propose utilizing the two previously mentioned messages to convey both total and partial failures. By doing this, BlockchainBridge will not segregate the messages, allowing the Accountant to manage success, partial failures, and total failures more effectively.
The text was updated successfully, but these errors were encountered:
The objective is to decrease the total number of messages sent from BlockchainBridge to the Accountant.
Eliminate
ScanError
messages and integrate their information into existing messages (considerOutboundPaymentsInstructions
&QualifiedPayablesMessage
). This will streamline communication and reduce message volume.In certain scenarios, we encounter partial errors that currently trigger ScanError messages. Instead of sending these messages, we propose utilizing the two previously mentioned messages to convey both total and partial failures. By doing this, BlockchainBridge will not segregate the messages, allowing the Accountant to manage success, partial failures, and total failures more effectively.
The text was updated successfully, but these errors were encountered: