Skip to content

Commit c18f2a4

Browse files
committed
feat: opt-in in-process RPC cache for development (RPC_CACHE=true)
1 parent ec15f3d commit c18f2a4

6 files changed

Lines changed: 612 additions & 19 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/data
77
/cache
88
/out
9+
/.rpc-cache
910

1011
/**Versions.json
1112

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@subsquid/evm-typegen": "^5.0.0",
7373
"@subsquid/typeorm-codegen": "^2.2.0",
7474
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
75+
"@types/better-sqlite3": "^7.6.13",
7576
"@types/chai": "^4.3.11",
7677
"@types/js-yaml": "^4.0.8",
7778
"@types/mocha": "^10.0.6",
@@ -84,6 +85,7 @@
8485
"@types/websocket": "^1.0.10",
8586
"@typescript-eslint/eslint-plugin": "^8.26.0",
8687
"@typescript-eslint/parser": "^8.26.0",
88+
"better-sqlite3": "^12.10.0",
8789
"cross-env": "^7.0.3",
8890
"eslint": "^9.21.0",
8991
"glob": "^10.3.10",

0 commit comments

Comments
 (0)