Update
- feat: add
TransactionBuilder.append_payment_to_contract_op
andTransactionBuilder.append_restore_asset_balance_entry_op
to send assets to contract accounts without relying on Stellar RPC. (#1023) - refactor:
AssembledTransaction.simulate
andAssembledTransactionAsync.simulate
will no longer restore the state for read-only transactions. (#1026)