-
In send_and_confirm.rs
```
// Retry
std::thread::sleep(Duration::from_millis(GATEWAY_DELAY));
if attempts > GATEWAY_RETRIES {
log_error(&p…
-
When I run `yarn start`, I'm facing this error:
```
/Users/rajdeep/dev/jito-mev-bot/node_modules/jito-ts/node_modules/@solana/web3.js/lib/index.cjs.js:6192
throw new Error('The endpoint…
-
jito very quick
auto fee
up to five submit transaction bundles
-
test solana apis dot com, as it seems cheaper and faster than pump portal.
-
According to the constructor signature `searcherClient(url: string, authKeypair: Keypair)` and the example `const c = searcherClient(blockEngineUrl, keypair);` the constructor expects a url for the bl…
-
**Problem Statement:**
Due to the current state of the network, it has become nearly impossible to successfully update or deploy programs from non-staked endpoints. The network experiences signific…
-
Hi everyone! I was hoping to use Jito-sdk in my React project but facing this issue with one of the packages inside: ![photo_2024-02-06_03-12-06](https://github.com/jito-labs/jito-ts/assets/95891690/5…
-
## Feature Request
#### Use Case:
We currently use JetStream KV to build different in memory cache views of the objects stored. We'd like to leverage the KV stores TTL mechanism to delete stale ob…
-
**yarn run:backrun**
```
Stream error: 12 UNIMPLEMENTED: subscribe_mempool is deprecated
at ClientReadableStreamImpl. (/.../jito-ts/dist/sdk/block-engine/searcher.js:171:27)
at ClientRe…
-
**Describe the bug**
When I listened to the solana_signTransaction method, I signed the message and got the signature. When I called web3Wallet.respondSessionRequest(), there was no error but it prom…