Skip to content
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

feat(nft): introduce db cache support (non-wasm target) #1833

Merged
merged 84 commits into from
Jun 21, 2023

Conversation

laruh
Copy link
Member

@laruh laruh commented May 22, 2023

#900
Current version of nft cache support includes implemented sqlite db and todos for wasm target, but it covers the general logic for both targets.

gist with docs

@shamardy
Copy link
Collaborator

@laruh is this ready for review again?

@laruh laruh added under review and removed in progress Changes will be made from the author labels Jun 15, 2023
@laruh
Copy link
Member Author

laruh commented Jun 15, 2023

@laruh is this ready for review again?

Yes, sorry I forgot to change the label

Copy link
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more last review notes for the latest changes

mm2src/coins/nft.rs Outdated Show resolved Hide resolved
mm2src/coins/nft.rs Outdated Show resolved Hide resolved
mm2src/coins/nft.rs Outdated Show resolved Hide resolved
mm2src/coins/nft/nft_errors.rs Outdated Show resolved Hide resolved
@laruh laruh added in progress Changes will be made from the author and removed under review labels Jun 16, 2023
@laruh laruh added under review and removed in progress Changes will be made from the author labels Jun 16, 2023
shamardy
shamardy previously approved these changes Jun 16, 2023
Copy link
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@shamardy shamardy added the P1 label Jun 20, 2023
@shamardy
Copy link
Collaborator

@ozkanonur @borngraced can you please do your final reviews for this PR, it should be part of the next release.

onur-ozkan
onur-ozkan previously approved these changes Jun 20, 2023
Copy link
Member

@onur-ozkan onur-ozkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one non-blocker note

mm2src/common/common.rs Outdated Show resolved Hide resolved
Copy link
Member

@borngraced borngraced left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work! couple notes please

mm2src/coins/nft/nft_errors.rs Outdated Show resolved Hide resolved
mm2src/coins/nft/nft_errors.rs Outdated Show resolved Hide resolved
mm2src/coins/nft/storage/mod.rs Outdated Show resolved Hide resolved
mm2src/coins/nft/storage/wasm/wasm_storage.rs Show resolved Hide resolved
mm2src/coins/nft/nft_errors.rs Outdated Show resolved Hide resolved
mm2src/coins/nft/storage/wasm/mod.rs Show resolved Hide resolved
@laruh laruh added in progress Changes will be made from the author and removed under review labels Jun 21, 2023
@laruh laruh dismissed stale reviews from onur-ozkan and shamardy via 0761425 June 21, 2023 05:46
@laruh laruh added under review and removed in progress Changes will be made from the author labels Jun 21, 2023
@shamardy shamardy merged commit 26ee4e8 into dev Jun 21, 2023
@shamardy shamardy deleted the add-nft-cache-support branch June 21, 2023 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants