Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(./gradlew:*)",
"Bash(./build/install/dshackle/bin/dshackle:*)",
"Bash(ls:*)",
"Bash(node:*)",
"Bash(grep:*)",
"Bash(timeout:*)",
"Bash(gtimeout:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": []
}
}
1,626 changes: 1,626 additions & 0 deletions dshackle.log

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ChainOptions {
val callLimitSize: Int,
val disableLivenessSubscriptionValidation: Boolean,
val disableBoundValidation: Boolean = false,
val valdateErigonBug: Boolean,
val validateErigonBug: Boolean,
)

data class DefaultOptions(
Expand Down
28 changes: 28 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions node_modules/ws/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading