Benjamin Smith
Benjamin Smith
## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/near/near-api-js/blob/master/CONTRIBUTING.md). - [x] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec - [x] **If this is a code...
## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/near/near-api-js/blob/master/CONTRIBUTING.md). - [x] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec Please just squash merge this and the...
### **User description** Ideally this resolve the missing peer dependency issue experienced in https://github.com/bh2smith/neareth-tunnel/pull/10 Closes #549 ___ ### **PR Type** enhancement, dependencies ___ ### **Description** - Added `graphql` as a...
There, seems to be an issue upgrading this package beyond `v0.5.4-beta.0` with what looks like an undeclared `graphql` dependency in the `@mintbase-js/data`: Here is the build error: ``` ./node_modules/graphql-request/build/cjs/resolveRequestDocument.js Module...
This came up in #136 - Here are some AI suggestions: The Pylint error R0917: Too many positional arguments (8/5) indicates that a function or method is being called with...
## Motivation Just getting started with the project and wanted to satisfy clippy before I dive in. ## Solution Addressed all clippy warnings in a single commit. 1. Most were...
If merged, this PR closes #345 This draft PR is AI Generated (and may very well be overkill) via - Ask [Deep Wiki](https://deepwiki.com/joshstevens19/rindexer) how one might add SQLite as a...
## Summary When users configure Rindexer with a `startBlock` that lies outside the history retained by their execution client, indexing may silently produce incomplete or incorrect results. Different clients behave...
Some projects (e.g. https://github.com/deluXtreme/subindexer/) might be small enough that warrant the extra postgres image. However, the CSV files aren't so easily queryable. I've quickly put together an untested implementation in...
I also noticed that the repo appears to be 3Gb -- where is the large file? ``` ➜ other git clone [email protected]:joshstevens19/rindexer.git Cloning into 'rindexer'... remote: Enumerating objects: 15385, done....