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

Get rid of fee_recipient in contexts and code #6336

Closed
fcarreiro opened this issue May 10, 2024 · 0 comments · Fixed by #6375
Closed

Get rid of fee_recipient in contexts and code #6336

fcarreiro opened this issue May 10, 2024 · 0 comments · Fixed by #6375
Assignees

Comments

@fcarreiro
Copy link
Contributor

The AVM doesn't support it, and it looks like it will not be needed.

@github-project-automation github-project-automation bot moved this to Todo in A3 May 10, 2024
just-mitch added a commit that referenced this issue May 13, 2024
The AVM does not have immediate plans to support access to `coinbase`,
nor `fee_recipient`. So make access to these fields impossible from the
public interface.

This involves updating the gas token contract to "not pay fee". This is
fine because [it will be done in the base
rollup](#5006).

Closes #6336.
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 May 13, 2024
iakovenkos pushed a commit that referenced this issue May 15, 2024
The AVM does not have immediate plans to support access to `coinbase`,
nor `fee_recipient`. So make access to these fields impossible from the
public interface.

This involves updating the gas token contract to "not pay fee". This is
fine because [it will be done in the base
rollup](#5006).

Closes #6336.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants