Skip to content

Commit

Permalink
Implement upgradability and meta-transactions. (#6)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
ilblackdragon authored Mar 24, 2021
1 parent 6dc0aaf commit 2657f23
Show file tree
Hide file tree
Showing 16 changed files with 4,396 additions and 443 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Visual Studio Code
.vscode/

# IDEA
.idea

# Editor backup files
*~

Expand Down
Loading

0 comments on commit 2657f23

Please sign in to comment.