Skip to content

Commit

Permalink
feat(node): implement starknet json rpc query method + logic (#849)
Browse files Browse the repository at this point in the history
Co-authored-by: alenmestrov <[email protected]>
  • Loading branch information
frdomovic and alenmestrov authored Oct 30, 2024
1 parent 5faab09 commit deeea22
Show file tree
Hide file tree
Showing 20 changed files with 877 additions and 198 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ fi
if git diff --cached --name-only | grep -qE '\.rs$'; then
echo "Running checks for the Rust code..."
cargo +nightly fmt
cargo clippy
fi

# Check for changes in the 'node-ui' directory (Next.js app)
Expand Down
206 changes: 145 additions & 61 deletions Cargo.lock

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

Loading

0 comments on commit deeea22

Please sign in to comment.