solana-mobile / dapp-publishing

Apache License 2.0
54 stars 15 forks source link

Update retry logic to handle network congestion. #250

Closed ankur2136 closed 3 months ago

ankur2136 commented 3 months ago
  1. For app releases, we now have 4 client side retries.
  2. Added compute budget of 250k CU.
  3. Updated priority fees to 2000000 microlamports.
  4. total priority fees is 0.00051SOL
  5. Updated same config.yaml to show developers how to add multiple screenshots.
  6. Added process.exit() after each command to prevent cli hang.