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

Add resolve_address method on v0 init actor #147

Closed
wants to merge 1 commit into from

Conversation

creativcoder
Copy link
Contributor

@creativcoder creativcoder commented Jun 23, 2023

Summary of changes
Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes #148

Other information and links

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (12e8817) 10.70% compared to head (812a030) 10.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
- Coverage   10.70%   10.69%   -0.01%     
==========================================
  Files         319      319              
  Lines       29046    29057      +11     
==========================================
  Hits         3109     3109              
- Misses      25937    25948      +11     
Impacted Files Coverage Δ
actors/init/src/v0/state.rs 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -2,8 +2,13 @@
// SPDX-License-Identifier: Apache-2.0, MIT

use cid::Cid;
use fil_actors_shared::v9::{make_map_with_root_and_bitwidth, shared::HAMT_BIT_WIDTH};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you sure the v9 versions of these functions are identical to the v0 versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry intended to raise this as draft PR, will test and confirm

@creativcoder creativcoder marked this pull request as draft June 26, 2023 09:03
@lemmih
Copy link
Collaborator

lemmih commented Oct 13, 2023

Closing this PR. Going forward, we'll add support for older actors as needed.

@lemmih lemmih closed this Oct 13, 2023
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.

Add resolve_address on v0 init actor
3 participants