-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fix hooks tests #119
Merged
Merged
Fix hooks tests #119
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
iainnash
added a commit
that referenced
this pull request
May 31, 2022
* wip * updating datatype transformations * updates to add new strategies * large types update * adding asks support * fix strategies * update for strategies * test different hook strategies * usenft * update hooks * integrating new hooks in * adding in minter field * updating auction data source * auction info stuff * build hooks context * updating package tree * add zdk alpha strategy * major refactor * updates * exports updates * backend update * latest update * updating backends for fetching data from zora indexer v1 * v1 indexing improvements * update zdk-alpha types * Adds EditionLike to MarketModule (#83) * Adds EditionLike to MarketModule * Creates market types enum / fixes typo * Updates backends to use Market Types enum * update query interface * Remove offset from opensea api (#84) * package update across the board * fix build * moving to enums * fetch strategy updates * new pre-release projects * getAddress fix * Artiva app fix auctions (moving from #85) (#86) * Fixes issues with auction status and auction duration * Fixes issues with graph auctions / opensea data * Fixes issues with opensea data * Fixes issue with cancelled auctions * Fixes issues with ended auctions on graph data * new pre-release projects * getAddress fix Co-authored-by: Neokry <patrickgenevich@gmail.com> * V1 impl interface updates (#87) * new pre-release projects * getAddress fix * [v1 impl] interface typing updates * release * Refactor media handling types v1 (#90) * refactor media handling types * fix ens parsing * refactor types for querying, objects etc * fix asks querying v3 (#92) * Fix querying asks v3 (#93) * fix asks querying v3 * fixing ask querying and package dep types * fix rest of types according to updated ZDK * review fixes: address separator, types * Fixes fetching issues (#94) * Fixes fetching issues * Removes dev logging * zdk 0.0.15 and corresponding type fixes * initial clean up for tests * Branch for adding useNFTQuery hook * tsc fixes & minor stuff * Artiva Fixes (#95) * Fixes fetching issues * Removes dev logging * Passes current data to secondary data function. Fixes small import bugs. * Fixes issue where canceled auctions would appear as pending (#96) * bump prerelease version * Adds media to ZoraIndexerV1DataSource (#99) * exporting further properties and allowing usage of transformNFT outside of module context (#100) * set a default strategy of zorav2 (#101) * publishing pre-release * zdk to 0.0.22 * Fixes bug where ens names would not resolve properly (#102) * standardize date types (#103) * add events to ZDK * commit to update after explaination * add address to market types, remove usage of Nullable<> types (#105) * Upgrade deps (#106) * deps upgrade * upgrade deps * Upgrade deps and fix package issues (#107) * deps upgrade * upgrade deps * cleanup deps for create-react-app * wip events * more work on unified events * sdk update for evnets * updating imports * fix data source * merge * fixed typo in v1 data source * v1.0.16 * TokensResponseItem import fix * v1.0.18 * adding new package updates to zdk (#108) * adding market new source data from zdk (#109) * remove const enums (#110) * release * use string time * use zdk-alpha v0.0.32 * v1.0.23 * v 1.0.24 * new media field: poster, large * Adds foundation market source (#112) * V3AskFilledEventProperties: added buyer and seller addresses * fix expiration date for auction (#116) * v1 data unix time (#115) * add auctionId * v1.0.28 * add seller field for fixed price events * v1.0.v29 * v1.0.v29 * Fix hooks tests (#119) * fix hooks tests * update circleci version of node * circleci node version * move to lts * update circleci config * update package json * node package version install * fix build docker image * fix hook tests * fix snapshots * zora indexer v1 * fixes * disable flaky test * update zdk (#120) * add content field to nftinterface * v1.0.30 * version bump * add usd pricing data on events, zdk data source refac * review feedback: better data shape * fix tests (#125) Co-authored-by: Neokry Co-authored-by: Oleg Akbarov
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.
No description provided.