You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conway era brings the ability to make treasury donations. The process requires passing the current Treasury value as an argument, therefore it would be nice to have a dedicated query for getting that value, the only alternatives are querying the ledger state or getting it via another tool like dbsync.
i.e.
cardano-cli conway query treasury
This might need a new query in Consensus.
The text was updated successfully, but these errors were encountered:
Conway era brings the ability to make treasury donations. The process requires passing the current Treasury value as an argument, therefore it would be nice to have a dedicated query for getting that value, the only alternatives are querying the ledger state or getting it via another tool like dbsync.
i.e.
cardano-cli conway query treasury
This might need a new query in Consensus.
The text was updated successfully, but these errors were encountered: