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
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
The transaction streaming code in the sdk/horizon package streams all transactions for a network. This was done to ensure that transactions were given to the sdk/state package in order to prevent unexpected things occurring like backwards state transitions or old balances.
The sdk/state package has been improved in the following issues and as a result should be able to handle receiving transactions out-of-order as long as for a single account they are received in order.
The changes in those PRs also make duplicate transactions okay too.
We should revisit the sdk/horizon transaction streaming code in the horizon.Streamer and change it so that it only streams transactions from Horizon for the two escrow accounts.
The text was updated successfully, but these errors were encountered:
The transaction streaming code in the
sdk/horizon
package streams all transactions for a network. This was done to ensure that transactions were given to thesdk/state
package in order to prevent unexpected things occurring like backwards state transitions or old balances.The
sdk/state
package has been improved in the following issues and as a result should be able to handle receiving transactions out-of-order as long as for a single account they are received in order.The changes in those PRs also make duplicate transactions okay too.
We should revisit the
sdk/horizon
transaction streaming code in thehorizon.Streamer
and change it so that it only streams transactions from Horizon for the two escrow accounts.The text was updated successfully, but these errors were encountered: