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 new version of soroban-simulation crate (integrated in #92) encapsulates the bucket list size determination logic, so there is no longer need to pass it to the simulation functions. Thus all the plumbing can be removed. When RPC stops using it, the bucket list size field can be safely removed from tx meta (as there shouldn't be any more users of this field).
The text was updated successfully, but these errors were encountered:
The new version of
soroban-simulation
crate (integrated in #92) encapsulates the bucket list size determination logic, so there is no longer need to pass it to the simulation functions. Thus all the plumbing can be removed. When RPC stops using it, the bucket list size field can be safely removed from tx meta (as there shouldn't be any more users of this field).The text was updated successfully, but these errors were encountered: