Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BEvm: separate transaction and deploy methods to make authorization more flexible #2467

Open
ineiti opened this issue Oct 6, 2021 · 0 comments
Projects

Comments

@ineiti
Copy link
Member

ineiti commented Oct 6, 2021

Currently, the bevm ByzCoin contract supports two methods:

  • credit to credit an EVM account
  • transaction to perform an EVM transaction

The latter one comprises both EVM transactions to deploy a new contract and transactions to execute a state-changing method on an already deployed contract (as they are very similar from the EVM point of view).
In order to allow for more flexible authorization management through DARCs, these two operations should be separated into deploy and transaction so that an identity can be granted the right to execute operations on already deployed EVM contracts, but not to deploy new ones.

@ineiti ineiti added this to TODO in Cothority via automation Oct 6, 2021
@ineiti ineiti changed the title BEvm: separate transaction and deploy methods to make authorization more flexible BEvm: separate transaction and deploy methods to make authorization more flexible Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Cothority
  
TODO
Development

No branches or pull requests

1 participant