forked from visoftsolutions/noir_rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: delete MemoryDB (AztecProtocol#4241)
This module is not being used anywhere and was just being kept around as a reference. However this results in a maintenance burden as this shares tests with the KV DB, which means we have to keep feature parity (see e.g. AztecProtocol#4238). The KV DB is in a good place already, and we can always look at the repo history if we wish to bring this back, so the simplest path forward is to remove this.
- Loading branch information
Showing
4 changed files
with
1 addition
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export * from './pxe_database.js'; | ||
export * from './memory_db.js'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.