Skip to content

v2.0.4-boost

Latest
Compare
Choose a tag to compare
@0xpfapi 0xpfapi released this 08 Aug 09:12
· 1 commit to master since this release
70ba57a

Tips

  • Defaults --tips to 50,000 lamports.

Core pinning

  • Now pins threads to cores.
  • Renames --threads argument to --cores.
  • Ignore case where core pinning fails, and fall back to regular threads.

Dynamic priority fees

  • Defaults --priority-fee to 500,000 microlamports.
  • Adds --dynamic-fee-strategy and --dynamic-fee-rpc args.
  • If --dynamic-fee-strategy is set, it uses the default --rpc url to select a priority fee.
  • If -dynamic-fee-rpc is set, this endpoint is used to fetch the dynamic priority fee.
  • If dynamic priority fees are used, they are capped by the --priority-fee value.
  • Removes default dynamic fee strategy argument.
  • This allows users to set static fees if they want.

Multiplier

  • Prints the multiplier in the mining flow.
  • Add back timer to mining flow

Proof

  • Adds a proof command to lookup a proof account by address.

Fee payer

  • Adds an optional--fee-payer arg to set a separate transaction fee payer.
  • Use default keypair for the fee payer