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

Implement precompiles #5

Closed
ilblackdragon opened this issue Mar 17, 2021 · 0 comments · Fixed by #21
Closed

Implement precompiles #5

ilblackdragon opened this issue Mar 17, 2021 · 0 comments · Fixed by #21
Assignees
Labels
C-enhancement Category: New feature or request

Comments

@ilblackdragon
Copy link
Contributor

Precompiles should be feature flag protected:

  • Current default option should be to include full implementation into the contract right now
  • Alternative implementation is to call SDK for this functions (e.g. when they are available).

This will require to have lots of dependencies, should check if they support no_std. If they are not - will need to stomach std for now.

@artob artob self-assigned this Mar 17, 2021
artob added a commit that referenced this issue Mar 19, 2021
artob added a commit that referenced this issue Mar 20, 2021
@artob artob added the C-enhancement Category: New feature or request label Mar 20, 2021
artob pushed a commit that referenced this issue Mar 24, 2021
* Add constructor and encapsulate configured engine state.
* Add sim test for upgrades and upgrade code.
* Implement meta-transaction parsing and processing. (Closes #4)
* Implement the ecrecover precompile. (#5)
@joshuajbouw joshuajbouw linked a pull request Apr 5, 2021 that will close this issue
8 tasks
@artob artob closed this as completed in #21 Apr 27, 2021
aleksuss added a commit that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants