-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage): add global cache to bloom filters
FIXME: should remove bloom when purging a block # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch krisztian/events-intern-poc # Changes to be committed: # modified: Cargo.lock # modified: crates/storage/Cargo.toml # modified: crates/storage/src/bloom.rs # modified: crates/storage/src/connection/event.rs # # Changes not staged for commit: # modified: crates/crypto/src/signature/ecdsa.rs # # Untracked files: # .idea/ # TODO.md # TODO2.md # bincode-scan.txt # call-flamegraph.svg # call.json # commitment.py # crates/gateway-types/src/pending.rs # crates/rpc/fixtures/contracts/dummy_account.json # crates/stark_hash/ # crates/stark_poseidon/ # events-scan.txt # events.json # events2.json # feeder_gateway.rest # get_storage_roots.py # identity.json # json-rpc.rest # receipts-scan.txt # request.json # snapshots.txt # test.py # test1.sh # test2.sh # test3.json # test_sierra_call.sh # trace.json # trace2.json # trace3.json # trace4.json # trace_block.json #
- Loading branch information
Showing
4 changed files
with
64 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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