Skip to content

Commit

Permalink
feat(exex): add rollup ExEx to reexecute blocks on notif (#4)
Browse files Browse the repository at this point in the history
* feat(exex): add rollup ExEx to reexecute blocks on notif

* Update .gitignore

* fix alloy dep

* Update Cargo.toml

Co-authored-by: greged93 <82421016+greged93@users.noreply.github.com>

* make Database struct a simple wrapper

* simplify db

* simplify db

* simplify test

* fix naming

* fix set_account method

* rm option for account info

---------

Co-authored-by: greged93 <82421016+greged93@users.noreply.github.com>
  • Loading branch information
tcoratger and greged93 authored Jul 25, 2024
1 parent 2fb8d80 commit e618bfb
Show file tree
Hide file tree
Showing 11 changed files with 1,977 additions and 359 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ target/
# Added by cargo

/target

# Ignore database files
**/*.db
Loading

0 comments on commit e618bfb

Please sign in to comment.