-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add structured logging and reduce log noisiness (#48) * Fix GetAssetsByCreator query (#8) * Bump to 0.7.1 * Handle HTTP errors Handle and log http errors separately. * Make bgtask runner configurable Partially addresses metaplex-foundation#50. * Enable configurable retries Enable configurable retries for the bgtask. * Add purged task metric * add new task metric * Fixed nft ingester * Fix the reading of task timeout * Set slow statements to debug * Remove task name * Fix purge task * acc forwarder (#11) * acc forwarder * version to .0.1 * Fixing unused imports Cleaning out unused imports. * Hopefully final fix for interval handling * Fix interval * fix(das-api): fix getAssetProof * Fix before/after cursors. (#67) * Fix edition nonce (#78) * fix(ingester): fix compressed nft burn indexing (#24) (#80) * fix(ingester): fix compressed nft burn indexing * Small fix for asssetId calculation * feat(das-api): support searching assets by `jsonUri` parameter (#79) * add dto parameter * add dao condition * upd asset_data fetching to ensure single presence of asset_data in query * use asset.asset_data key for linking between asset/asset_data * fix: breaking arg order for array queries * chore: consistent arg order in `SearchAssets` destructuring * fix: breaking arg count for array params in searchAssets * fix: use IndexMap instead of BTreeMap --------- Co-authored-by: Nicolas Pennie <[email protected]> Co-authored-by: Linus Kendall <[email protected]> Co-authored-by: ethyi <[email protected]> Co-authored-by: Richard Wu <[email protected]> Co-authored-by: Austin Adams <[email protected]> Co-authored-by: Alex Tsymbal <[email protected]>
- Loading branch information
1 parent
240d4af
commit 25595cb
Showing
4 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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