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: As a user, I want to get decoded tuples from Attestation data via the subgraph #613

Merged
merged 1 commit into from
May 29, 2024

Conversation

alainncls
Copy link
Collaborator

What does this PR do?

  1. Decodes attestation payloads containing tuples at the subgraph level
  2. Fix a decoding issue on bytes type

Related ticket

Fixes #236

Type of change

  • Chore
  • Bug fix
  • New feature
  • Documentation update

Check list

  • Unit tests for any smart contract change
  • Contracts and functions are documented

Copy link

netlify bot commented May 29, 2024

Deploy Preview for verax-tutorial ready!

Name Link
🔨 Latest commit b2b8aa4
🔍 Latest deploy log https://app.netlify.com/sites/verax-tutorial/deploys/665721a1ae2755000865b56e
😎 Deploy Preview https://deploy-preview-613--verax-tutorial.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.53%. Comparing base (69fc4de) to head (b2b8aa4).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #613   +/-   ##
=======================================
  Coverage   92.53%   92.53%           
=======================================
  Files          30       30           
  Lines         482      482           
  Branches      114      114           
=======================================
  Hits          446      446           
  Misses         24       24           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alainncls alainncls merged commit 8067ae5 into dev May 29, 2024
13 checks passed
@alainncls alainncls deleted the feat/subgraph-attestation-decoding branch May 29, 2024 16:29
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.

[US] As a user, I want to get decoded tuples from Attestation data via the subgraph
3 participants