Skip to content

Commit 7235d9a

Browse files
authored
feat: custom local replica (#25)
Adds a crate that allows to run a local replica using a custom gateway.
1 parent 9788acc commit 7235d9a

File tree

8 files changed

+5814
-592
lines changed

8 files changed

+5814
-592
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ target/
44
dist/
55
.env
66
.canbench/
7+
8+
.DS_Store
9+
pocket-ic

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"[rust]": {
1414
"editor.defaultFormatter": "rust-lang.rust-analyzer"
1515
},
16-
"rust-analyzer.cargo.features": ["canbench-rs"]
16+
"rust-analyzer.cargo.features": "all"
1717
}

0 commit comments

Comments
 (0)