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

Remove disabled code for handling older actor versions. #1583

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

tyshko5
Copy link
Contributor

@tyshko5 tyshko5 commented Jun 27, 2022

Summary of changes
Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes #1581

Other information and links

@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #1583 (08e6a15) into main (827746a) will increase coverage by 0.67%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1583      +/-   ##
==========================================
+ Coverage   34.22%   34.89%   +0.67%     
==========================================
  Files         209      209              
  Lines       24034    23553     -481     
==========================================
- Hits         8225     8219       -6     
+ Misses      15809    15334     -475     
Impacted Files Coverage Δ
vm/actor_interface/src/builtin/account/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/cron/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/init/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/market/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/miner/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/multisig/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/power/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/reward/mod.rs 0.00% <ø> (ø)
vm/actor_interface/src/builtin/system/mod.rs 0.00% <ø> (ø)
blockchain/message_pool/src/msgpool/utils.rs 53.57% <0.00%> (-7.15%) ⬇️
... and 4 more

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 827746a...08e6a15. Read the comment docs.

// V5(actorv5::system::State),
// V6(actorv6::system::State),
}
pub enum State {}
Copy link
Member

Choose a reason for hiding this comment

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

Do we need it in this form? Empty enum looks quite odd, no?

Copy link
Contributor

Choose a reason for hiding this comment

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

It'll eventually be populated and used for pretty-printing the network state.

Copy link
Member

Choose a reason for hiding this comment

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

Sounds good.

@lemmih lemmih merged commit 8a16ea2 into main Jun 28, 2022
@lemmih lemmih deleted the tyshko5/issue-1581 branch June 28, 2022 08:15
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.

Remove disabled code for handling older actor versions.
4 participants