I am using the Jito provider for lots of transactions because Solana network is really busy. In Jito which is called bundle covers 5 transactions and there should be a instruction or transaction which is sending the tips to the Jito Provder.
My question is that even I set the high jitoTip it is really impossible to run the block in the same block. Of course before sending the block it is absolutely required to call the function with updateBlockHash() which makes all the transactions with the same blocknumber which could be the latest blockHash or something later.
I know about other blockchain technology with BloxRoute. Some say that it is possible to run the transaction faster than Jito and it also allows to run it on the same block ?
Is there anyone who has experience in this field ? Thank you.