Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
835 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 11 commits in 2 repositories
Created a pull request in graphprotocol/graph-node that received 1 comment
Cargo.lock: Revert ipfs-api update
It's causing problems with the IPFS version we currently use with graph-node.
Opened 5 other pull requests in 1 repository
graphprotocol/graph-node
5
merged
Reviewed 18 pull requests in 1 repository
graphprotocol/graph-node 18 pull requests
- graphql: Use the same QueryStore for the entire query
- Address corner cases of deploying that the new logic got wrong
- store: Do not unnecessarily allocate a txid in deployment_synced
- build(deps): bump mockall from 0.8.1 to 0.8.3
- build(deps): bump derive_more from 0.99.9 to 0.99.11
- build(deps): bump lru_time_cache from 0.9.0 to 0.11.2
- *: Upgraded dependencies
- Introduce a configuration file for multidatabase support
- Remove JSONB support
- node: Allow comma-separated arrays for secondary hosts and weights
- store: Fix migration to add unique constraint on subgraph(name)
- graph, graphql: Fix error message when skip argument is out of range
- docker: fix bug in docker-compose set up for postgres
- Revamp subgraph creation/deploy/removal logic
- all: Remove unused dependencies
- build(deps): bump blake3 from 0.3.6 to 0.3.7
- Refactor store setup logic into a StoreBuilder
- store: Add a unique constraint on subgraphs.subgraph(name)