Skip to content

v0.9.11

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 31 Oct 02:05
· 92 commits to mainnet since this release

Description

v0.9.11 is a patch release fixing some errors in the buildTransactionFromAuthorization function and adding encapsulated functionality to the ProgramManager for easy estimation of fees.

Changelog

  • Fixes errors in the buildTransactionFromAuthorization function by adding the ability to call REST endpoints to collect data for the inclusion proof.
  • Encapsulates fee estimation functions in the program manager.
  • Adds documentation of new fee estimation functions via docstrings.
  • Adds a new create-leo-app example showing how to use the buildTransactionFromAuthorization function.
  • Removes the need to specify a fee for the ProvingRequest function.