v0.9.11
·
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
buildTransactionFromAuthorizationfunction 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-appexample showing how to use thebuildTransactionFromAuthorizationfunction. - Removes the need to specify a fee for the
ProvingRequestfunction.