#5162 added generic plumbing of sorobanConfig to all the classic ops. However, we still have lots of tests that call apply directly on transaction frames without passing the config. We should clean that up and add an assertion where we expect to have the sorobanConfig in the classic flow (specifically, CAP-77 check in TransactionFrame.cpp)
#5162 added generic plumbing of sorobanConfig to all the classic ops. However, we still have lots of tests that call
applydirectly on transaction frames without passing the config. We should clean that up and add an assertion where we expect to have the sorobanConfig in the classic flow (specifically, CAP-77 check in TransactionFrame.cpp)