aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

feat: sdk-improvements

Open MarcosNicolau opened this issue 1 year ago • 0 comments

Sdk improvements ordered by priority:

  • [ ] Fee Estimation by Batch Size: Introduce a new method for fee estimation in both the SDK and CLI, allowing users to estimate fees based on the batch size.
  • [ ] Bump Proofs Functionality: Add a feature to enable users to bump current proofs in the SDK and CLI. The bump can be performed using the following parameters:
  • batch_size
  • max_fee
  • percentage
  • amount

When bumping, we should terminate the current ws connection and establish a new one.

  • [ ] Drop Proofs in Batcher Queue: Implement a feature to let users drop all their proofs from the batcher queue directly through the SDK and CLI.

MarcosNicolau avatar Dec 04 '24 14:12 MarcosNicolau