-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triton - Upstream Compare PR #85
Closed
Closed
Conversation
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
Cleaning out unused imports.
Adds some further CLI args.
Change some log levels and add some comments.
Fetches the latest seq on chain.
…ructure into triton
Adds DB querying for max seq and count seq to compare. Adds command line arguments.
Adds checks on the tree and tell whether it indexed correctly.
* concurrency for trees * fix concurrency for transactions
* Fix gauges/counters Move values to gauges/counters as it needs. * add dump interval for prometheus to bgtask --------- Co-authored-by: Kirill Fomichev <[email protected]>
* Fix gauges/counters Move values to gauges/counters as it needs. * remove trims
* tests tools: add retries to getSFA * tests tools: support custom header
Temporarily disabling cl audits.
…78) * 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 * Cargo fmt --------- Co-authored-by: Alex Tsymbal <[email protected]>
Co-authored-by: Richard Wu <[email protected]>
* fix(ingester): fix compressed nft burn indexing (#24) (#80) * fix(ingester): fix compressed nft burn indexing * Small fix for asssetId calculation * Add txn id * Fixes for clippy * Cargo fmt --------- Co-authored-by: Nicolas Pennie <[email protected]>
Co-authored-by: Nicolas Pennie <[email protected]>
* das: error if the page is 0 (#18) * DAS-API: Reject requests if the fields are unknown (#19) --------- Co-authored-by: Nikhil Acharya <[email protected]>
Co-authored-by: Nicolas Pennie <[email protected]>
linuskendall
pushed a commit
that referenced
this pull request
Jul 26, 2023
* Rename tests to tools * Update cargo
Co-authored-by: Nicolas Pennie <[email protected]>
Co-authored-by: Tahsin Tunan <[email protected]>
* fix(ingester): handle redeem txns * more important conflict fixes --------- Co-authored-by: Nicolas Pennie <[email protected]>
* feat: handle collection unverification for reg NFTs (#105) * handle collection unverification for reg NFTs * Fmt/clippy --------- Co-authored-by: Tahsin Tunan <[email protected]>
* feat: add animation and image url to links * cargo fmt * Format and clippy * fix tests * cargo format --------- Co-authored-by: Nicolas Pennie <[email protected]>
* added backfill queues * Make tools use the backfill streams Use the backfill streams to segregate between queue items that are on the tip and are being backfilled. * :ake backfiller use the backfill stream * Override tools cargo.toml * Update dependencies * Cargo fmt
* fix: collection hash indexing (#104) * fix ingester --------- Co-authored-by: Nicolas Pennie <[email protected]>
linuskendall
pushed a commit
that referenced
this pull request
Jul 31, 2023
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.
Using this PR to cmpare our branch against upstream to find upstreamable changes.