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(contracts): Fix Attestation ID generation in examples #797

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

satyajeetkolhapure
Copy link
Collaborator

@satyajeetkolhapure satyajeetkolhapure commented Nov 9, 2024

What does this PR do?

It adds chain prefix in attestation id generation logic in the examples where it was missing.

Related ticket

Fixes #787

Type of change

  • Chore
  • Bug fix
  • New feature
  • Documentation update

Check list

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

@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.03%. Comparing base (316d91f) to head (13a9f5a).
Report is 5 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff             @@
##              dev     #797       +/-   ##
===========================================
+ Coverage   46.64%   74.03%   +27.38%     
===========================================
  Files          18       49       +31     
  Lines         388      905      +517     
  Branches       57      180      +123     
===========================================
+ Hits          181      670      +489     
- Misses        205      232       +27     
- Partials        2        3        +1     

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

@alainncls alainncls enabled auto-merge (squash) November 12, 2024 00:53
@alainncls alainncls merged commit 4030bc1 into dev Nov 14, 2024
9 checks passed
@alainncls alainncls deleted the feat/fix-attestation-id-generation-in-examples branch November 14, 2024 03:25
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.

[TASK] Fix Attestation ID generation in examples
3 participants