taquito icon indicating copy to clipboard operation
taquito copied to clipboard

Support generic adaptive issuance entrypoints

Open Innkst opened this issue 1 year ago • 0 comments

  1. Add support for the following Bakers related entry points to Taquito RPCClient:
  • /context/adaptive_issuance_launch_cycle" - Returns the cycle at which the launch of the Adaptive Issuance feature is set to happen. A result of None means that the feature is not yet set to launch.
  • /context/total_frozen_stake - Returns the total stake (in mutez) frozen on the chain
  • /context/total_supply - Returns the total supply (in mutez) available on the chain
  1. Make sure integration tests are created and passing

Innkst avatar Sep 27 '23 22:09 Innkst