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

Adding more structs for list of compressed nft events. closes #20 #23

Merged
merged 4 commits into from
Mar 3, 2024

Conversation

dougEfresh
Copy link
Owner

No description provided.

@dougEfresh dougEfresh force-pushed the 20-compressed-metadata-struct branch from 863d072 to 05dc3d9 Compare March 3, 2024 15:35
@dougEfresh dougEfresh self-assigned this Mar 3, 2024
@dougEfresh dougEfresh force-pushed the 20-compressed-metadata-struct branch from 05dc3d9 to e5c8de1 Compare March 3, 2024 15:50
Copy link

codecov bot commented Mar 3, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 93.5%. Comparing base (541c307) to head (ea2ccba).

Files Patch % Lines
src/api/types/enhanced.rs 50.0% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main     #23     +/-   ##
=======================================
- Coverage   93.8%   93.5%   -0.3%     
=======================================
  Files         12      12             
  Lines        614     622      +8     
=======================================
+ Hits         576     582      +6     
- Misses        38      40      +2     

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

Copy link
Collaborator

@cpkt9762 cpkt9762 left a comment

Choose a reason for hiding this comment

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

Hold on

@cpkt9762
Copy link
Collaborator

cpkt9762 commented Mar 3, 2024

pub struct Authority should look like this

pub struct Authority {
  pub account: String,
  pub from: String,
  pub to: String,
  pub instruction_index:Option<i32>,
  pub inner_instruction_index: Option<i32>,
}

pingzi1314 and others added 3 commits March 4, 2024 01:20
1 Fix `the pub struct Authority`
2 Add `parsed_transaction_history` function"
1 add parsed_transaction_history test
@dougEfresh dougEfresh merged commit fd21129 into main Mar 3, 2024
7 of 8 checks passed
@dougEfresh dougEfresh deleted the 20-compressed-metadata-struct branch March 3, 2024 19:00
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.

3 participants