-
Notifications
You must be signed in to change notification settings - Fork 8
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 Highlight Base Ingestor #63
Conversation
PR Reviewer Guide 🔍(Review updated until commit a580156)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to a580156
Previous suggestions✅ Suggestions up to commit a580156
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. Persistent review updated to latest commit a580156 |
/review |
Persistent review updated to latest commit a580156 |
@pbkompasz this is accepted. 🥳 Can I ask you to reply on our thread to confirm payment? |
User description
Fix ingestor (#62).
Notes
All tests pass for Highlight ingestor.
Fixed the API requests to match the new responses.
In case of a successful mint transaction some internal transactions always fail. I added a check for this in the dry runner:
Example successful transactions with failed internal txns: #1, #2
PR Type
Bug fix, Tests
Description
Changes walkthrough 📝
index.ts
Enhance simulation result handling and logging
src/dry-run/index.ts
results.
types.ts
Extend collection types with additional data
src/ingestors/highlight/types.ts
CollectionByAddress3
for additional collection data.index.ts
Fix and enable Highlight ingestor URL support
src/ingestors/highlight/index.ts
offchain-metadata.ts
Update collection ID format in API requests
src/ingestors/highlight/offchain-metadata.ts
highlight.test.ts
Enable and update tests for Highlight ingestor
test/ingestors/highlight.test.ts