jito-labs / searcher-examples

Searcher Examples
327 stars 127 forks source link

[JIT-1412] Mempool example bugfixes #30

Closed esemeniuc closed 1 year ago

esemeniuc commented 1 year ago

Notes:

Fixes multiple pubkey issue:

➜  searcher-examples ✗ cargo run --bin jito-searcher-cli -- \
  --block-engine-url https://dallas.testnet.block-engine.jito.wtf \
  --keypair-path blockengine_testnet.json \
  mempool-accounts --accounts 7heQNXEtxSv3wV8sNbuQsDN5xNGbbpLvHGiyXuJxEf7n 96gYZGLnJYVFmbjzopPSU6QiEV5fGqZNyN9nmNhvrZU5
    Finished dev [unoptimized + debuginfo] target(s) in 0.15s
     Running `target/debug/jito-searcher-cli --block-engine-url 'https://dallas.testnet.block-engine.jito.wtf' --keypair-path /home/eric/dev/block-engine/blockengine_testnet.json mempool-accounts --accounts 7heQNXEtxSv3wV8sNbuQsDN5xNGbbpLvHGiyXuJxEf7n 96gYZGLnJYVFmbjzopPSU6QiEV5fGqZNyN9nmNhvrZU5`
error: unexpected argument '96gYZGLnJYVFmbjzopPSU6QiEV5fGqZNyN9nmNhvrZU5' found

For more information, try '--help'.