Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

perf: add a disk cache for forking requests #1339

Merged
merged 96 commits into from
Nov 11, 2021

Conversation

davidmurdoch
Copy link
Member

@davidmurdoch davidmurdoch commented Oct 8, 2021

closes #1225

This PR also implements RPC response streaming capabilities, specifically for large debug_traceTransaction results.

(some other relevant changes are pending a review submission)
src/chains/ethereum/ethereum/src/forking/trie.ts Outdated Show resolved Hide resolved
src/chains/ethereum/ethereum/src/forking/trie.ts Outdated Show resolved Hide resolved
src/chains/ethereum/ethereum/src/forking/trie.ts Outdated Show resolved Hide resolved
src/chains/ethereum/ethereum/src/forking/trie.ts Outdated Show resolved Hide resolved
src/chains/ethereum/ethereum/src/forking/trie.ts Outdated Show resolved Hide resolved
src/chains/ethereum/options/src/fork-options.ts Outdated Show resolved Hide resolved
src/chains/ethereum/options/src/fork-options.ts Outdated Show resolved Hide resolved
davidmurdoch and others added 13 commits November 9, 2021 12:40
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
@davidmurdoch davidmurdoch merged commit 1b02201 into develop Nov 11, 2021
@davidmurdoch davidmurdoch deleted the perf/persistent-fork-cache branch November 11, 2021 00:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement persistent cache for forking requests
2 participants