stellar-core
stellar-core copied to clipboard
Allow soroban transactions in the tx fuzzer
https://github.com/stellar/stellar-core/pull/4032 filters out Soroban transactions when generating tests for the tx fuzzer. We should instead allow them and make sure the generation step creates valid transactions by not mixing soroban and non-soroban ops.
Also undo https://github.com/stellar/stellar-core/pull/4052