Open
Description
Looks like a few places in core don't take into account Soroban limits. Examples are:
- Pull mode
stellar-core/src/overlay/TxAdverts.cpp
Line 111 in 86a346a
- outbound queues
stellar-core/src/overlay/FlowControl.cpp
Line 406 in 86a346a
Currently, this isn't much of a problem since Soroban limits are still very low. But we should fix this to support higher limits.