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

[action] add action deserializer #3190

Merged
merged 2 commits into from
Mar 15, 2022
Merged

[action] add action deserializer #3190

merged 2 commits into from
Mar 15, 2022

Conversation

dustinxie
Copy link
Member

No description provided.

@dustinxie dustinxie requested a review from a team as a code owner March 14, 2022 07:07
type Deserializer struct {
}

func (ad *Deserializer) ActionToSealedEnvelope(pbAct *iotextypes.Action) (SealedEnvelope, error) {
Copy link
Member Author

@dustinxie dustinxie Mar 14, 2022

Choose a reason for hiding this comment

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

similar to block deserializer, the purpose of this PR is to contain the pending changes
PR 3188 will change in here

@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #3190 (6e44957) into master (dbac57f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3190   +/-   ##
=======================================
  Coverage   74.96%   74.97%           
=======================================
  Files         226      227    +1     
  Lines       21203    21207    +4     
=======================================
+ Hits        15895    15899    +4     
  Misses       4469     4469           
  Partials      839      839           
Impacted Files Coverage Δ
action/action_deserializer.go 100.00% <100.00%> (ø)
api/coreservice.go 67.84% <100.00%> (ø)
gasstation/gasstattion.go 75.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbac57f...6e44957. Read the comment docs.

@dustinxie dustinxie merged commit 50a49a5 into master Mar 15, 2022
@dustinxie dustinxie deleted the deser branch March 15, 2022 18:09
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