feat: add v0.2.0 subgraph-first query layer (Baazaar + GBM)#2
Merged
cinnabarhorse merged 1 commit intomainfrom Feb 27, 2026
Merged
feat: add v0.2.0 subgraph-first query layer (Baazaar + GBM)#2cinnabarhorse merged 1 commit intomainfrom
cinnabarhorse merged 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aavegotchi-cliv0.2.0 subgraph-first query layer for Base-era readsag subgraph listag subgraph check --source core-base|gbm-base [--raw]ag subgraph query --source <alias> (--query|--query-file) [--variables-json] [--raw] [--timeout-ms] [--auth-env-var] [--subgraph-url --allow-untrusted-subgraph]core-base:ag baazaar listing get --kind erc721|erc1155 --id <listingId> [--verify-onchain] [--raw]ag baazaar listing active --kind erc721|erc1155 [--first] [--skip] [--raw]ag baazaar listing mine --kind erc721|erc1155 --seller <0x...> [--first] [--skip] [--raw]gbm-base:ag auction get --id <auctionId> [--verify-onchain] [--raw]ag auction active [--first] [--skip] [--at-time] [--raw]ag auction mine --seller <0x...> [--first] [--skip] [--raw]ag auction bids --auction-id <id> [--first] [--skip] [--raw]ag auction bids-mine --bidder <0x...> [--first] [--skip] [--raw]--subgraph-url+--allow-untrusted-subgraphGOLDSKY_API_KEYdefault, override via--auth-env-var)SUBGRAPH_VERIFY_MISMATCH)onchain,tx, andbaazaar readbehavior unchanged0.2.0docs/subgraph/endpoints-and-policy.mddocs/subgraph/query-matrix.mdCHANGELOG.mdTest Plan
npm run typechecknpm testnpm run buildnpm run parity:checknpm run ag -- helpLive smoke (networked)
npm run ag -- subgraph check --source core-base --jsonnpm run ag -- subgraph check --source gbm-base --jsonnpm run ag -- baazaar listing active --kind erc721 --first 3 --jsonnpm run ag -- auction active --first 3 --jsonnpm run ag -- baazaar listing get --kind erc721 --id 2705 --verify-onchain --jsonnpm run ag -- auction get --id 5693 --verify-onchain --jsonPreview