Skip to content

Conversation

lightmark
Copy link
Contributor

Add the to event id to coin type mapping.

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 20.00000% with 56 lines in your changes missing coverage. Please review.

Project coverage is 49.2%. Comparing base (1ca4c42) to head (6adc072).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...ors/parquet_fungible_asset_activities_processor.rs 0.0% 29 Missing ⚠️
...ocessor/src/processors/fungible_asset_processor.rs 34.4% 19 Missing ⚠️
...s/fungible_asset_models/v2_fungible_asset_utils.rs 33.3% 8 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #692     +/-   ##
=======================================
- Coverage   49.6%   49.2%   -0.4%     
=======================================
  Files        252     252             
  Lines      28526   28711    +185     
=======================================
- Hits       14166   14153     -13     
- Misses     14360   14558    +198     

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

@lightmark lightmark force-pushed the parse_coin_store_deletion_event branch 2 times, most recently from 7ec0087 to ff04a33 Compare January 23, 2025 11:12
@lightmark lightmark enabled auto-merge (squash) January 23, 2025 17:28
Comment on lines 688 to 690
let coin_store_deletion_event = events.iter().find_map(|event| {
let event_type = event.type_str.as_str();
CoinStoreDeletionEvent::from_event(event_type, &event.data, txn_version)
Copy link
Collaborator

Choose a reason for hiding this comment

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

what if there are multiple deletion events in the same txn?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nice catch. I updated.

@lightmark
Copy link
Contributor Author

what happened here? @rtso @bowenyang007

Copy link
Collaborator

rtso commented Mar 17, 2025

not sure if we still need this @bowenyang007

@lightmark lightmark force-pushed the parse_coin_store_deletion_event branch 2 times, most recently from 902040d to 14c35c9 Compare March 25, 2025 01:11
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.

2 participants