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(boost): add support for Boost complete plugin #410

Closed
wants to merge 5 commits into from

Conversation

mmackz
Copy link
Collaborator

@mmackz mmackz commented May 23, 2024

Integration of boost complete action plugin for QuestDK

This PR introduces the integration of the boost complete plugin for QuestDK.

Implementation

The complete boost plugin uses the complete ActionType, specifically designed for this use case. The claim transaction inputs contain compressed data, which includes the information needed to compare to the parameters (actionType/boostId). To decompress and compare this data, we need to create a custom operator (referred to as $compareCompressed in the PR) and add logic to filters.ts in the SDK to decode and compare the compressed data to the parameters.

Sample Transactions

Copy link

changeset-bot bot commented May 23, 2024

🦋 Changeset detected

Latest commit: 61dd941

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@rabbitholegg/questdk-plugin-boost Minor
@rabbitholegg/questdk-plugin-registry Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mmackz mmackz closed this May 27, 2024
@mmackz
Copy link
Collaborator Author

mmackz commented May 27, 2024

Replaced by #414

@mmackz mmackz deleted the mmackz/complete-boost branch June 5, 2024 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant