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
cache the network config ledger key and provide it to the env-host during preflight
Note: We already store all ledger entries, so that part should already be done.
When we run a preflight we will need to load the NetworkConfigLedgerEntry, and pass it's value into the Host object for preflight. This will let the preflight account for the configured network limits, etc.
tsachiherman
changed the title
update ingestion to support network config transactions
soroban-rpc: cache the network config ledger key and provide it to the env-host during preflight
Mar 9, 2023
What
cache the network config ledger key and provide it to the env-host during preflight
Note: We already store all ledger entries, so that part should already be done.
When we run a preflight we will need to load the
NetworkConfigLedgerEntry
, and pass it's value into theHost
object for preflight. This will let the preflight account for the configured network limits, etc.Epic
#519
The text was updated successfully, but these errors were encountered: