celestiaorg / celestia-app

Celestia consensus node
https://celestiaorg.github.io/celestia-app/
Apache License 2.0
344 stars 283 forks source link

Add authz support #1530

Closed evan-forbes closed 1 year ago

evan-forbes commented 1 year ago

we should add authz before mainnet now that it has been audited and used meaningfully on other chains. This will allow us basic automation of common tasks such as restaking or wallet management.

liamsi commented 1 year ago

There is also the question if we want to integrate authz with the blob module. The only meaningful way I can imagine this to be used is to allow one or several grantee accounts to spend a granter's tokens for PFBs. That kinda overlaps with the feegrant module but might be more flexible.

liamsi commented 1 year ago

Let's close this (via #1540) and create a dedicated issue about authz and the blob module.